Search found 7 matches

by gmarks
Mon Feb 22, 2016 5:17 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

If it's not neccessary for someone else to confirm to have same issues, I would appreciate if you'd open the bugreport.
Thanks.
by gmarks
Fri Feb 19, 2016 10:19 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

This is the command I used :

Code: Select all

tcpdump '((icmp) and ((src host 10.60.60.228) or (dst host 10.60.60.228)))' -w icmp.pcap
Where 10.60.60.228 is the IP of my Nagios host.
by gmarks
Fri Feb 19, 2016 9:06 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

As I said earlier, the packets are not leaving Nagios host's interface/NIC, they are not going out on the network so the problem is definitely on the source. Instead of 30 ICMP requests, tcpdump catches less, and at that occasions the results calculations are incorrect. There are no drops/errors on ...
by gmarks
Thu Feb 18, 2016 9:49 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

I think we maybe misunderstood each other. :?
The real issue is that occasionally, when using check_icmp, not all of those packets are sent out on the network (regardless of their number).

Anyway, I can agree with the bug report you submitted, but as a seperate issue.
by gmarks
Wed Feb 17, 2016 4:36 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

Command line is identical, except for the ( -4, --use-ipv4): $USER1$/check_icmp -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% One thing to note is that in that time of trouble I had both check_icmp and check_ping host/service checks configured. I have also noticed that check_icmp sends all packets a...
by gmarks
Tue Feb 16, 2016 3:58 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Re: Nagios Core 4.1.1 - false check_ping, check_icmp results

I apologize for somewhat late reply. Here are the parts of nagios config files that might interest you. But I see nothing wrong neither in configuration nor behaviour (ping works that way, sends as much packets it can in the time window specified until it gets exact number of replies as specified). ...
by gmarks
Thu Jan 21, 2016 9:54 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 - false check_ping, check_icmp results
Replies: 15
Views: 13658

Nagios Core 4.1.1 - false check_ping, check_icmp results

Hello! We have recently upgraded from Nagios 3.2.1 to Nagios 4.1.1. and are experiencing false check_ping results: hosts that are dead as a doornail get occasional "PING OK - Packet loss = 78%, RTA = 6.55 ms" results for host alive checks. When plugin on the next check returns true: "...