HenriWahl / checkmk-agent-plugin-yum

Checks for updates on RPM-based distributions via yum.
GNU General Public License v2.0
24 stars 21 forks source link

Fix inconsistent MAJOR_VERSION detection of OS #86

Closed swampdogmash closed 3 weeks ago

swampdogmash commented 1 month ago

Changed the code to work better with a missing os-release file (for example on <=RH6)

HenriWahl commented 3 weeks ago

Thanks @swampdogmash