
Brocade
check_vtmhealth
Description:
check_vtmhealth is a basic shell script Nagios plugin to check the health of Brocade VTM Load balancer/Application Delivery Controller.
Current Version
1.0
Last Release Date
2016-09-05
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
License
GPL
Project Files
File | Description |
---|---|
check_vtmhealth.sh |
Project Notes
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
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
5,005