Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Greplin/greplin-nagios-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinclark committed Sep 2, 2011
2 parents 1db006f + 5233b92 commit 69f2430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checklib/src/greplin/nagios.py
Expand Up @@ -235,7 +235,7 @@ def addRule(self, name, rule, value):
if status:
ruleStatus = rule.check(value)
self._status = max(self._status, ruleStatus)
self._messages[ruleStatus] = rule.message(name, value)
self._messages[ruleStatus].append(rule.message(name, value))
self._stats.append(rule.format(name, value))
return self

Expand Down

0 comments on commit 69f2430

Please sign in to comment.