Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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 😉