Hi all,
Just to clarify,
Why does simple check return value of 2 when 0 - server down, 1 - server running ?
e.g. pop, smtp, tcp, imap, and etc check ?
2 stands for unreachable ? How does zabbix determine server unreachable?
If so, does the below trigger works better compared to {Hostname:icmpping.max(300)}=0
{Hostname:icmpping.max(300)}<1 | {Hostname:icmpping.max(300)>1
Since value of 1 states that server is running
Just to clarify,
Why does simple check return value of 2 when 0 - server down, 1 - server running ?
e.g. pop, smtp, tcp, imap, and etc check ?
2 stands for unreachable ? How does zabbix determine server unreachable?
If so, does the below trigger works better compared to {Hostname:icmpping.max(300)}=0
{Hostname:icmpping.max(300)}<1 | {Hostname:icmpping.max(300)>1
Since value of 1 states that server is running
Comment