Page 3 of 3

Re: Using time periods with services checks

Posted: Tue Dec 04, 2012 3:29 pm
by scottwilkerson
I believe I have it... This is tricky because of the order of precedence...
http://nagios.sourceforge.net/docs/3_0/timeperiods.html

This should work

Code: Select all

define timeperiod {
timeperiod_name mercredi_suivant_premier_mardi_m1
alias Mercredi suivant le premier Mardi du mois
wednesday 00:00-24:00
day 1 00:00-00:00
day 9 - 31 00:00-00:00
}

Re: Using time periods with services checks

Posted: Wed Dec 05, 2012 9:00 am
by Frédéric GRANAT
Hi,
A bit complicated as you said.
I tested it, it seems to work.
Thanks,.

Frederic