mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 10:23:50 +01:00
fix intedation
This commit is contained in:
parent
27eaaf0842
commit
81522fa9ab
@ -227,8 +227,8 @@ class JsonRuleProcessor:
|
|||||||
def checkUnknown(self):
|
def checkUnknown(self):
|
||||||
unknown = ''
|
unknown = ''
|
||||||
if self.rules.key_value_list_unknown != None:
|
if self.rules.key_value_list_unknown != None:
|
||||||
unknown += self.checkEquality(self.rules.key_value_list_unknown)
|
unknown += self.checkEquality(self.rules.key_value_list_unknown)
|
||||||
return unknown
|
return unknown
|
||||||
|
|
||||||
def checkMetrics(self):
|
def checkMetrics(self):
|
||||||
"""Return a Nagios specific performance metrics string given keys and parameter definitions"""
|
"""Return a Nagios specific performance metrics string given keys and parameter definitions"""
|
||||||
|
Loading…
Reference in New Issue
Block a user