Hello,
When i’m using the timeperiods defined below (be-holidays), notifications are always blocked ( thus blocked 24x7… not really good…) :
Some U.S. holidays
Note: The timeranges for each holiday are meant to exclude the holidays from
being
treated as a valid time for notifications, etc. You probably don’t want your
pager
going off on New Year’s. Although you’re employer might…
define timeperiod{
name us-holidays
timeperiod_name us-holidays
alias U.S. Holidays
january 1 00:00-00:00 ; New Years
monday -1 may 00:00-00:00 ; Memorial Day (last Monday in M
ay)
july 4 00:00-00:00 ; Independence Day
monday 1 september 00:00-00:00 ; Labor Day (first Monday in Sep
tember)
thursday -1 november 00:00-00:00 ; Thanksgiving (last Thursday in
November)
december 25 00:00-00:00 ; Christmas
}
define timeperiod{
name be-holidays
timeperiod_name be-holidays
alias BE Holidays
january 1 00:00-24:00 ; New Years
march 23 00:00-24:00 ; Easter
march 24 00:00-24:00 ; Easter Monday
may 1 00:00-24:00 ; Labour Day
may 11 00:00-24:00 ; Whit Sunday
may 12 00:00-24:00 ; Whit Monday
july 21 00:00-24:00 ; National Holiday
august 15 00:00-24:00 ; Assumption Day
november 1 00:00-24:00 ; All Saints' Day
november 11 00:00-24:00 ; Armistice
december 25 00:00-24:00 ; Christmas Day
}
When i make a test with only one entry it’s working fine, but when i put all needed entries…it’s not working anymore.
Can you help me?
Thx in adavance