diff options
author | Jan Wagner <waja@cyconet.org> | 2013-10-01 13:06:51 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-02-03 14:44:52 (GMT) |
commit | 12ae1fb6627bfef419fb4571a7189909107f5e6e (patch) | |
tree | ee66dca0117f70684ad20d0d043a773a0fe35e77 /plugins/t/check_smtp.t | |
parent | fc8a233854c0d59cf637e982b84c836920d718bd (diff) | |
download | monitoring-plugins-12ae1fb6627bfef419fb4571a7189909107f5e6e.tar.gz |
check_mailq.pl: separate submission queuerefs/pull/1192/head
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)
Diffstat (limited to 'plugins/t/check_smtp.t')
0 files changed, 0 insertions, 0 deletions