Hi All,
Im running Zabbix 1.8.3 and I monitor a lot of Unix and Linux hosts (200+). I recently upgraded to 1.8.3 and updating the agent on so many machines is pointless. We currently don't have a central package management for Unix/Linux in place. I thought this might be a good idea to have this done by Zabbix itself. So I created a new Item that tells me that Zabbix agent verison running on a host:

And the following trigger:

This seems to be working fine. In the Dashboard I can now see the hosts under severity information:

So the trigger is working as expected. Last thing we need is an action:

Here is the problem the action doesn't seem to work. This is the last missing bit. I have a central action to send an notification email for severity=information and severity=average. Average severity seems to work. But there is no notification email send for information severity.I don't know if it has to do with the new item? If I could solve this I only need to write a small shell script that is triggered by the Zabbix server. The script could be located on a nfs share and mounted via autofs.
Please help. I think this function would be very useful for others as well.
Regards,
r0k5t4r
Im running Zabbix 1.8.3 and I monitor a lot of Unix and Linux hosts (200+). I recently upgraded to 1.8.3 and updating the agent on so many machines is pointless. We currently don't have a central package management for Unix/Linux in place. I thought this might be a good idea to have this done by Zabbix itself. So I created a new Item that tells me that Zabbix agent verison running on a host:
And the following trigger:
This seems to be working fine. In the Dashboard I can now see the hosts under severity information:
So the trigger is working as expected. Last thing we need is an action:
Here is the problem the action doesn't seem to work. This is the last missing bit. I have a central action to send an notification email for severity=information and severity=average. Average severity seems to work. But there is no notification email send for information severity.I don't know if it has to do with the new item? If I could solve this I only need to write a small shell script that is triggered by the Zabbix server. The script could be located on a nfs share and mounted via autofs.
Please help. I think this function would be very useful for others as well.
Regards,
r0k5t4r
Comment