Minor change

This commit is contained in:
Oliv 2020-01-09 16:23:33 +01:00 committed by GitHub
parent e01c44629a
commit 6904a8be06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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