Hi guys!
I have a little question with trigger dependencies. Following this simple (and classic) scenario:
Zabbix------R1------AP===============ST----R2----'Some devices"
1. Zabbix is directly connected to R1 via ethernet
2. R1 is directly connected to AP via ethernet
3. AP is connected to ST via radio
4. ST is directly connected to R2 via ethernet
5. R2 is directly connected to some Access Point (Sectors)
I have dependencies configured and working well when a device comes DOWN: (If AP goes offline i only receive one mail "AP device is OFFLINE"). At this point all is good.
The problem/question is when AP recovers. I receive one email for every "child" device (ST, R2, and Access Points...)
This situation is normal or i can do anything to avoid this?
I want this (if possible):
1. If AP goes DOWN, i want to receive only one mail (This is correct with actual configuration)
2. When AP goes UP, i want to receive only one mail: "Device AP is ONLINE again"
Zabbix Version: 3.4
Thanks!!
I have a little question with trigger dependencies. Following this simple (and classic) scenario:
Zabbix------R1------AP===============ST----R2----'Some devices"
1. Zabbix is directly connected to R1 via ethernet
2. R1 is directly connected to AP via ethernet
3. AP is connected to ST via radio
4. ST is directly connected to R2 via ethernet
5. R2 is directly connected to some Access Point (Sectors)
I have dependencies configured and working well when a device comes DOWN: (If AP goes offline i only receive one mail "AP device is OFFLINE"). At this point all is good.
The problem/question is when AP recovers. I receive one email for every "child" device (ST, R2, and Access Points...)
This situation is normal or i can do anything to avoid this?
I want this (if possible):
1. If AP goes DOWN, i want to receive only one mail (This is correct with actual configuration)
2. When AP goes UP, i want to receive only one mail: "Device AP is ONLINE again"
Code:
[B]Monitor configuration:[/B] Name: Latency Type: Simple Check Monitor: icmppingsec Interval: 5s
Code:
[B]Trigger configuration:[/B]
Name: Device is OFFLINE
Expression: {services:icmppingsec.avg(#4)}=0
OK Event generation: Expression
Problem Event: Single
OK Closes: All events
No TAGs are used
Thanks!!

Comment