diff --git a/check_http_json.py b/check_http_json.py index 6f5df75..eb29796 100755 --- a/check_http_json.py +++ b/check_http_json.py @@ -22,7 +22,6 @@ OK_CODE = 0 WARNING_CODE = 1 CRITICAL_CODE = 2 UNKNOWN_CODE = 3 -value_tested = 0 class NagiosHelper: """Help with Nagios specific status string formatting."""