Hi guys,
zabbix dependency's are giving me a hard pain.
The setup:
(wifi-ap)Wifi AP Depends on : gateway-x
(linux-server)Linux server Depends on : gateway-x
(windows-server)Windows machine Depends on : gateway-x
gateway-x is master.
trigger dependents setup:
{wifi-ap:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
{linux-server:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
{windows-server:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
gateway-x:
{gateway-x:icmpping[{IPADDRESS},2,3000,56,2000].sum(#3)}<3
so, when gateway-x is down, Zabbix checks 3 times before sounds an alarm. and dependents are checked 5 times for availability before checking if the master is down. this scenario works and i get only one notification which corresponds to dependency role.
but, when gateway-x comes up, i got notification that gateway-x is up, and i got 3 more notification's: wifi-ap is up, linux-server is up, windows-server is up.
this is not good. what could happen if i have n hosts that depends on gateway-x - a ton of notification's that hosts are up.
how to solve this?
i read all the forum and get no help.
zabbix dependency's are giving me a hard pain.
The setup:
(wifi-ap)Wifi AP Depends on : gateway-x
(linux-server)Linux server Depends on : gateway-x
(windows-server)Windows machine Depends on : gateway-x
gateway-x is master.
trigger dependents setup:
{wifi-ap:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
{linux-server:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
{windows-server:icmpping[{IPADDRESS},2,3000,56,2000].sum(#8)}<5
gateway-x:
{gateway-x:icmpping[{IPADDRESS},2,3000,56,2000].sum(#3)}<3
so, when gateway-x is down, Zabbix checks 3 times before sounds an alarm. and dependents are checked 5 times for availability before checking if the master is down. this scenario works and i get only one notification which corresponds to dependency role.
but, when gateway-x comes up, i got notification that gateway-x is up, and i got 3 more notification's: wifi-ap is up, linux-server is up, windows-server is up.
this is not good. what could happen if i have n hosts that depends on gateway-x - a ton of notification's that hosts are up.
how to solve this?
i read all the forum and get no help.
Comment