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 DIMMs doesn't override warning "status of all x dimms is n/a (please upgrade firmware)" #27

Open fredricj opened 3 years ago

fredricj commented 3 years ago

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

  1. add it to all corresponding nagios checks,
  2. split the nagios checks to have one with this option and one without and assign this properly
  3. do other server specific things like adding an alias etc

Is this intended or a bug?