Raised fail limit from 25 additional lines to 45.
This commit is contained in:
parent
2516fe7189
commit
bba9594962
@ -293,7 +293,7 @@ class YumTester:
|
||||
|
||||
number_other_updates = number_total_updates - number_security_updates
|
||||
|
||||
if len(output) > number_total_updates + 25:
|
||||
if len(output) > number_total_updates + 45:
|
||||
end(WARNING, "YUM output signature is larger than current known format, please make sure you have upgraded to the latest version of this plugin. If the problem persists, please contact the author for a fix")
|
||||
|
||||
return number_security_updates, number_other_updates
|
||||
|
Reference in New Issue
Block a user