From 6904a8be06fadc467d72958cca2d680b5bca639d Mon Sep 17 00:00:00 2001 From: Oliv Date: Thu, 9 Jan 2020 16:23:33 +0100 Subject: [PATCH] Minor change --- check_http_json.py | 1 - 1 file changed, 1 deletion(-) 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."""