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

Add a check to assess the output of "needs-restarting" and note the parents of the dependencies #67

Open swampdogmash opened 4 months ago

swampdogmash commented 4 months ago

To further enhance the yum check, report back the number of process that have a dependency on an updated package, so it is more visible why the reboot is required. Make it an optional check as it could be quite lengthy and make it cover all the various flavours of centos/rhel.

This should be achievable using "needs-restarting" but will vary on it's use between OS flavour.