I'm performing a simple lab;
Two Centos 6.7 (no GUI)VMs with Zabbix Server 2.4 on one VM and Zabbix Proxy on the other VM.
My end goal it to use zabbix ICMP to track the Network legacy between Servers in our WAN Network.
I used Zabbix default ICMP Template.
First I created my host (8.8.8.8, 8.8.4.4) for this test, then added them to the default ICMP template.
Works Great, I was trending data (i.e. 1 sec intervals) and my graph was matching my cli on my host.
So I decided to make a simple test to see the performance/ accuracy of ICMP data trending in a graph.
On my CentOS Proxy Server I add the following Command.
root# route add -host 8.8.8.8 reject
This was to see if my ICMPPINGLOSS Item would show that my host was down/unreachable , long response time and 100% loss on my graph.
My response time was getting higher then ICMPPINGLOSS stopped at 66.67%, ICMPPING showed it was still up, and my response time quit , no more lines on the graph.
See Attachment
I researched this forum and Googled my butt off to find a solution on why my graph just stops trend, really could use some advice.
Thx in advance
Two Centos 6.7 (no GUI)VMs with Zabbix Server 2.4 on one VM and Zabbix Proxy on the other VM.
My end goal it to use zabbix ICMP to track the Network legacy between Servers in our WAN Network.
I used Zabbix default ICMP Template.
First I created my host (8.8.8.8, 8.8.4.4) for this test, then added them to the default ICMP template.
Works Great, I was trending data (i.e. 1 sec intervals) and my graph was matching my cli on my host.
So I decided to make a simple test to see the performance/ accuracy of ICMP data trending in a graph.
On my CentOS Proxy Server I add the following Command.
root# route add -host 8.8.8.8 reject
This was to see if my ICMPPINGLOSS Item would show that my host was down/unreachable , long response time and 100% loss on my graph.
My response time was getting higher then ICMPPINGLOSS stopped at 66.67%, ICMPPING showed it was still up, and my response time quit , no more lines on the graph.
See Attachment
I researched this forum and Googled my butt off to find a solution on why my graph just stops trend, really could use some advice.
Thx in advance
Comment