f5-health-check

Automate F5 BIG-IP health checks across virtual servers, pools, iRules, profiles, and logs.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill f5-health-check-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: f5-health-check
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/f5-health-check
Command: npx skills add https://github.com/dgethings/netclaw --skill f5-health-check-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual BIG-IP health monitoring is time-consuming and error-prone; this skill provides repeatable, scripted checks across virtual servers, pools, profiles, iRules, and logs to ensure consistent health visibility.

Core Features & Use Cases

  • Automated discovery of virtual servers, pools, profiles, and iRules health status
  • Centralized health reporting with actionable thresholds and escalation guidance
  • Use cases include daily health surveillance, pre-change/post-change validation, incident investigation, and capacity planning

Quick Start

Run the F5 health-check skill to initiate a complete health assessment across your BIG-IP device(s) using MCP tools.

Frequently Asked Questions about f5-health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate F5 BIG-IP health checks across virtual servers and pools?

You can automate F5 BIG-IP health checks by running a script that uses MCP tools to discover and report the health status of virtual servers, pools, profiles, and iRules. This provides repeatable, centralized health visibility across your devices.

What is the best way to perform pre-change and post-change validation on BIG-IP devices?

The best way to perform pre-change and post-change validation on BIG-IP devices is to run an automated health check script. It assesses virtual servers, pools, iRules, and logs, providing consistent reporting to confirm system stability before and after modifications.

Can I use an MCP script for daily health surveillance on multiple BIG-IP devices?

Yes, you can use an MCP Python script for daily health surveillance on multiple BIG-IP devices. It applies environment variables to execute list, show stats, and show logs tools, delivering centralized health reporting with actionable thresholds and escalation guidance.

How do I investigate incidents using F5 BIG-IP logs and iRules?

To investigate incidents using F5 BIG-IP logs and iRules, you can execute an automated health check that uses show_logs_tool and list_tool. This script analyzes iRules and logs alongside virtual servers and pools to support incident investigation and capacity planning.

Do I need specific environment variables to run an automated BIG-IP health check?

Yes, you need to configure specific environment variables to run an automated BIG-IP health check. The script requires IP_ADDRESS, Authorization_string, and F5_MCP_SCRIPT to authenticate and execute the MCP tools for comprehensive device assessment.