Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Simple check postfix queue
Current Version
1.0
Last Release Date
2018-08-21
Compatible With
- Nagios 3.x
- Nagios 4.x
Owner
License
Other
Hits
6355
Files:
File | Description |
---|---|
check_postfix_queue.sh | check_postfix_queue.sh |
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!
# Auteur : Belgotux
# Site : www.monlinux.net
# Licence : CC-BY-NC-SA
# Version : 1.0
# Date : 21/08/18
# changelog
# v1.0 check different postfix queue
Check these items :
- queue request
- queue size in KB
- queue active with personalized warning and critical
- queue deferred with personalized warning and critical
- queue bounce/corrupt/maildrop with generic warning and critical
Generate perfdata for graphic view :
- queue req, size
- queue active/deferred/bounce/corrupt/maildrop
Use : check_postfix_queue.sh [-dir postfix_dir] [-wa warning_active] [-ca critical_active] [-wd warning_deferred] [-cd critical_deferred] [-wo warning_other] [-co critical_other]
Example nrpe config file : command[check_mailqueue]=/usr/lib/nagios/plugins/check_postfix_queue.sh --wa 100 --ca 500 --wd 500 --cd 1000 --wo 1 --co 100
# Site : www.monlinux.net
# Licence : CC-BY-NC-SA
# Version : 1.0
# Date : 21/08/18
# changelog
# v1.0 check different postfix queue
Check these items :
- queue request
- queue size in KB
- queue active with personalized warning and critical
- queue deferred with personalized warning and critical
- queue bounce/corrupt/maildrop with generic warning and critical
Generate perfdata for graphic view :
- queue req, size
- queue active/deferred/bounce/corrupt/maildrop
Use : check_postfix_queue.sh [-dir postfix_dir] [-wa warning_active] [-ca critical_active] [-wd warning_deferred] [-cd critical_deferred] [-wo warning_other] [-co critical_other]
Example nrpe config file : command[check_mailqueue]=/usr/lib/nagios/plugins/check_postfix_queue.sh --wa 100 --ca 500 --wd 500 --cd 1000 --wo 1 --co 100
Reviews (0)
Be the first to review this listing!