Skip to content

Checks if there are any System alert messages active on xenServer pool/host. Requires XenServer v6.2+ version as message priorities are not defined properly on older versions.

License

Notifications You must be signed in to change notification settings

ppanula/check_xenserver_messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check_xenserver_messages

Checks if there are any System alert messages active on xenServer pool/host. Requires XenServer v6.2+ 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$"
}

About

Checks if there are any System alert messages active on xenServer pool/host. Requires XenServer v6.2+ version as message priorities are not defined properly on older versions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages