HenriWahl / checkmk-agent-plugin-yum

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

Cater for the case where a new build RHEL/Centos server does not have any updates yet #77

Closed swampdogmash closed 2 months ago

swampdogmash commented 3 months ago

When a machine is built using an internet source of RPMs, YUM does not contain as "updates" in the history list. This in turn results in an empty response within the agent side plugin which prevents "stats" being produced at the server end. This in turn results in a failure for the server code to process the yum plugin data entirely.

swampdogmash commented 3 months ago

https://github.com/HenriWahl/checkmk-agent-plugin-yum/pull/79 created to cover this