Hello, I have item and triggers based on this template:
It worked fine for a while. I don't know what happened, but one of my servers went down and I didn't get notified.
I can assure that zabbix agent IS running on "my_host" right now but zabbix dashboard gives this error:
I have read zabbix documentation that
So the problem is clear, but the solution isn't.
How do I make item work again?
Any help would be appreciated.
Code:
{Template App Zabbix Agent:agent.ping.nodata(5m)}=1
I can assure that zabbix agent IS running on "my_host" right now but zabbix dashboard gives this error:
Code:
Cannot evaluate expression: "Cannot evaluate function "my_host:agent.ping.nodata(5m)": item does not have enough data after server start or item creation.".
I have read zabbix documentation that
Note that this function will display an error if, within the period of the 1st parameter:
- there's no data and Zabbix server was restarted
- there's no data and maintenance was completed
- there's no data and the item was added or re-enabled
Errors are displayed in the Info column in trigger configuration.
- there's no data and Zabbix server was restarted
- there's no data and maintenance was completed
- there's no data and the item was added or re-enabled
Errors are displayed in the Info column in trigger configuration.
How do I make item work again?
Any help would be appreciated.
Comment