Search found 10 matches
- Thu Oct 31, 2013 12:45 pm
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
- Tue Oct 29, 2013 12:27 pm
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
sreinhardt, one thing though, before I submit a bug report: the code review was for version 3.2.3 or version 3.4.3?
- Sun Oct 27, 2013 7:16 am
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
I left the alert over night and it run for 16h 30m. It started to send notifications only after the log rotate, which means that for 8 hours (before the logrotate) it didn''t send anything.
- Sat Oct 26, 2013 2:35 pm
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
Provided the state has not changed from a hard warning or critical, the notification will not happen until the next notification interval . In my tests I had notification_interval set to 120 seconds, and still did not get notified after the excluded timeperiod had passed. In the problem I had in 'p...
- Fri Oct 25, 2013 1:35 pm
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
Yes, no more hard states.
However, I believe that after max_check_attempts (which is set to 2) is reached, there won't be any more hard states.
However, I believe that after max_check_attempts (which is set to 2) is reached, there won't be any more hard states.
- Thu Oct 24, 2013 12:05 pm
- Forum: Open Source Nagios Projects
- Topic: Notifications not sent when timeperiod begins
- Replies: 9
- Views: 3835
Re: Notifications not sent when timeperiod begins
Possibly the same problem as mine? http://support.nagios.com/forum/viewtop ... =7&t=21717
- Thu Oct 24, 2013 11:50 am
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
You're right, redid the check using a broader time range. But still no go, I don't get notified after the excluded period passes. I do get notified, however, if I manually reschedule the service check OR if I reload nagios. Here's the service template. define service{ name generic-service active_che...
- Sun Oct 20, 2013 5:12 pm
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Re: Not rescheduling notifications if outside valid timeperi
Hi, I tried your suggestion, but no go. define timeperiod{ timeperiod_name 24x7 name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-24:00 saturday 00:00-24:00 } define timeperiod{ timeperiod_n...
- Thu Oct 17, 2013 8:11 am
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8930
Re: nrpe installation fails
Is the server where you installed nrpe firewalled?
iptables -nvL
Or does the service listen to 127.0.0.1:5666?
netstat -tpln
iptables -nvL
Or does the service listen to 127.0.0.1:5666?
netstat -tpln
- Thu Oct 17, 2013 8:01 am
- Forum: Open Source Nagios Projects
- Topic: Not rescheduling notifications if outside valid timeperiod
- Replies: 14
- Views: 9630
Not rescheduling notifications if outside valid timeperiod
Hi, In http://nagios.sourceforge.net/docs/3_0/notifications.html it is stated: The fourth host or service filter that must be passed is the time period test. Each host and service definition has a option that specifies which time period contains valid notification times for the host or service. If t...