diff --git a/check_yum/check_yum b/check_yum/check_yum index 56564fc..cde655f 100644 --- a/check_yum/check_yum +++ b/check_yum/check_yum @@ -318,7 +318,7 @@ class YumTester: for line in output: try: - if line.split()[1] != "security": + if line.split()[1] != "security" and line.split()[1][-4:] != "Sec.": continue except: continue