Search found 28 matches

by itIsMrKevin
Wed Apr 02, 2014 1:30 pm
Forum: Open Source Nagios Projects
Topic: Need Script for restarting nrpe
Replies: 2
Views: 1305

Re: Need Script for restarting nrpe

Please close out this case.
by itIsMrKevin
Wed Apr 02, 2014 12:43 pm
Forum: Open Source Nagios Projects
Topic: Don't Want HOST Check done for a machine
Replies: 6
Views: 2693

Re: Don't Want HOST Check done for a machine

Hi abrist, Thank you for that info. Below are a few follow-up questions I was hoping you might be able to answer: 1) Can I set ssh to be the host check just for serverA while ping is the host check for all ofher machines? If so, do you have a link to any documentation for how to do this? 2) Where is...
by itIsMrKevin
Wed Apr 02, 2014 11:02 am
Forum: Open Source Nagios Projects
Topic: Don't Want HOST Check done for a machine
Replies: 6
Views: 2693

Re: Don't Want HOST Check done for a machine

Sorry for the doublepost but I had some additional questions to ask. I think I may also need to check "Disable notifications for this host" which I believe will only disable the "host check" notifictions and not the "service check" notifications for serverA. I shutdown ...
by itIsMrKevin
Wed Apr 02, 2014 10:16 am
Forum: Open Source Nagios Projects
Topic: Don't Want HOST Check done for a machine
Replies: 6
Views: 2693

Don't Want HOST Check done for a machine

Hi, We are using Nagios Core version 3.2.3. I recently added serverA to be checked by Nagios by both SSH and HTTP service checks. We sometimes will get an email from Nagios with the following Subject: ** PROBLEM Host Alert: serverA is DOWN ** NOTE; We only want to monitor serverA via the SSH and HTT...
by itIsMrKevin
Wed Apr 02, 2014 9:59 am
Forum: Open Source Nagios Projects
Topic: timeout value for check_ssh test
Replies: 6
Views: 3476

Re: timeout value for check_ssh test

Hi,

This did resolve the issue for me. Feel free to close out this case. Thanks.
by itIsMrKevin
Wed Mar 26, 2014 9:03 am
Forum: Open Source Nagios Projects
Topic: timeout value for check_ssh test
Replies: 6
Views: 3476

Re: timeout value for check_ssh test

Hi abrist, Thanks for the reply. I looked in the commands.cfg file. I found the following definition for check_ssh: # 'check_ssh' command definition define command{ command_name check_ssh command_line $USER1$/check_ssh $ARG1$ $HOSTADDRESS$ I don't see that time is declared there at all. 1) How could...
by itIsMrKevin
Tue Mar 25, 2014 1:28 pm
Forum: Open Source Nagios Projects
Topic: timeout value for check_ssh test
Replies: 6
Views: 3476

timeout value for check_ssh test

Hi,

We are using Nagios Core version 3.2.3.

1) What is the name of the configuration file where you can change the timeout value for the ssh service test?
2) What is the location of that file?

Any help on this would be greatly appreciated?
by itIsMrKevin
Thu Mar 20, 2014 12:59 pm
Forum: Open Source Nagios Projects
Topic: Active checks of this host
Replies: 5
Views: 3112

Re: Active checks of this host

Hi tmcdonald,

That does make sense. I thought it would be ping but we have a "ping" service test for our servers so it looks like we are using a redundant test on some servers. Thanks.
by itIsMrKevin
Thu Mar 20, 2014 12:31 pm
Forum: Open Source Nagios Projects
Topic: Active checks of this host
Replies: 5
Views: 3112

Re: Active checks of this host

Hi slansing, Thanks for repsponding to my question. I am not sure how Nagios is checking that the server I added is up. Basically, what test is it using? The only service test we have specified for that server is the “http” test but choosing the “Disable active checks of this host” would not stop th...
by itIsMrKevin
Wed Mar 19, 2014 10:38 am
Forum: Open Source Nagios Projects
Topic: Active checks of this host
Replies: 5
Views: 3112

Active checks of this host

Hi, We are using Nagios Core version 3.2.3. I recently added a new machine to be monitored for the "http" test by Nagios. The only test I had Nagios performing for this machine was the "http" test. We immediately starting getting alerts that this host was down. I was able to get ...