mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
check_mailq.pl ignores the separate submission queue used in (modern?) sendmail implementations. For the queue output below with one message in the submission queue and no messages in the transport queue, check_mailq.pl reports zero messages in the queue because the request count from the last queue always overwrites previous queues. If the sendmail MTA isn't running or has become wedged, messages will sit in the submission queue forever. The attached patch fixes this in a backwards compatible way (i.e., it shouldn't break any of the currently supported formats). -- Just turning attached patch of github issue #972 into a push request. (Closes #972) |
||
|---|---|---|
| .. | ||
| t | ||
| check_breeze.pl | ||
| check_disk_smb.pl | ||
| check_file_age.pl | ||
| check_flexlm.pl | ||
| check_ifoperstatus.pl | ||
| check_ifstatus.pl | ||
| check_ircd.pl | ||
| check_log.sh | ||
| check_mailq.pl | ||
| check_mssql.pl | ||
| check_netdns.pl | ||
| check_oracle.sh | ||
| check_rpc.pl | ||
| check_sensors.sh | ||
| check_uptime.pl | ||
| check_wave.pl | ||
| Makefile.am | ||
| utils.pm.in | ||
| utils.sh.in | ||