A plugin (monitoring-plugin, not nagios-plugin, see also http://is.gd/PP1330) which checks the hardware health of HP Proliant Servers. (May also be used for other devices which implement the CPQHLTH mib)
We have a Proliant server where physical drives are named like 1E:2:4.
If we try to blacklist this device with --blacklist=dapd:1e:2:4 it wont work due to that is_blacklisted() uses a regexp which doesnt check for letters (HP/Server.pm line 296)
We have a Proliant server where physical drives are named like 1E:2:4. If we try to blacklist this device with --blacklist=dapd:1e:2:4 it wont work due to that is_blacklisted() uses a regexp which doesnt check for letters (HP/Server.pm line 296)