There has been a small bug in the Nagios plugin check_equallogic when using a single volume check. Matt White discovered that, if two volume names have almost the same name, the 'grep' to identify the wanted volume does not work because the grep command wasn't looking for an exact match.
Let's say you have two volumes: vol1 and vol1test. The single volume check for vol1 would fail because vol1 appears twice. Today's released version (20111013) contains a bugfix for that scenario. Thanks Matt.
---
Then I'd also like to announce another new Nagios plugin: check_storcenter. This plugin can be used to monitor an EMC/Iomega StorCenter NAS. Some checks are released (the most important one 'disk') but I also wanted to create checks for fans, temperature etc. Unfortunately the snmp values returned by the device all show '0'... So the current available checks are the possible ones. |