Hello,
we installed this Plugin on our Icinga 2 Server: http://manpages.ubuntu.com/manpages/trusty/man7/check_imap_quota.7.html because we would like to use the command check_imap_quota to monitor the growth of our Exchange Mailboxes. There seems to be nothing wrong with the script itself, we can contact the server with the right login credentials and imap port but we get the following result: IMAP QUOTA OK – The script does not display the current size of the Mailbox ($quotaPercentage is missing). We also get the same result when we change the these values to zero: my $quotaPercentageWarning = 80; my $quotaPercentageCritical = 90; Maybe someone can give me a hint? Thx! Regards, Henning