Hello everyone, I'm testing Zabbix on my network and I came across the following problem: I have 5 routers (example) one after another, then set up the dependencies like this: 5 depends on 4, 4 depends on 3, 3 depends on the 2, 2 depends on 1. It turns out that when I cut the connection from 1 to 2 Zabbix send me 4 alerts (routers 2 to 5), when I should receive only the alert for router number 2. Latest Events in In Dashboard just shows the problem in router 2 (in the example) and sending the alert. In the System Status shows one problem and the Status of Hosts shows four problems. The trigger is this: {Template_X: sysName.nodata (65) = 1}
I also tested with this: {Template_X: icmpping.max (300)} <1
With any of these triggers, the result is the same. Can anyone help me?
Example network: zabbix, 1, 2, 3, 4, 5
I also tested with this: {Template_X: icmpping.max (300)} <1
With any of these triggers, the result is the same. Can anyone help me?
Example network: zabbix, 1, 2, 3, 4, 5
Comment