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

YUM client side script not deploying automatically #87

Open swampdogmash opened 3 weeks ago

swampdogmash commented 3 weeks ago

I have a feeling there is an obvious answer to this, but I recently upgraded my CheckMK server from 2.3.0p17 to 2.3.0p18 (at home not the much larger install at work). I then upgraded the YUM MKP from 2.4.4 to 2.5.1 and re-baked packages for the single agent that I deploy the yum plugin onto using an agent rule. It is a Cloud edition server and I noticed that the AGENT upgraded, but the YUM plugin that was previously deployed into /usr/lib/check_mk_agent/plugins/300 was removed. No other options were changed, just an update to the plugin and the version number.

Has something changed in 2.5.1 from 2.4.4 that would prevent the plugin being packaged correctly into the RPM for install - I did open the RPM and there was no YUM plugin file in the archive.

HenriWahl commented 1 week ago

@swampdogmash sorry for the late reply. I installed plugin version 2.5.1 on a little outdated 2.3.0p9 Checkmk instance and found the plugin baked into the agent RPM file. Maybe latest Checkmk server version causes this problem?