Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_vtmhealth
1.0
2016-09-05
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
4873
File | Description |
---|---|
check_vtmhealth.sh | check_vtmhealth.sh |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
check_vtmhealth is a basic shell script Nagios plugin to check the health of Brocade VTM Load balancer/Application Delivery Controller.
It will monitor for VTM system errors and also any failed pool nodes. Output is given in Brocades usual minor/major/critical classification. You will need to enabled the REST API and configure a monitoring account with read only permissions.
Basic usage:
check_vtmhealth.sh -i -u -p
Help:
-h
Print detailed help screen
-V
Print version information
-i STRING
Host address to check against
-u STRING
Monitoring account username
-p STRING
Monitoring account password
Example command:
define command{
command_name check_vtm_health
command_line $USER1$/check_vtmhealth.sh -i $HOSTADDRESS$ -u -p
}
Expected output:
OK: System has no problems. System Errors: none . Node Errors: none
It will monitor for VTM system errors and also any failed pool nodes. Output is given in Brocades usual minor/major/critical classification. You will need to enabled the REST API and configure a monitoring account with read only permissions.
Basic usage:
check_vtmhealth.sh -i
Help:
-h
Print detailed help screen
-V
Print version information
-i STRING
Host address to check against
-u STRING
Monitoring account username
-p STRING
Monitoring account password
Example command:
define command{
command_name check_vtm_health
command_line $USER1$/check_vtmhealth.sh -i $HOSTADDRESS$ -u
}
Expected output:
OK: System has no problems. System Errors: none . Node Errors: none
Reviews (0)
Be the first to review this listing!