Hello,
I use the item "status" to be sure the zabbix_agentd is running. And the trigger is status is different from 0.
But sometimes, I receive an alert whereas the agent is not really down...
So, I would like to better the trigger, to avoid having a useless notification.
The current trigger is :
{Machine:status. last(0)}#0
I've tried :
{Machine:status. last(180)}#0
My goal si to activate the trigger only if the status is different from 0 for more than 180 seconds...
But the trigger continue to alert immediatly when the agent is down.
I've also try agent.ping, but the agent.ping doesn't receive anything if the agent is down... and if I try to count number of "1" during the last 180 hours, or if I try to use .nodata to detect if we receive values or not... it's seems not to work properly.
So... my questions are :
* how do you monitore the agent is running ?
* is there a way to use status, considering the time for example (alert if the status is different from 0 during more than X seconds) ?
Thanks in advance for your help.
I use the item "status" to be sure the zabbix_agentd is running. And the trigger is status is different from 0.
But sometimes, I receive an alert whereas the agent is not really down...
So, I would like to better the trigger, to avoid having a useless notification.
The current trigger is :
{Machine:status. last(0)}#0
I've tried :
{Machine:status. last(180)}#0
My goal si to activate the trigger only if the status is different from 0 for more than 180 seconds...
But the trigger continue to alert immediatly when the agent is down.
I've also try agent.ping, but the agent.ping doesn't receive anything if the agent is down... and if I try to count number of "1" during the last 180 hours, or if I try to use .nodata to detect if we receive values or not... it's seems not to work properly.
So... my questions are :
* how do you monitore the agent is running ?
* is there a way to use status, considering the time for example (alert if the status is different from 0 during more than X seconds) ?
Thanks in advance for your help.
Comment