check_postqueue.sh

Bookmark and Share

Rating
2 votes
Favoured:
0
Current Version
1.0.2
Last Release Date
2010-04-16
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
29339
Files:
FileDescription
check_postqueue.shcheck_postqueue.sh
The script returns the length of Postfix queue by parsing output of postqueue.
Features:
- check length of Postfix queue
- specify limits for WARNING and CRITICAL
- specify address to count
- exclude something from taking it into account

Example usage: ./check_postqueue.sh -w 50 -c 100 -f '!MAILER-DAEMON'
Reviews (1)
byk2s, March 3, 2011
My modification of check_postqueue.sh adds:
* possible to pass config_dir to postqueue
* queue size output usable for graphs
Owner's reply

Can we see these modifications?