Archived
1
0

Raised fail limit from 25 additional lines to 45.

This commit is contained in:
Markus Birth 2016-12-13 16:19:58 +01:00
parent 2516fe7189
commit bba9594962

View File

@ -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