NETWAYS / support-collector

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.
https://www.netways.de/en/technologies/icinga/support-subscription/
GNU General Public License v3.0
0 stars 0 forks source link

Build icinga2.debug before collecting object list #93

Closed tbauriedel closed 1 year ago

tbauriedel commented 1 year ago

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

tbauriedel commented 1 year ago

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