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)
Currently blacklisting one or more DIMMs doesnt allow you to override the warning telling you to upgrade firmware. The status check in MemorySubsystem.pm doesnt check if a module is blacklisted when counting ok modules.
To ignore this warning you have to add --ignore-dimms but this requires you to either
add it to all corresponding nagios checks,
split the nagios checks to have one with this option and one without and assign this properly
do other server specific things like adding an alias etc
Currently blacklisting one or more DIMMs doesnt allow you to override the warning telling you to upgrade firmware. The status check in MemorySubsystem.pm doesnt check if a module is blacklisted when counting ok modules. To ignore this warning you have to add --ignore-dimms but this requires you to either
Is this intended or a bug?