Hi All,
I want to have a trigger fired for host restart only if there are multiple reboots.
Like :
When the host is restarted 2 times in the last 30mins.
I tried with below conditions in the system.uptime trigger but it does not help and I am getting alerts even for a single restart
{Template Module Windows generic by Zabbix agent:system.uptime.last(#2,30m)}=1
{Template Module Windows generic by Zabbix agent:system.uptime.count(30m,2m,lt,30m)}=1
Could you please suggest.
I want to have a trigger fired for host restart only if there are multiple reboots.
Like :
When the host is restarted 2 times in the last 30mins.
I tried with below conditions in the system.uptime trigger but it does not help and I am getting alerts even for a single restart
{Template Module Windows generic by Zabbix agent:system.uptime.last(#2,30m)}=1
{Template Module Windows generic by Zabbix agent:system.uptime.count(30m,2m,lt,30m)}=1
Could you please suggest.
Comment