The support collector allows our customers to collect relevant information from their servers. A resulting ZIP file can then be provided to our support team for further inspection.
With Icinga 2 2.14.0 it is necessary to build the object cache before triggering icinga2 object list.
In module icinga2 we collect data from there. We need to make sure, to build icinga2.debug before collecting from them.
icinga2 object list --dump-objects is only available since 2.14.0
So there will be a logic necessary to save the Icinga 2 Version and to make the further collection dependent on this
With Icinga 2 2.14.0 it is necessary to build the object cache before triggering
icinga2 object list
.In module
icinga2
we collect data from there. We need to make sure, to build icinga2.debug before collecting from them.https://github.com/Icinga/icinga2/pull/9586