Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_xenserver_messages
1.0.1
2015-11-10
- Nagios 3.x
BSD
32483
File | Description |
---|---|
check_xenserver_messages.py | check_xenserver_messages.py, version 1.0.1. This command checks if there are any active system alert messages under your XenServer pool/host . Needs XenServer 6.2.0 or newer. |
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!
Uses XenAPI. Tested on CentOS 6.7.
v1.0.1 fixes XenAPI session logout.
This plugin checks if there are any system alert messages active on xenServer pool/host. Requires atleast XenServer 6.2.0 version as message priorities are not defined properly on older versions.
Example Nagios check command:
Nagios command define:
# set $USER26$ under resource.cfg, its xenserver password
define command {
command_name check_xenserver_messages
command_line $USER1$/check_xenserver_messages.py -H $HOSTADDRESS$ -p "$USER26$"
}
v1.0.1 fixes XenAPI session logout
Example Nagios check command:
Nagios command define:
# set $USER26$ under resource.cfg, its xenserver password
define command {
command_name check_xenserver_messages
command_line $USER1$/check_xenserver_messages.py -H $HOSTADDRESS$ -p "$USER26$"
}
v1.0.1 fixes XenAPI session logout
Reviews (0)
Be the first to review this listing!