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
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!
Checks if entrys in the HP Insight Manager Log.
If more than one entry (Status of cleared log) it shows the LAST entry.
Entrys with "Error" are shown as CRITICAL. All other as WARNING.
POST Messages with Array-Errors are repressed.
Feal free to test or upgrade this plugin.
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_log
command_line $USER1$/check_insight_log.sh -H $HOSTADDRESS$ -C {comminity}
}
If more than one entry (Status of cleared log) it shows the LAST entry.
Entrys with "Error" are shown as CRITICAL. All other as WARNING.
POST Messages with Array-Errors are repressed.
Feal free to test or upgrade this plugin.
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_log
command_line $USER1$/check_insight_log.sh -H $HOSTADDRESS$ -C {comminity}
}