Current issue - Windows servers get restarted as part of testing, the services not running triggers an alert and this ends up being a false positive
Goal - Allowing testers to restart Windows services and delay the trigger alert by X mins
Zabbix Server - Zabbix 7.0.0alpha8
Current setup
- Template - Windows by Zabbix agent
- Trigger actions - using tags and default settings
Changes attempted
- Changing the state of service trigger prototype expression (from min(/CUSTOM - Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],3)<>0 to last(/CUSTOM - Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],3)<5m)
- Changing the update interval of item prototype (from 1m to 5m)
I'd appreciate any help. Attached are screenshots of the trigger settings.
Goal - Allowing testers to restart Windows services and delay the trigger alert by X mins
Zabbix Server - Zabbix 7.0.0alpha8
Current setup
- Template - Windows by Zabbix agent
- Trigger actions - using tags and default settings
Changes attempted
- Changing the state of service trigger prototype expression (from min(/CUSTOM - Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],3)<>0 to last(/CUSTOM - Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],3)<5m)
- Changing the update interval of item prototype (from 1m to 5m)
I'd appreciate any help. Attached are screenshots of the trigger settings.
besides it should be #3 when using last()... "last (/host/key,<#num<:time shift>>) " <- see, only #...
Comment