Closed jonathanjdavis closed 2 years ago
I've literally just pushed a fix for these extra repo outputs.
Can you please git pull and try version 0.12.3 and let me know if this solves it for you?
That's some extreme proactiveness. Will pull 0.12.3 and will see if the issue persists tomorrow night. Thanks!
Several people reported this before you in other tickets and it was just lucky timing for you :)
Let me know if this solves it for you so we can close this issue, thanks.
An issue caused a delay at our end -- update in place now and hope to verify resolution by the end of the weekend.
This issue can be closed, update worked, it has been many days now and we've no longer gotten warnings about not being able to find the summary output. Thank you.
Thanks for confirming.
Every second day, check_yum would report the following warning:
Then the next check (~5min later) would be fine:
This would occur every second day, e.g.
etc.
I dropped a "\n".join(output) at line 434 in an attempt to see why hitting that end, and the next warning received:
NetworkRADIUS is a repository we have added to our server:
Not 100% certain, but it would appear NetworkRADIUS is updating every second day, and that's causing trouble for check_yum.
I can write a regex to capture this pattern, and create a more useful yum warning output, or have check_yum wait for a few seconds and retry before returning output?