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

This commit handles two Error Messages, that can occur #59

Closed tklecker closed 10 months ago

tklecker commented 11 months ago

These error messages are handled:

When /var/cache/yum is not available, for example rhel8.4, this plugin no longer produces a ls errorline in the previous agent section

When another process of dnf is running, the agent section can now be handled and the service no longer is vanished

HenriWahl commented 10 months ago

@tklecker sorry for the late reply - thanks for the contribution!