Search found 27 matches

by Apurv
Thu Jul 30, 2015 12:18 am
Forum: Open Source Nagios Projects
Topic: Adding plugin to Nagios
Replies: 6
Views: 2242

Re: Adding plugin to Nagios

Hello Guys,

Thanks for the help!

check_http plugin solved the issue as u guys had suggested me earlier. The silly mistake I was making is not adding "-H" while checking the same.

Once I added -H in the check command... I started getting the desired output.

Thanks alot.
by Apurv
Fri Jul 24, 2015 5:41 am
Forum: Open Source Nagios Projects
Topic: Adding plugin to Nagios
Replies: 6
Views: 2242

Re: Adding plugin to Nagios

Hi tmcdonald,

Thanks for your reply!

When I try to check using "check_http" I am getting time out errors. Could you please let me know.. what I could be missing out?

Should I open any ports on that windows server? OR Anything else that I need to do??
by Apurv
Thu Jul 23, 2015 3:21 am
Forum: Open Source Nagios Projects
Topic: Adding plugin to Nagios
Replies: 6
Views: 2242

Re: Adding plugin to Nagios

Hello jdalrymple,

Thanks for your reply.

The website is hosted on a windows server. Hence I need to check the domain using some check on windows machine. Is there any command in nsclient++ that can check website??
by Apurv
Tue Jul 21, 2015 8:56 pm
Forum: Open Source Nagios Projects
Topic: Adding plugin to Nagios
Replies: 6
Views: 2242

Adding plugin to Nagios

Hello People, I am here again with a new query.... I need to add a few domains to nagios and check there response(uptime/downtime). I could find a plugin named "check_website_response.sh" Also found the command definition to be inserted in commands.cfg.... Any idea how to get this displaye...
by Apurv
Tue Jun 30, 2015 12:39 am
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hello Box293,

Buddy! You are the one..

Every time u answer my issue gets resolved! Thanks alot buddy.... I was able to resolve the issue using the link u gave me....

Everything is working fine now, after adding the new parameters.... Any other new discovery that u were able to make with nagios?
by Apurv
Wed Jun 24, 2015 12:03 am
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hey Box293, How are you? Sorry for the my late reply! The command I am using is : ============================= check_command check_mysql_health!Server-IP!3306!Username!Password!threads-connected ============================= And the command definition being used is : ============================= d...
by Apurv
Wed Jun 17, 2015 8:44 pm
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hey All! Sorry for the extremely delayed reply. How's nagios going with you all? @lmiltchev : Yes! Buddy.. I was able to fix the issue with total processes. There was a minor change I needed to make which I didn't realize at the start but after having a deep look at your response I was able to figur...
by Apurv
Fri Apr 17, 2015 6:34 am
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hello Box293,

I re-scheduled the checks for these services, still it shows critical warning with a red background. This is happening even when the values are set high as explained in my last reply.

Any other fix that we can try?
by Apurv
Thu Apr 16, 2015 9:05 pm
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hi, I am again here with a small query. I have setup everything now. The only issue that I am facing now is that I am getting "Critical state" email alerts for "Total Processes" service on few of the hosts. I have changed the parameters for (warning and critical states to 400/500...
by Apurv
Sun Mar 29, 2015 1:17 am
Forum: Open Source Nagios Projects
Topic: Monitoring remote hosts using NRPE on another remote host
Replies: 31
Views: 19645

Re: Monitoring remote hosts using NRPE on another remote hos

Hi Box293, I tried to configure indirect check on nagios server using the steps u had provided me but I was only able to successfully test it till 2nd step, that is getting output on Host(B) from command prompt. When I try to perform a indirect check from nagios server using the below command I get ...