I have 2 links in one router. I Want to know if link 1 or link 2 is down. I know that all request to ip 172.x.x.1 is through link 1 and ping to 172.x.x.2 is through link 2.

So I set a item on zabbix to do a icmpping
icmpping[172.x.x.1]
and
icmpping[172.x.x.2]
But I don't wanna zabbix server do this ping. I want to router do this ping check and return the result to zabbix.
How can I do that?
So I set a item on zabbix to do a icmpping
icmpping[172.x.x.1]
and
icmpping[172.x.x.2]
But I don't wanna zabbix server do this ping. I want to router do this ping check and return the result to zabbix.
How can I do that?
Comment