I've been testing out Zabbix and have run into an odd issue.
I've created an action with the following properties:
This in turn sends an email message to a user that has been set up.
When I test the trigger by disconnecting a device, I can see that that it is triggering correctly. However, when I check the audit log, it did not show an email sent.
However, when I got in this morning, I found that the emails from yesterday had suddenly arrived 12 hours after the fact.
The Audit log shows:
But when I check the mail server logs, the email came through at 21:52 the same day, 12 hours and some minutes later:
Is there a way to get Zabbix to generate a test email? Can I check to verify that the time on the server is correct? Have I somehow configured Zabbix to send emails with a 12 hour delay, and if so, how can I check on this setting to change it back?
Thank you for any assistance.
I've created an action with the following properties:
Code:
Maintenance status not in "maintenance" Trigger severity >= "Warning"
When I test the trigger by disconnecting a device, I can see that that it is triggering correctly. However, when I check the audit log, it did not show an email sent.
However, when I got in this morning, I found that the emails from yesterday had suddenly arrived 12 hours after the fact.
The Audit log shows:
Code:
14 Feb 2013 11:37:02 Email sent [email protected] Subject: <location> Print Server: Service Down Message: Trigger: Service Down Trigger status: PROBLEM Trigger severity: High Item values: 1. TCP Connection Check (<location> Print Server:net.tcp.service[tcp,,8081]): Down (0)
Code:
Feb 14 21:52:02 mail postfix/qmgr[13746]: 855AA120042: from=<[email protected]>, size=747, nrcpt=1 (queue active)
Thank you for any assistance.
Comment