
HP (Compaq)
HP Insight Manager Log Checker-rewrite
Description:
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.
Current Version
Last Release Date
February 4, 2010
Compatible With
Owner
Project Files
File | Description |
---|---|
check_insight_log2.sh |
Project Notes
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}
}
Page Sections
Project Stats
Rating
5 (3)
Favorites
0
Views
157,180