Home Directory Plugins Email and Groupware Postfix check_postqueue (edouard.lamoine)

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_postqueue (edouard.lamoine)

Current Version
1.0
Last Release Date
2015-05-19
License
Other
Hits
7454
Files:
FileDescription
check_postqueuecheck_postqueue
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_postqueue (edouard.lamoine)
check_postqueue allow you to check the Postfix queue lenght, and specify warning and critical thresholds.

Tested under Ubuntu 10
Plugin made by Edouard Lamoine

This plugin is checking the Postfix queue, and allow user to pass WARNING and CRITICAL thresholds.

Copy the plugin in the nagios plugins directory.

Usage: ./check_postqueue -w WARNING_NUMBER -c CRITICAL_NUMBER

ex: ./check_postqueue -w 500 -c 1000

Note: Postfix MUST be running, if not the plugin won't work !

Of course be sure Nagios user is allowed to access the plugin (use chmod to make it readable by Nagios user)


Let me know if you experience any problem with it.