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

Corrected test for updating cache #47

Closed Jon1760 closed 2 years ago

Jon1760 commented 2 years ago

Removed spurious ")" from first clause so it's true only when current "fingerprint" and cached "fingerprint" actually differ. OR instead of AND so that updates don't happen only in the first 120 seconds after the machine is rebooted.