I have a zabbix server on subnet 192.168.100.0/24 and am able to monitor devices on multiple subnets but run into an issue where I need to monitor devices that don't have default gateways setup on them. Do I configure an agent to run on the subnet that has the devices with no default gateway in order to monitor them?
Ad Widget
Collapse
monitoring multiple subnets
Collapse
X
-
Tags: None
-
It's not really a Zabbix questions per se question, but general networking question.
If device has no default gateway it just means it does not have a default route. As such system would not know how to reach Zabbix server when agent tries to send data to it. You need to add a route on those system which would tell to which next hop to send data to reach Zabbix server.
Comment