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

OpenVZ Kernel #6

Closed chb1981 closed 7 years ago

chb1981 commented 7 years ago

verification for reboot failed if you running a vzkernel

LINE 52: LATEST_KERNEL=$(yum -q -C --noplugins list installed kernel | grep "." | tail -n1 | awk '{print $2};')

yum list installed kernel vzkernel.x86_64 2.6.32-042stab123.9 @openvz-kernel-rhel6

HenriWahl commented 7 years ago

fixed by https://github.com/HenriWahl/checkmk-agent-plugin-yum/pull/7