Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_zmcontrol
1.0
2013-11-14
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
- Nagios Reactor
GPL
33156
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!
./check_zmcontrol -w ## for warning
./check_zmcontrol -c ## for critical
Note that the user running Nagios daemon or, most commonly in this case, the NRPE daemon, is "nagios". But to execute Zimbra's zmcontrol command you need to run it as "zimbra" user. In this script I run execute:
su -l zimbra -c "/opt/zimbra/bin/zmcontrol status"
This means that the nagios user executing this script will need to have the ability to switch users. I recommend executing this script with sudo and in the sudoers file you would have to append the permission:
nagios ALL=(ALL) NOPASSWD:/usr/local/nagios/libexec/
which gives the nagios user to execute any nagios plugins with root privileges, which will allow for the correct execution of the su command.
Feel free to contact me for any more details.
This plugin is a bash script which checks if there are any stopped services in the Zimbra mail system. Rather it reports a warning or critical state, depends on the argument you feed it:
./check_zmcontrol -w ## for warning
./check_zmcontrol -c ## for critical
Note that the user running Nagios daemon or, most commonly in this case, the NRPE daemon, is "nagios". But to execute Zimbra's zmcontrol command you need to run it as "zimbra" user. In this script I run execute:
su -l zimbra -c "/opt/zimbra/bin/zmcontrol status"
This means that the nagios user executing this script will need to have the ability to switch users. I recommend executing this script with sudo and in the sudoers file you would have to append the permission:
nagios ALL=(ALL) NOPASSWD:/usr/local/nagios/libexec/
which gives the nagios user to execute any nagios plugins with root privileges, which will allow for the correct execution of the su command.
Feel free to contact me for any more details.
./check_zmcontrol -w ## for warning
./check_zmcontrol -c ## for critical
Note that the user running Nagios daemon or, most commonly in this case, the NRPE daemon, is "nagios". But to execute Zimbra's zmcontrol command you need to run it as "zimbra" user. In this script I run execute:
su -l zimbra -c "/opt/zimbra/bin/zmcontrol status"
This means that the nagios user executing this script will need to have the ability to switch users. I recommend executing this script with sudo and in the sudoers file you would have to append the permission:
nagios ALL=(ALL) NOPASSWD:/usr/local/nagios/libexec/
which gives the nagios user to execute any nagios plugins with root privileges, which will allow for the correct execution of the su command.
Feel free to contact me for any more details.
Reviews (0)
Be the first to review this listing!