Hello,
I'm using Zabbix Server 5.0 and Zabbix Agent2. So I created a trigger and that trigger doesn't change '{ITEM.LASTVALUE}' in problems.
For example the Trigger will show to the user "There are 2/10 server with problem check them" but the next checks maybe increse or decrease this numbers, for example the next check is increased so the Trigger name need to changed to "There are 8/10 server with problem check them".
My trigger expression:
Trigger name is:
How can I do it? I tried changing to '{ITEM.LASTVALUE1}' but doesn't help.
If I check the last value of item is correct, showing all the last value that I got from script, but the trigger name doesn't until the problem is solved so the next trigger name is changed.
I'm using Zabbix Server 5.0 and Zabbix Agent2. So I created a trigger and that trigger doesn't change '{ITEM.LASTVALUE}' in problems.
For example the Trigger will show to the user "There are 2/10 server with problem check them" but the next checks maybe increse or decrease this numbers, for example the next check is increased so the Trigger name need to changed to "There are 8/10 server with problem check them".
My trigger expression:
Code:
{Jobs_Monitoring:GetIntegrador.DescErro[IP_Server].last(#3)}<>"OK"
Integrador - DescErro: {ITEM.LASTVALUE1}
If I check the last value of item is correct, showing all the last value that I got from script, but the trigger name doesn't until the problem is solved so the next trigger name is changed.
Comment