Re: [Nagios-devel] Command to replace timeperiod

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] Command to replace timeperiod

Post by Guest »

[email protected] wrote:
> I've been considering implementing the use of "standard" Nagios commands
> to make it possible to incorporate any kind of calendar functionality.
>
> Hosts and services could have an option
> "notification_timeperiod_commands" or something like that.
>
> Good or bad idea?
>

Bad. It's a performance killer for anything but very small environments,
as timeperiods are checked every time a check is run, or a notification
is sent, or a check is rescheduled, or... etc.

If you need something like this, submit a patch to let NEB-modules
replace the timeperiod functionality and then let that NEB-module check
things up in a database/external file/whatever.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231





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