Hi, everyone.
I'm using Zabbix 5.0.2. with passive checks.
I want to make alert when my host became unreachable on network (on any reason - network issue, shutdown etc).
I am trying to achieve it with trigger with {myhost:agent.ping.last(0)}<>1 expression.
But on shutdown or network down host availability became to "Get value from agent failed: cannot connect to [myhost:10052]: [113] No route to host". This means that server can't connect to agent on host, and, as i can understand, because of this no triggers can be executed.
Alerting on no connection to agent on host will solute my problem, but i don't know how to do this. Help me please.
I'm using Zabbix 5.0.2. with passive checks.
I want to make alert when my host became unreachable on network (on any reason - network issue, shutdown etc).
I am trying to achieve it with trigger with {myhost:agent.ping.last(0)}<>1 expression.
But on shutdown or network down host availability became to "Get value from agent failed: cannot connect to [myhost:10052]: [113] No route to host". This means that server can't connect to agent on host, and, as i can understand, because of this no triggers can be executed.
Alerting on no connection to agent on host will solute my problem, but i don't know how to do this. Help me please.