-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check_yum not ignoring output for repository priority protections #343
Comments
FWIW, same issue here. Attaching a -vvv output. |
That didn't work so well apparently. Copy&Pasting like above: Nagios Plugin for Yum updates on RedHat/CentOS systems - Version 0.11.3 setting plugin timeout to 30 seconds |
I have/had the same issue on version 0.11.3. Adding the line 'packages excluded due to repository priority protections', to line 464 (or somewhere in the excluded_regex list) worked for me. That entry was based on the verbose output from the "output lines not accounted for" message: Partial -vvv logs, but I feel it shows the relevant info...
|
check_yum
latest version complaining about output lines not accounted for. This is related to repository priority protections. Reproducible when yum is setup with repo prio protection in place in config and "priorities" plugin used (tested on CentOS, Amazon Linux).Output of invocation
check_yum -W -N -vvv
:Proposed and verified working solution:
Add the line
excluded due to repository priority protections
toexcluded_regex
.The text was updated successfully, but these errors were encountered: