Build precise queries to find exactly what you need
Press ESC to close
@Paulisse85
Member Since: May 7, 2015
Favorites0
Views
Projects0
I'm very happy with this script! Wonderfull. However, you are missing a very important state! 'removed' We had a power outage and the script broke due to this and did not report a valid response /usr/lib64/nagios/plugins/check_snmp_cisco_stack: Use of uninitialized value in concatenation (.) or string at (eval 1) line 150,. my %STACK_STATES = ( '1' => 'waiting', '2' => 'progressing', '3' => 'added', '4' => 'ready', '5' => 'sdmMismatch', '6' => 'verMismatch', '7' => 'featureMismatch', '8' => 'newMasterInit', '9' => 'provisioned', '10' => 'invalid', '11' => 'Removed', ); Apart from that, thank you very much!
Reviewed 10 years ago