If you want to write a new and better migration script, I would recommend you to use the "pynag" python module which is capable of reading an icinga 1.x configuration into python data structures.
Based on these data objects you can generate your own config, maybe there is also a python module for handling icinga2 config out there. And if not, why not write your own python module, so that others can build on your work and do not need to do the same work twice. Regards Daniel _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
