Use of api-feiertage.de
Instead of importing the calendars via iCal files by hand you could directly use the API of api-feiertage.de
Comments: 4
-
19 Jul
dabrainThis might be a good approach for German customers, unfortunately every other country is missing, which would limitate this integration a lot.
-
20 Jul
Robert SanderInstead of asking for a built-in integration one could easily automate this with Checkmk's REST API. It already has endpoints to manage time periods.
Build a script and publish it to the Checkmk exchange. -
13 Sep
Robert SanderThere now exists https://github.com/HeinleinSupport/check_mk_extensions/blob/cmk2.2/helper/bin/timeperiods.py which works with our Checkmk API wrapper https://github.com/HeinleinSupport/check_mk_extensions/tree/cmk2.2/check_mk_api starting with Checkmk 2.2.0p9.
It needs the following werks:
https://checkmk.com/werk/15982
https://checkmk.com/werk/16052
https://checkmk.com/werk/15983