Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
kubik256
bykubik256, March 15, 2017
Plugin is excellent! Many thanks.
Little hint for somebody who get status critical on HP iLO IPMI, it will be something like: Critical [64 system event log (SEL) entries present]
SEL log can be cleared directly from Nagios host this way:
1) install ipmiutil (this way for ubuntu/debian)
apt-get install ipmiutil
2) run clear for HP iLO specified by iLO's IP address:
ipmiutil sel -d -V 4 -N -U -P -F HP
Hope this can save some time "googling" around ;)
Little hint for somebody who get status critical on HP iLO IPMI, it will be something like: Critical [64 system event log (SEL) entries present]
SEL log can be cleared directly from Nagios host this way:
1) install ipmiutil (this way for ubuntu/debian)
apt-get install ipmiutil
2) run clear for HP iLO specified by iLO's IP address:
ipmiutil sel -d -V 4 -N -U -P -F HP
Hope this can save some time "googling" around ;)