check_yum
check_yum copied to clipboard
Patch: fix CentOS 7 bug
This change fixes the error "YUM output signature is larger than current known format" when running CentOS/RHEL/OEL 7.
Thanks for this awesome plugin!
this patch just bumps up an arbitrary number, and it will fail if more than 25000 packages are available on the server. you might as well remove the test for "unknown signature" altogether. see pull request #28 for a better patch, or even my own, pull request #30 :-)