Re: [Nagios-devel] Bug fix priority

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Bug fix priority

Post by Guest »


Julien Mathis wrote:
> Hello All
>
> I am increasingly surprised at the enthusiasm that can cause scheduling
> bug (2010 problem) and bug 57 (http://tracker.nagios.org/view.php?id=57).
>
> It is rather problematic to see a scheduler doing a break until 2010 at
> the same date that the next check because we do not monitor 24/24 7/7
> ... If we do not have eyes on the screen, we are not warned ... less
> well to do even on a patch-based cron.
>
> Nobody is impacted by this problem? I see a lot of minor bugs on the
> mailing list and I think this bug have the most impact. If a scheduler
> stop to schedule, it loses some of its interest ... And more over, it
> loses credibility.
>
> This is a bug which is known since several months, and I just think it
> should be fixed in urgence. I know we tried to solve a short time ago
> without success.
>
> What do you think about that ?
>
> Regards,
> --
> Julien MATHIS | CTO

There have been a couple of bugs related to timeperiods and scheduling
lately. One was fixed in yesterday's CVS commit.

As far as I can tell, there is a big bug in check scheduling when a
timeperiod is used that contains an "exclude" directive. The scheduling
logic will incorrectly schedule the next check too far into the future,
when earlier scheduling is possible.

Proposed patches to this point have been incorrect, as the real solution
is much more complex. I believe I know what needs to be done to solve
the issue, but it will require some time to architect/code the right
solution. I'll work on getting this fix into the 3.4 release and mark
it as a "known issue" for the time being.


- Ethan Galstad





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked