Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_snmp_firecluster
1
2016-04-27
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
GPL
6172
File | Description |
---|---|
check_snmp_firebox | bash script. |
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!
usage: ./check_snmp_firecluster -h [hostname] [options]
options:
-h [IPv4 Address] IP address of cluster management address
-u [snmp username] Required if using SNMPv3
-a [none|MD5|SHA] Authentication - Required if using SNMPv3
-A [password] Required if using SNMPv3 & not using '-a none'
-x [None|DES] Privacy - Required if using SNMPv3
-a [password] Required if using SNMPv2 & not using '-x none'
-c [community name] required if using SNMPv1 or 2
examples:
- SNMPv1/2c
./check_snmp_firecluster -h 10.0.0.1 -c public
- SNMPv3
./check_snmp_firecluster -h 192.168.0.1 -u username -a sha -A myauthpass -x des -X myprivpass
If you are in an OK state, the results look like this:
OK: Master:###serialnumber###,SystemHealth:100,HardwareHealth:100,PortHealth:100,WeightedAvg:100 ; Backup:###serialnumber###,SystemHealth:100,HardwareHealth:100,PortHealth:100,WeightedAvg:100
Warning will be returned if any of the Health values are below 100.
Critical will return if any member is not either Master or Backup (this means one member is offline).
options:
-h [IPv4 Address] IP address of cluster management address
-u [snmp username] Required if using SNMPv3
-a [none|MD5|SHA] Authentication - Required if using SNMPv3
-A [password] Required if using SNMPv3 & not using '-a none'
-x [None|DES] Privacy - Required if using SNMPv3
-a [password] Required if using SNMPv2 & not using '-x none'
-c [community name] required if using SNMPv1 or 2
examples:
- SNMPv1/2c
./check_snmp_firecluster -h 10.0.0.1 -c public
- SNMPv3
./check_snmp_firecluster -h 192.168.0.1 -u username -a sha -A myauthpass -x des -X myprivpass
If you are in an OK state, the results look like this:
OK: Master:###serialnumber###,SystemHealth:100,HardwareHealth:100,PortHealth:100,WeightedAvg:100 ; Backup:###serialnumber###,SystemHealth:100,HardwareHealth:100,PortHealth:100,WeightedAvg:100
Warning will be returned if any of the Health values are below 100.
Critical will return if any member is not either Master or Backup (this means one member is offline).
Reviews (0)
Be the first to review this listing!