False packet loss in graphs
-
David.adder
- Posts: 74
- Joined: Thu Jan 17, 2013 8:44 am
- Location: Spain
False packet loss in graphs
Hi there,
In the last days we are experiencing some issues in the loss packets showed in the graphs. We have many host, in which the ICMP show packet loss between 20-40% although we have try the ICMP directly from nagios server, and we don't lost any ICMP packet. This does not happen in all host, and templates used are the same
I have seen this topic http://support.nagios.com/forum/viewtop ... 40&p=12722 but I'm not able to see it, so I don't know exactly if it is the same problem.
Our nagios distribution is 2012R2.2
I already tried to upgrade, but not able as I see a message for the maintenance licence no available for us (I have been able to upgrade nagios last 3 years with our licence, but we are not able to upgrade no longer.
How can I troubleshoot this in order to fix this problem?
Thank you.
Regards,
In the last days we are experiencing some issues in the loss packets showed in the graphs. We have many host, in which the ICMP show packet loss between 20-40% although we have try the ICMP directly from nagios server, and we don't lost any ICMP packet. This does not happen in all host, and templates used are the same
I have seen this topic http://support.nagios.com/forum/viewtop ... 40&p=12722 but I'm not able to see it, so I don't know exactly if it is the same problem.
Our nagios distribution is 2012R2.2
I already tried to upgrade, but not able as I see a message for the maintenance licence no available for us (I have been able to upgrade nagios last 3 years with our licence, but we are not able to upgrade no longer.
How can I troubleshoot this in order to fix this problem?
Thank you.
Regards,
Re: False packet loss in graphs
I would recommend contacting our sales team at [email protected]. They will help you out with the maintenance issue, so that you could upgrade to the latest version of XI.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
David.adder
- Posts: 74
- Joined: Thu Jan 17, 2013 8:44 am
- Location: Spain
Re: False packet loss in graphs
Ok lmiltchev, thank you.
But what about my issue? What would you recommended me to fixed the problem with the packet loss?
But what about my issue? What would you recommended me to fixed the problem with the packet loss?
Re: False packet loss in graphs
What kind of hosts are these - websites, Windows servers, Linux boxes, etc.? Can you show us the exact command that you are running from the command line along with the output of it? Also, show us the graph with the "lost packets".
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
David.adder
- Posts: 74
- Joined: Thu Jan 17, 2013 8:44 am
- Location: Spain
Re: False packet loss in graphs
These are networking host, just monitoring the ICMP. Some of them monitored using with bulk mode, others monitored using the wizard for generic network devices
You do not have the required permissions to view the files attached to this post.
Re: False packet loss in graphs
It actually does look like check_icmp is reporting missing packets. Do you mean you are running a ping directly?David.adder wrote:[...] we have try the ICMP directly from nagios server, and we don't lost any ICMP packet.
Try running the following and post the results:
Code: Select all
ping -c 30 195.23.24.149Former Nagios employee
-
David.adder
- Posts: 74
- Joined: Thu Jan 17, 2013 8:44 am
- Location: Spain
Re: False packet loss in graphs
Yes, I meaned that exactly. We already pinged from server directly as you suggested:
Thank you
Thank you
You do not have the required permissions to view the files attached to this post.
Re: False packet loss in graphs
Can you try running check_icmp with the -vvv flag added? That will give us very very verbose output.
Former Nagios employee
-
David.adder
- Posts: 74
- Joined: Thu Jan 17, 2013 8:44 am
- Location: Spain
Re: False packet loss in graphs
You do not have the required permissions to view the files attached to this post.
Re: False packet loss in graphs
I don't think this will make too much of a difference, but what language is your console set to?
It's possible that the number format is screwing things up.
Also, that verbose output looks a little different. What version of the plugin are you using?
Code: Select all
localeAlso, that verbose output looks a little different. What version of the plugin are you using?
Code: Select all
/usr/local/nagios/libexec/check_icmp --versionFormer Nagios employee