like to monitor postfix mailqueue in zabbix ...
can i use following line in agents_conf:
and how do i set the item in zabbix and alert @ 100 mails?
Regards
can i use following line in agents_conf:
Code:
# Mailqueue
UserParameter=postfix.queue,postqueue -p | find /var/spool/postfix/{deferred,active,maildrop}/ -type f | wc -
Regards
ostfix.queue.last(0)}>100
Comment