I'm using zabbix 1.8.5
I've defined a trigger:
When testing the trigger, the response is always FALSE, no matter which walue is set. Even if the value is 0, the response is false.
Seems like a bug in zabbix ....
The specified trigger works correctly, just the test trigger feature doesn't.
Next thing I've noticed, when I wanted to add a new Action, based on this trigger. When I want to define a New Condition (on the Create Action screen) based on trigger and I select the trigger from above, the input box is not populated. Clicking on the Add button results in the following error:
I've defined a trigger:
Code:
{MYSERVER01:service_state[My Service].last(600)}#0
Seems like a bug in zabbix ....
The specified trigger works correctly, just the test trigger feature doesn't.
Next thing I've noticed, when I wanted to add a new Action, based on this trigger. When I want to define a New Condition (on the Create Action screen) based on trigger and I select the trigger from above, the input box is not populated. Clicking on the Add button results in the following error:
Code:
DBcondition Error: [MYSERVER01:My Trigger] incorrect value for numeric field
Comment