Search found 10 matches

by 12csd
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?
by 12csd
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.
by 12csd
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...
by 12csd
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.
by 12csd
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...
by 12csd
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...
by 12csd
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
by 12csd
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...