Hi,
I have the following trigger:
{Template_WES:service_state[STEMDASH].avg(300)}#0
When the service stops this triggers straight away in the the Dashboard rather than taking the average over 300 seconds. What am I doing wrong?
Zabbix version 1.8.2
Update:
If I do
{Template_WES:service_state[STEMDASH].avg(300)}=6
the trigger behaves as expected.
Best Regards,
Tony.
I have the following trigger:
{Template_WES:service_state[STEMDASH].avg(300)}#0
When the service stops this triggers straight away in the the Dashboard rather than taking the average over 300 seconds. What am I doing wrong?
Zabbix version 1.8.2
Update:
If I do
{Template_WES:service_state[STEMDASH].avg(300)}=6
the trigger behaves as expected.
Best Regards,
Tony.
Comment