We're currently having a great experience with Zabbix v1.1 to date, so thanks to the development team for creating such a great product.
Unfortunately, we occasionally run into some interesting bugs/problems, and I have one that I can't solve. We are using Zabbix to monitor the total size and number of messages in our mail queue. The items and triggers work fine, but we have discovered that the value for one of the variables sent in the alert email when the trigger is activated is incorrect.
Here's the message, as defined in the action:
-------------------------------------------------------------------------------------------
The queue on {HOSTNAME} is too large.
# of emails in queue: {HOSTNAME:mail.queue.count.last(0)}
Size of queue: {HOSTNAME:mail.queue.size.last(0)}
--------------------------------------------------------------------------------------------
The problem is that both mail.queue.count.last and mail.queue.size.last show the value of mail.queue.size.last in the alert email. When we look at the values and graphs for these items in the Zabbix interface, mail.queue.count.last shows the correct number of messages in the queue, and mail.queue.size.last shows the correct total size of the mail queue.
Odd, don't you think? We're stumped. Any suggestions?
Thanks,
-Rob
Unfortunately, we occasionally run into some interesting bugs/problems, and I have one that I can't solve. We are using Zabbix to monitor the total size and number of messages in our mail queue. The items and triggers work fine, but we have discovered that the value for one of the variables sent in the alert email when the trigger is activated is incorrect.
Here's the message, as defined in the action:
-------------------------------------------------------------------------------------------
The queue on {HOSTNAME} is too large.
# of emails in queue: {HOSTNAME:mail.queue.count.last(0)}
Size of queue: {HOSTNAME:mail.queue.size.last(0)}
--------------------------------------------------------------------------------------------
The problem is that both mail.queue.count.last and mail.queue.size.last show the value of mail.queue.size.last in the alert email. When we look at the values and graphs for these items in the Zabbix interface, mail.queue.count.last shows the correct number of messages in the queue, and mail.queue.size.last shows the correct total size of the mail queue.
Odd, don't you think? We're stumped. Any suggestions?
Thanks,
-Rob
Comment