Search found 32 matches

by chitrangada
Fri Jan 31, 2014 11:45 pm
Forum: Nagios XI
Topic: How to handle IP ban in Nagios
Replies: 6
Views: 1388

Re: How to handle IP ban in Nagios

Thanks for hearing my word.

Btw, I tried with following values but still my IP is getting banned.
1. check_interval - 20mins
2. retry_interval - 4mins
3. max_check_attempts - 5
by chitrangada
Wed Jan 29, 2014 7:02 am
Forum: Nagios XI
Topic: How to handle IP ban in Nagios
Replies: 6
Views: 1388

Re: How to handle IP ban in Nagios

Okay, Thanks for your reply.

I had set it to 1min now thinking to reset it to 5mins.
by chitrangada
Sat Jan 25, 2014 6:25 am
Forum: Nagios XI
Topic: How to handle IP ban in Nagios
Replies: 6
Views: 1388

How to handle IP ban in Nagios

Hi My IP is getting banned from a website. I am using check_http plugin to monitor host and enabled verbose. E.g. cmd: /usr/lib/nagios/plugins/check_http -H $HOSTNAME$ -p 80 -v o/p: What happened? The owner of this website (<host_name>) has banned your IP address (). So could you please tell about h...
by chitrangada
Thu Jan 23, 2014 11:42 pm
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

Okay..! Now i understand how it works and will use it accordingly. Now if you want you can close the topic.
Thanks for sharing useful information. :)
by chitrangada
Tue Jan 21, 2014 6:00 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

Yes, i think i can use check_dns but will not provide expected IP address because whenever the list of IP addresses obtained for a host by this plugin it throws critical error. I am not getting why it is saying 'critical'; in my opinion it should compare expected IP address in the obtained IP addres...
by chitrangada
Mon Jan 20, 2014 8:52 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

No, check_http does not follow by defaul. In order to follow redirects we need to pass an option '-f' with value 'follow' then it follows and give 'HTTP OK 200 ...' status record. I tried check_dns but i am not sure with its usage. Could you please explain me that? By the way, i am using check_http ...
by chitrangada
Fri Jan 17, 2014 1:45 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

Yes, kind of. By the way in my configuration, i noticed that by default Nagios checks status of a host using 'check_host_alive' command and this command just pings the domain i.e it uses check_ping command. The definition of check_host_alive command is "$USER1$/check_ping -H $HOSTADDRESS$ -w 30...
by chitrangada
Thu Jan 16, 2014 4:31 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

Hi, Thanks for your continuous responses on the problem and apologies for delay from my side. Well, it was occurring due to the firewalls as you have highlighted this thing so we had fixed it. Regarding the host DOWN and service UP issue, it is due to the internal redirections so we are working for ...
by chitrangada
Sat Dec 28, 2013 6:24 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

For your questions: 1. Is the host 188.95.227.20 a windows or linux box? A: Its a linux host. 2. Is there a router/firewall between your nagios server and the 188.95.227.20 host? A. Yes, routers and firewalls are there 3. Is a web server actually running on the remote host 188.95.227.20? A. Yes, web...
by chitrangada
Sat Dec 28, 2013 3:48 am
Forum: Open Source Nagios Projects
Topic: Incorrect report
Replies: 22
Views: 9282

Re: Incorrect report

Hi, I again tried command this way: # /usr/lib/nagios/plugins/check_http -H fredriknas.se -I 188.95.227.20 -t 30 -p 80 ..... and it resulted: HTTP OK: HTTP/1.1 200 OK - 70733 bytes in 0.625 second response time |time=0.624653s;;;0.000000 size=70733B;;;0 Is it right way to use both the options -H and...