lausser / check_hpasm

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)
http://labs.consol.de/nagios/check_hpasm/
GNU General Public License v2.0
16 stars 18 forks source link

Blacklisting of devicenames with letters does not blacklist #3

Closed fredricj closed 9 years ago

fredricj commented 11 years ago

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)

fredricj commented 9 years ago

Fixed by commit 06655a2b08fada440adee2c17819fca51c060910