diff --git a/bin/check_apache b/bin/check_apache index c4e6dbd..21f0d3f 100755 --- a/bin/check_apache +++ b/bin/check_apache @@ -143,6 +143,8 @@ def parse(data, version): continue if l.startswith('RestartTime'): continue + if l.startswith('TLSSessionCacheStatus'): + continue lines.append(l) data = "\n".join(lines) # Clean out certain chars