I'm running the Zabbix 1.8 Appliance.
I want Zabbix to email notification of problems, and to email corresponding recovery notifications.
For the life of me, I haven't been able to make it happen.
Here's how i've gone about it:
- configuration->actions;
- click 'create action' button;
- give it an arbitrary name;
- select 'triggers' as the source;
- add conditions as desired. This is guess-work. I've tried several arrangements, with the simplest being "trigger value = problem";
- add operation(s) to the action. I've selected the simplest possible: 'send message' to 'single user', selected the user, and sent to all media available for that user (which consist solely of email addresses).
I then cause a 'problem', which I can verify is recognized by going to the monitoring dashboard, but I don't receive an email notification.
I've verified that the appliance is running postfix, and that it (the o.s.) can successfully send an email to the same email address used in the action's 'operation'.
I've ran tcpdump on the appliance, sniffing for tcp port 25, while causing a 'problem', but no packets are sent.
What am I missing?
Thanks,
Jon
I want Zabbix to email notification of problems, and to email corresponding recovery notifications.
For the life of me, I haven't been able to make it happen.
Here's how i've gone about it:
- configuration->actions;
- click 'create action' button;
- give it an arbitrary name;
- select 'triggers' as the source;
- add conditions as desired. This is guess-work. I've tried several arrangements, with the simplest being "trigger value = problem";
- add operation(s) to the action. I've selected the simplest possible: 'send message' to 'single user', selected the user, and sent to all media available for that user (which consist solely of email addresses).
I then cause a 'problem', which I can verify is recognized by going to the monitoring dashboard, but I don't receive an email notification.
I've verified that the appliance is running postfix, and that it (the o.s.) can successfully send an email to the same email address used in the action's 'operation'.
I've ran tcpdump on the appliance, sniffing for tcp port 25, while causing a 'problem', but no packets are sent.
What am I missing?
Thanks,
Jon
Comment