Re: [Nagios-devel] RFE: Repeated Scheduled Downtime

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] RFE: Repeated Scheduled Downtime

Post by Guest »

Thanks everyone! Seriously, I don't mean to ungreatful, but I am aware of the
workarounds. Actually, I am doing that now! :)

Since this is an RFE (Request For Enhancement) I'm looking for an additional
configuration for a service check that would put in a downtime to be persistent
and repeated. So just like I can go in and specify a specific downtime, I want
to be able to specify a persistent one...AND be able to configure one.

Although adding a new notification period for each service I want to specify a
downtime for works, it divorces the dowtime from the service. It would be much
nicer (bad word) to just configure it on the service.

Thanks again!

--
-bk


Quoting Russell Scibetti :

> The way Nagios handles this is through the notification_timeperiod
> setting of a service/host. You can create a timeperiod with that
> section of time missing, for example:
>
> define timeperiod{
> name thurday_dt_timperiod
> monday 00:00-24:00
>
> .
> thursday 00:00-17:00, 19:00-24:00
> ...
> }
>
> So for every day except thursday, you set to 00:00-24:00, and for
> thursday you leave out the 2 hours you know if will be down. Use the
> name of this timeperiod definition for your notification_timeperiod setting.
>
> Russell Scibetti
>
> Brandon Knitter wrote:
>
> >I read up on dowtime via:
> http://nagios.sourceforge.net/docs/1_0/downtime.html
> >
> >What I found missed was repeated downtime. For instance, if I know that
> every
> >Thursday between 5pm and 7pm that a service will be offline, I really don't
>
> >want to alert on it, but I do want to monitor it (good for looking at trends
>
> >like the length of the downtime in each period).
> >
> >Did I miss something, or is this feature lacking?
> >
>
> --
> Russell Scibetti
> Quadrix Solutions, Inc.
> http://www.quadrix.com
> (732) 235-2335, ext. 7038
>
>
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redi ... thaw0026en
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>
>







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