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
80848
Files:
FileDescription
check_zimbra_mailboxquota.plVersion 1.4
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.