Good day,
I need advice.
I have one Zabbix Trapper Item to which I send certain data. In case of problems from my application, I create a Zabbix trigger with the expression ".str" (example: {xx:KubeSchedulerDown.str(8eeaeb2793b61dde, # 1)} = 1). - I'm looking for the string "8eeaeb2793b61dde" on ZabbixItem, which will light up the trigger if it appears.
After creating a ZabbixTrigger, I send the given value to the item (always after!), But the trigger does not light up. However, if I send the given value at a distance (approx. 10 seconds), the trigger will light up.
Can anyone tell me why this is happening? Or how can I solve the problem so I can send the value now? Thank you.
I need advice.
I have one Zabbix Trapper Item to which I send certain data. In case of problems from my application, I create a Zabbix trigger with the expression ".str" (example: {xx:KubeSchedulerDown.str(8eeaeb2793b61dde, # 1)} = 1). - I'm looking for the string "8eeaeb2793b61dde" on ZabbixItem, which will light up the trigger if it appears.
After creating a ZabbixTrigger, I send the given value to the item (always after!), But the trigger does not light up. However, if I send the given value at a distance (approx. 10 seconds), the trigger will light up.
Can anyone tell me why this is happening? Or how can I solve the problem so I can send the value now? Thank you.
Comment