]> granicus.if.org Git - icinga2/commit
Config Conversion: Allow to define external global templates referenced by all objects.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 18 Sep 2013 09:39:38 +0000 (11:39 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 18 Sep 2013 09:42:16 +0000 (11:42 +0200)
commit6a3c1ec7aa3ea1123cb0aa54a2e59e45a313c9a3
tree9841b9f280e056af5fe84ed431bef1ca1ffe96d9
parent3946c388c5d56913610a29f8bf9556e9cc3d53ef
Config Conversion: Allow to define external global templates referenced by all objects.

tests:

$ ./icinga2_convert_v1_v2.pl -c /etc/icinga/icinga.cfg -o conf/
--hosttmpl="hostbumstitmpl"
--servicetmpl="servicebumstitmpl"
--usertmpl="userbumstitmpl"
--timeperiodtmpl="timeperiodbumstitmpl"
--notificationtmpl="notificationbumstitmpl"
--checkcommandtmpl="checkcommandbumstitmpl"
--eventcommandtmpl="eventcommandbumstitmpl"
--notificationcommandtmpl="notificationcommandbumstitmpl"

refs #4697
tools/configconvert/Icinga2/Convert.pm
tools/configconvert/Icinga2/Utils.pm
tools/configconvert/icinga2_convert_v1_v2.pl