Greetings!
I'm currently trying to replace our old Nagios installation by Zabbix but I'm stuck now with a problem I can't solve:
I have defined a host.
I have defined a trigger named "Testtrigger" with the following expression:
{system.domain.de:system.uptime.last(0)}>1
I have defined an action that has the following condition:
Trigger = "system.domain.de:Testtrigger"
The trigger is working, but for whatever reason the action is never executed.The "Action" row for the trigger always reads "-".
What am I doing wrong?
I'm currently trying to replace our old Nagios installation by Zabbix but I'm stuck now with a problem I can't solve:
I have defined a host.
I have defined a trigger named "Testtrigger" with the following expression:
{system.domain.de:system.uptime.last(0)}>1
I have defined an action that has the following condition:
Trigger = "system.domain.de:Testtrigger"
The trigger is working, but for whatever reason the action is never executed.The "Action" row for the trigger always reads "-".
What am I doing wrong?
Comment