Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
praines
bypraines, August 13, 2015
Got the plugin from master on GitHub (there is an error in the include conf file on consumption line)
One feature request is that a nagios alert could be done on a whole group instead of each individual item. Mainly for FAN, MEMORY, SENSOR and PDISK groups
For example doing "-w MEM#0" would return something like
OK - All memory ENABLED/OK
or
CRITICAL - DIMM Socket B7 failed ...
while "-w MEM" would still return the non-alert full info like it does now.
One feature request is that a nagios alert could be done on a whole group instead of each individual item. Mainly for FAN, MEMORY, SENSOR and PDISK groups
For example doing "-w MEM#0" would return something like
OK - All memory ENABLED/OK
or
CRITICAL - DIMM Socket B7 failed ...
while "-w MEM" would still return the non-alert full info like it does now.
Owner's reply
Thanks,
script currently limited support for global health, it will return with exit code of alert but now print prefix (OK, CRIT, WARN) and not combine check result, this can use with multi line check view in front-end