]> granicus.if.org Git - icinga2/commit
configconvert: custom attr (CVs, *_url, notes, *image*, 2d_coords)
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 26 Jun 2013 14:01:22 +0000 (16:01 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 26 Jun 2013 14:01:22 +0000 (16:01 +0200)
commitf3ccb88baec2ec8cabbaafb4c504d8c96eeff437
tree70f14992cb661d01e581071011054498766c972a
parent12916ec299d29f0e2a987b8b04b35313ba44a9af
configconvert: custom attr (CVs, *_url, notes, *image*, 2d_coords)

collect attributes
* notes
* icon_image
* icon_image_alt
* action_url
* notes_url
* statusmap_image
* 2d_coords
* _CVs
* !__I2CONVERT

and stash it onto the custom dictionary.

note: attribute names starting with a number need to be quoted.

fixes #3096
tools/configconvert/Icinga2/Convert.pm
tools/configconvert/Icinga2/ExportIcinga2Cfg.pm