Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
HP Insight Manager Log Checker-rewrite
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This checks HP Insight Manager logs, using snmp, and alerts on log entries of status Critical, Unknown and Cautious.
It is based on check_insight_log.sh - but I ripped out the entire check code - and rewrote to check on the actual status of the log entry - so you can mark a log entry as repaired - and then it will no longer complain - you don't have to clear logs.
It also no longer complains about informational and repaired entries needlessly.
It has been rewritten to support nagios3 - so you will get the entire list of log entries as "extra information" - shown when you click on details of the check.
To perform the checks the HP Insight Manager must be installed on the target server and SNMP must be enabled.
Add this to you command.cfg and put the check_insight_log.sh in your Nagios Libexec directoy
# Checks HP Insight Manager Log
define command{
command_name check_insight_log2
command_line $USER1$/check_insight_log2.sh -H $HOSTADDRESS$ -C {community}
}
It is based on check_insight_log.sh - but I ripped out the entire check code - and rewrote to check on the actual status of the log entry - so you can mark a log entry as repaired - and then it will no longer complain - you don't have to clear logs.
It also no longer complains about informational and repaired entries needlessly.
It has been rewritten to support nagios3 - so you will get the entire list of log entries as "extra information" - shown when you click on details of the check.
To perform the checks the HP Insight Manager must be installed on the target server and SNMP must be enabled.
Add this to you command.cfg and put the check_insight_log.sh in your Nagios Libexec directoy
# Checks HP Insight Manager Log
define command{
command_name check_insight_log2
command_line $USER1$/check_insight_log2.sh -H $HOSTADDRESS$ -C {community}
}
Reviews (2)
Great, simple and very usefull.
Works also if ilo ethernet cable is disconnected.
Works also if ilo ethernet cable is disconnected.
Endlich.... genau danach habe ich gesucht !!!
war laestig immer auf dem Server das alles zu löschen.
Danke
war laestig immer auf dem Server das alles zu löschen.
Danke