Search found 10 matches
- Mon Aug 29, 2016 1:42 pm
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval (SOLVED)
Yes you can lock it. Again I appreciate your support guys. Awesome forum.
- Mon Aug 29, 2016 9:51 am
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
Thank you my friend. Due to the fact that I was able to do the debug, I searched the forums further and found the answer. http://serverfault.com/questions/513235/nagios-3-5-doesnt-send-notifications It seems the notifications contacts had an option for n, which is none, and once I removed that optio...
- Mon Aug 29, 2016 8:42 am
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
So I see in the debug file: No contacts were found for notification purposes. No notification was sent out. I have the notification contacts setup properly, as I get the notification for the host down. I don't get it why it says that: Here is my contacts: define contact{ contact_name nagiosadmin ; S...
- Mon Aug 29, 2016 8:08 am
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
Here you go. Uploaded the 2 files you requested. I had to rename them to txt as it would not allow the original ext.
Thank you VERY MUCH for your assistance.
Thank you VERY MUCH for your assistance.
- Fri Aug 26, 2016 2:03 pm
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
So, I was able to make all the necessary changes. When the host goes down, no matter what numbers I use, It will not send an alert until 1.5 minutes later. (3-30 sec interval checks). Host Notification[08-26-2016 14:11:24] HOST NOTIFICATION: nagiosadmin;P-DFB-FW02-TEST;DOWN;notify-host-by-email;PING...
- Wed Aug 17, 2016 8:32 am
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
Apologies, mistyped. I did to interval of 3 and retry of 2. I just mis-typed it here, sorry. Anyway, I did a test, and this is what I got: Nagios Config File interval_length=60 Nagios Host Template check_interval 0.2 retry_interval 0.3 This setup checks the host every 31 secs -----------------------...
- Tue Aug 16, 2016 1:47 pm
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Re: Host or Service Check Interval
I did as you stated. I changed the Nagios cfg file interval_length to 10 and the host file to 20 and 10. [08-16-2016 14:42:00] HOST NOTIFICATION: nagiosadmin;laptop;DOWN;notify-host-by-email;(Host check timed out after 30.00 seconds) [08-16-2016 14:42:00] HOST ALERT: laptop;DOWN;HARD;3;(Host check t...
- Tue Aug 16, 2016 10:43 am
- Forum: Open Source Nagios Projects
- Topic: Host or Service Check Interval (SOLVED)
- Replies: 12
- Views: 34263
Host or Service Check Interval (SOLVED)
I'm trying to figure out how can I check a service and/or a host every 20 secs, then re-try every 10 secs, only to send a notification after 3 retries. This is what I got: Template used: define host{ name host-services ; The name of this host template check_period extendhours ; By default, switches ...
- Tue Aug 16, 2016 10:31 am
- Forum: Open Source Nagios Projects
- Topic: Host Dependency
- Replies: 3
- Views: 1106
Re: Host Dependency
Thank you very much. That did it.
- Fri Aug 12, 2016 10:30 am
- Forum: Open Source Nagios Projects
- Topic: Host Dependency
- Replies: 3
- Views: 1106
Host Dependency
I have read instructions on how to get host dependency working, but so far I have not been able to have success. https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/dependencies.html?_ga=1.130760143.1999265136.1438027273 Here is my setup. I need to make sure that there are no notific...