Icinga / icinga2-diagnostics

Shell script for analyzing Icinga 2 installations.
GNU General Public License v3.0
26 stars 9 forks source link

Determine package versions with Python #93

Open widhalmt opened 4 years ago

widhalmt commented 4 years ago

Make the package version detection run on all supported platform in Python as well

widhalmt commented 4 years ago

It works on CentOS 7 but not on CentOS 6. Others not implemented yet.

widhalmt commented 4 years ago

Maybe we should switch to icinga2 --version for version detection instead of using the package manager. This should be way more reliable.