Home Directory Plugins Hardware Server Hardware HP (Compaq) HP Insight Manager Log Checker-rewrite

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

HP Insight Manager Log Checker-rewrite

Rating
3 votes
Favoured:
0
Hits
156755
Files:
FileDescription
check_insight_log2.shcheck_insight_log2.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.
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}
}
Reviews (2)
bydamned, January 26, 2017
Great, simple and very usefull.
Works also if ilo ethernet cable is disconnected.
by, March 3, 2011
Endlich.... genau danach habe ich gesucht !!!
war laestig immer auf dem Server das alles zu löschen.

Danke