Hi,
I am trying to monitor some things through the agent, but i run into some troubles.
On a server i installed the agent and with agent.ping i check wether the server is online or not.
So i made a trigger: {host:agent.ping.last(0)}=0
Looks ok, but the problem is. When the host is down this item does not report 0, but i reports nothing. So the trigger will never go off.
Using simple checks is not an option in this case.
Using a trigger like: {host.agent.ping.last(0)}#1 works but the problem is i want to use sum() in some cases so i don't get a message for just one simple network hickup.
Does anyone what i should do?
I am trying to monitor some things through the agent, but i run into some troubles.
On a server i installed the agent and with agent.ping i check wether the server is online or not.
So i made a trigger: {host:agent.ping.last(0)}=0
Looks ok, but the problem is. When the host is down this item does not report 0, but i reports nothing. So the trigger will never go off.
Using simple checks is not an option in this case.
Using a trigger like: {host.agent.ping.last(0)}#1 works but the problem is i want to use sum() in some cases so i don't get a message for just one simple network hickup.
Does anyone what i should do?
)


Comment