Xymon Mailing List Archive search

Patch for static holidays with year

2 messages in this thread

list Darin D [eit] Dugan · Fri, 21 Mar 2008 13:39:21 -0500 ·
Attached is a rudimentary patch to lib/holidays.h and lib/holidays.c
which allows you to optionally specify a year on static holiday entries.
(Anything not in the current year is simply ignored.)

 
We needed this type of functionality for organization-chosen floating
holidays. For example we get two days for Christmas, but which days
vary. (This year 12/25, 12/26...next year 12/24, 12/25...then 12/23,
12/24...12/23, 12/26, etc.)

 
I'm certainly open to better solutions, but this appears to work-sample
holidays for this year show up on info screens...samples for other years
are ignored.

 
Cheers.

Darin Dugan

user-b33a1547d27a@xymon.invalid
Attachments (1)
list Henrik Størner · Thu, 27 Mar 2008 10:08:15 +0100 ·
Thanks, just like I would have done it. Patch applied.


Regards,
Henrik
quoted from Darin D [eit] Dugan

On Fri, Mar 21, 2008 at 01:39:21PM -0500, Dugan, Darin D [EIT] wrote:
Attached is a rudimentary patch to lib/holidays.h and lib/holidays.c
which allows you to optionally specify a year on static holiday entries.
(Anything not in the current year is simply ignored.)

We needed this type of functionality for organization-chosen floating
holidays. For example we get two days for Christmas, but which days
vary. (This year 12/25, 12/26...next year 12/24, 12/25...then 12/23,
12/24...12/23, 12/26, etc.)