Search found 6 matches
- Thu Sep 25, 2014 2:47 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
Re: check_http high response time
Yes, tcp check has the quite same loooong result: check_tcp -H www.google.com -p 80 -t 30 TCP OK - 5.184 second response time on port 80|time=5.184422s;;;0.000000;30.000000 check_tcp -H www.google.com -p 443 -t 30 TCP OK - 10.191 second response time on port 443|time=10.191447s;;;0.000000;30.000000 ...
- Wed Sep 24, 2014 10:25 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
Re: check_http high response time
Does the delay happen when you go to other web sites? And what version of check_http are you running (check_http -V)? I try check www.google.it and here the result (10 seconds!): ./check_http -H www.google.it -N -t 30 -v GET / HTTP/1.1 User-Agent: check_http/v1.4.16.29.g3c10.dirty (nagios-plugins 1...
- Wed Sep 24, 2014 10:07 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
Re: check_http high response time
No output from cat /var/log/messages | grep 95.226.98.234 A lot of output from cat /var/log/messages | grep Firewall but nothing from Nagios server. Here is some example (don't look at the time: different timezone): Sep 24 07:59:29 ip-46-252-193-11 kernel: Firewall: *TCP_IN Blocked* IN=eth0 OUT= PHY...
- Wed Sep 24, 2014 9:15 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
Re: check_http high response time
How often are your Nagios checks? In this case Check interval is 15 minutes Max Check Attemps: 5 Retry Interval: 2 Does your ab check occur on regular intervals as well? No, I used ab only to make some tests. And does the target machine have a firewall running on it like iptables? If so, I would lo...
- Wed Sep 24, 2014 8:54 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
Re: check_http high response time
Thanks, here is the commands ouput: ping -c 5 www.caseinlegnobernardidasolo.it PING www.caseinlegnobernardidasolo.it (46.252.193.11) 56(84) bytes of data. 64 bytes from ip-46-252-193-11.ip.secureserver.net (46.252.193.11): icmp_seq=1 ttl=50 time=75.7 ms 64 bytes from ip-46-252-193-11.ip.secureserver...
- Wed Sep 24, 2014 8:02 am
- Forum: Open Source Nagios Projects
- Topic: check_http high response time
- Replies: 13
- Views: 7950
check_http high response time
Hi, I have this strange things that I want to understand: When I execute check_http i get an high response time (from 5 to 15 sec) even if the server is not under high load (under 1) and even if the same page loaded by browser or checked by "ab" i get response time under one second. Here i...