Home Directory Plugins Email and Groupware Postfix Check Zimbra Mailbox Quota

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Zimbra Mailbox Quota

Rating
3 votes
Favoured:
0
Current Version
1.4
Last Release Date
2012-01-30
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
81248
Files:
FileDescription
check_zimbra_mailboxquota.plVersion 1.4
Nagios CSP

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!
This perl check the mailbox quota of zimbra email software.
Example of usage on the server Zimbra :
$ARGV0 : Warning Alert
$ARGV1 : Critical Alert

./check_zimbra_mailboxquota.pl $ARGV0 $ARGV1
./check_zimbra_mailboxquota.pl 90 95

Example of usage on Nagios server :
$ARG0$ : Warning Alert
$ARG1$ : Critical Alert

command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -l nagios -C "sudo -u zimbra /usr/lib/nagios/plugins/check_zimbra_mailboxquota.pl $ARG1$ $ARG2$"
Reviews (1)
bynishith, February 16, 2016
I get below error while executing the script on Zimbra Server.
########################################
-bash: ./check_zimbra_mailboxquota.pl: /usr/bin/perl^M: bad interpreter: No such file or directory
########################################
But, my perl file location is same as mentioned in the script. Please See below command output:

which perl
/usr/bin/perl

What should I do now? Something is missing in the script.

Kindly resolve.