Hi everyone,
happy to be a member of the Zabbix community
I have a question:
I made some time response check and my trigger is setup like this:
[mycheck].avg(60m)>3000
Action is set like this:
Problem: {TRIGGER.NAME}: {ITEM.VALUE1}
{ITEM.VALUE1} show me the last value, but i want to see the last average value (something bigger than 3000 and not the last value which can be < 3000)
Could you help me to do that?
happy to be a member of the Zabbix community

I have a question:
I made some time response check and my trigger is setup like this:
[mycheck].avg(60m)>3000
Action is set like this:
Problem: {TRIGGER.NAME}: {ITEM.VALUE1}
{ITEM.VALUE1} show me the last value, but i want to see the last average value (something bigger than 3000 and not the last value which can be < 3000)
Could you help me to do that?
Comment