mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2026-02-07 07:35:15 +01:00
fix: missing %
This commit is contained in:
@@ -357,7 +357,7 @@ class JsonRuleProcessor:
|
||||
elif unit == 'd':
|
||||
tiemduration = timedelta(days=duration)
|
||||
else:
|
||||
return " Value (%s) is not a vaild timeduration." (r)
|
||||
return " Value (%s) is not a vaild timeduration." % (r)
|
||||
|
||||
if not self.helper.exists(key):
|
||||
return " Key (%s) for key %s not Exists." % \
|
||||
|
||||
Reference in New Issue
Block a user