Hello,
still wondering if this is the right place for the topic, but looks like current zabbix versions do not have such helpful function as arping.
If we are in a case of monitoring a distributed network with several routers inside, and we need to check the availability of a particular host on the network which does not have a zabbix_agent, but firewalls ICMP packets, arping becomes the only reliable tool.
Suppose we have the main router with different interfaces (including private address networks) with zabbix agent running on it and another standalone Zabbix server with Apache and MySQL. From the Zabbix web interface we need to pass an arp request to required host through our main router (in fact it can be any router that corresponds to this particular IP address). The zabbix agent on that router has to do the arp query and return the result to the backend server.
The problem is that arping requires root priveleges to run, and it can be run only from the router console. But I need to give our phone support personnel the way to check the physical availability of a particular host on the network from a web interface. If someone knows, maybe this can be done with a kind of another tool?
still wondering if this is the right place for the topic, but looks like current zabbix versions do not have such helpful function as arping.
If we are in a case of monitoring a distributed network with several routers inside, and we need to check the availability of a particular host on the network which does not have a zabbix_agent, but firewalls ICMP packets, arping becomes the only reliable tool.
Suppose we have the main router with different interfaces (including private address networks) with zabbix agent running on it and another standalone Zabbix server with Apache and MySQL. From the Zabbix web interface we need to pass an arp request to required host through our main router (in fact it can be any router that corresponds to this particular IP address). The zabbix agent on that router has to do the arp query and return the result to the backend server.
The problem is that arping requires root priveleges to run, and it can be run only from the router console. But I need to give our phone support personnel the way to check the physical availability of a particular host on the network from a web interface. If someone knows, maybe this can be done with a kind of another tool?
Comment