How to configure Postfix mail queue monitoring in Zabbix?

Status
Not open for further replies.

hostechsuppor

Active Member
132
2017
22
0
Kindly follow the 2 step process to configure Postfix mail queue monitoring in Zabbix:
1. Create a line like- User Parameter=postfix.queue, post queue -p|...
in the zabbix_agentd.conf
2. Then create an item postfix.queue in your Zabbix server gui and a trigger that fires if the value is > 100.

You may share your views too:)
 
Last edited:
2 comments
Hello Hostecsuppor,

I have one query cPanel does not use postfix right? it uses exim.
Please need your view on this too

Thanks
Calvin K

Skype: sales-redswitches
redswitches.com
 
For exim stat checks you need a script:
A simple Zabbix statistics pusher. It check and report these values: - Number of running processes exim4 (trigger if 0) - Mails Queue Size (trigger if >500 and >1000) - Mails Received - Mails Error - Mails Received Size in Bytes - Mails Delivered - Mails Delivered Size in Bytes
put script zbx-exim-stats.sh in to the /etc/zabbix/scripts on your exim server. make it executable. add cron job
/5 * * * /etc/zabbix/scripts/zbx-exim-stats.sh.
 
Status
Not open for further replies.
Back
Top