Check manual page of postfix_mailqMay 02. 2012
postfix_mailqAuthor: Lars Michelsen License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check uses the output of mailq as sent by the linux agent of
Check_MK. The command lists all mails which wait in the mail queue
of postfix.
The check analyzes the summary line at the bottom of the output.
This check creates one service per host which represents the state
of the servers mailqueue.
The check will result in WARNING/CRITICAL states when the number of items
in the queue reach the defined thresholds.
Check parameters
Performance dataTwo variables: the number of messages in length and the size of the
messages in the queue in bytes.
InventoryOn each system which provides the mailq command one service is being created.
Configuration variables
Examplesmain.mk # At 16 mails in the queue the check will result in a WARNING state # With 30 mails a CRITICAL state will be raised postfix_mailq_default_levels = (15, 30) |
| |||||||||||||||||||||||||||