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_qmail_processed

Rating
1 vote
Favoured:
0
Current Version
1.0
Last Release Date
2016-03-01
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
MIT
Hits
5442
Files:
FileDescription
check_qmail_processedThe check plugin
Nagios CSP

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.
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.
Reviews (1)
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.