Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_qmail_processed
1.0
2016-03-01
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
MIT
5442
File | Description |
---|---|
check_qmail_processed | The check 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!
Nagios agent to check how many e-mail are processed by qmail.
This probe parses qmail logs and count how many :
- Successful delivered mails
- Failed delivered mails
- Local delivered mails
- Remote delivered mails
- Failure ratio (percentage of failed delivered messages on all messages processed)
ARGUMENTS :
-w : Warning level of failure ratio.
-c : Critical level of failure ratio.
>> Warning level must be smaller than critical level.
This probe parses qmail logs and count how many :
- Successful delivered mails
- Failed delivered mails
- Local delivered mails
- Remote delivered mails
- Failure ratio (percentage of failed delivered messages on all messages processed)
ARGUMENTS :
-w : Warning level of failure ratio.
-c : Critical level of failure ratio.
>> Warning level must be smaller than critical level.
Reviews (1)
bydanwaterloo, May 28, 2016
I can get the plugin to run via the command line, but not nrpe. Do you have any tips on how to setup the plugin on the client computer for use with nrpe? I'm getting "qmail log path not found." warning, which indicates that the nrpe user cannot find the qmail log file due to permissions.
Owner's reply
My script try to open this file : /var/log/qmail/qmail-send/current
If your qmail-send log file is in a custom directory, edit qmail_log_path variable (line 36) to target your qmail-send log file.