Hello, I need some help with an issue i'm having.
I'm monitoring with zabbix 5.0 several locations that look like this:

The problem i'm having right now is that when the "location" loses internet access there are plenty alarms, one for each host in that location.
I want to know if theres a way to make the "unavailable by ICMP PING" trigger of each PC depend on the routers "Unavailable by ICMP Ping".
Every host is in a hostgroup that identifies the location where it is located, and another to identify the device. So there are some coincidences of hostgroups in terms of devices.
For example, a router located in location 1
is identified with hostgroups:
-router
-location1
-/routerbrand/
and another router in location 2 has
-router
-location2
-/routerbrand/
So i was thinking doing this with a script, that searches in each location all the hosts and update the dependency of the "unavailable by icmp ping" to depend on the routers icmp alarm.
But i'm still thinking what could go wrong before executing it.
Because if theres a new location added i want to be easier to add it with the same configuration, and if it is possible to make it easier to make other people capable of do this.
I want to know if the way im approaching the problem makes sense, and if there's a simpler way i'm open to suggestions.
Thanks
Nahuel
I'm monitoring with zabbix 5.0 several locations that look like this:
The problem i'm having right now is that when the "location" loses internet access there are plenty alarms, one for each host in that location.
I want to know if theres a way to make the "unavailable by ICMP PING" trigger of each PC depend on the routers "Unavailable by ICMP Ping".
Every host is in a hostgroup that identifies the location where it is located, and another to identify the device. So there are some coincidences of hostgroups in terms of devices.
For example, a router located in location 1
is identified with hostgroups:
-router
-location1
-/routerbrand/
and another router in location 2 has
-router
-location2
-/routerbrand/
So i was thinking doing this with a script, that searches in each location all the hosts and update the dependency of the "unavailable by icmp ping" to depend on the routers icmp alarm.
But i'm still thinking what could go wrong before executing it.
Because if theres a new location added i want to be easier to add it with the same configuration, and if it is possible to make it easier to make other people capable of do this.
I want to know if the way im approaching the problem makes sense, and if there's a simpler way i'm open to suggestions.
Thanks
Nahuel
Comment