Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Zimbra Mailbox Quota
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
81513
Files:
File | Description |
---|---|
check_zimbra_mailboxquota.pl | Version 1.4 |
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!
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$"
$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.
########################################
-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.