Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
MS Exchange Top Emailers Plugin
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!
Allows you to monitor how are the TOP senders of email.
Also usefull to detect attacks, and miss use of your exchange server.
I hope this helps someone, I am willing to rewrite the code, since it does need a cleanup.
It requires NRPE_NT.
Define the Exchange top emailers Command :
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 40 -u -c get_top_emailers -a $HOSTNAME$ $ARG1$ $ARG2$
The output of the script is something like:
Status OK 1116 - postmaster@rera.org(93) - postmaster@rera.org(558) - postmaster@rera.org(465)
Also usefull to detect attacks, and miss use of your exchange server.
I hope this helps someone, I am willing to rewrite the code, since it does need a cleanup.
It requires NRPE_NT.
Define the Exchange top emailers Command :
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 40 -u -c get_top_emailers -a $HOSTNAME$ $ARG1$ $ARG2$
The output of the script is something like:
Status OK 1116 - postmaster@rera.org(93) - postmaster@rera.org(558) - postmaster@rera.org(465)
Reviews (0)
Be the first to review this listing!