Hello,
in my company we are using zabbix to monitor a few unix and windows servers and most of the things are working fine. Now the developers using the Windows servers wanted to get notifications when there is something wrong. That was easily done, they were getting there messages and everybody was happy. But now they got the idea that it would be great if they could see the trigger threshold in the notification. I thought that should be easy but until now i haven't found a satisfying way to do it.
For example i have the expression from the Windows OS template:
{Template OS Windows
roc.num[].avg(5m)}>300
If the trigger fires and the notification is send i see the actual value for the number of processes but no value to compare. I can use the macro trigger.expression to get the information (since it is part of the expression) but it would be nice if i could just get the threshold value (300 in my example). It is not such a big thing but it is still annoying.
Thanks for your help in advance.
in my company we are using zabbix to monitor a few unix and windows servers and most of the things are working fine. Now the developers using the Windows servers wanted to get notifications when there is something wrong. That was easily done, they were getting there messages and everybody was happy. But now they got the idea that it would be great if they could see the trigger threshold in the notification. I thought that should be easy but until now i haven't found a satisfying way to do it.
For example i have the expression from the Windows OS template:
{Template OS Windows
roc.num[].avg(5m)}>300If the trigger fires and the notification is send i see the actual value for the number of processes but no value to compare. I can use the macro trigger.expression to get the information (since it is part of the expression) but it would be nice if i could just get the threshold value (300 in my example). It is not such a big thing but it is still annoying.
Thanks for your help in advance.
Comment