Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
perl script intended as wrapper around the ‘zmcontrol status’ command provided by zimbra
Current Version
0.1
Last Release Date
2010-01-11
Owner
Claude Brassel
Download URL
http://www.brassel.net/check_zimbra.pl
Compatible With
This perl script is just a wrapper around the 'zmcontrol status' provided by zimbra. I use this to check the zimbra status from the nagios server with the ssh remote check. To work with nagios user you need something like this in your /etc/sudoers file : nagios ALL=(zimbra) NOPASSWD:/opt/zimbra/bin/zmcontrol check_zimbra.pl -h Usage: check_zimbra.pl [options] -s stopped service are ignored until some daemon is faulty -S stopped service give warning state if a service is faulty -C stopped service give critical if a service is faulty -e service1,service2,.. list of excluded services from monitoring -d enable debug mode -h display usage information If you have some idea about improvement please send me any suggestion.
This checks the output of "zmcontrol status", so it detects an error when zimbra already fails in some way. I't goot at what it does and here is a fix for the change in 8.5 version: diff check_zmstatus.pl check_zmstatus.pl.old 45a46 > # parse every line exept the first 47,50c48,52 } > }
I think there is a problem with the exit codes. The exit status of a Nagios plugin should be 0=OK, 1=WARNING, 2=CRITICAL, or 3=UNKNOWN, but if the plugin is not run as zimbra user or if the zmcontrol executable is not found the exit code is 0 (OK).
You must be logged in to submit a review.
To:
From: