HenriWahl / checkmk-agent-plugin-yum

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

Incorrect logic assessment of security updates #80

Closed swampdogmash closed 2 weeks ago

swampdogmash commented 1 month ago

The script was double assessing the presence of 0 in the security updates. Have removed the >= to correct the situation where no updates are available, but the plugin would show "CRITICAL" when configured to show critical for update > 0