Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
this was broken.. forgot self)
Browse files Browse the repository at this point in the history
  • Loading branch information
manos committed Jul 30, 2013
1 parent ae098a2 commit 90919ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitorlib/collectd.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def set_state_dir(self, dir):
self.state_dir = dir
self.state_file = dir + "/%s" % self.caller

def disable_alerts():
def disable_alerts(self):
self.no_alerts = True

def check_redis_alerts_disabled(self, message):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages

setup(name='monitorlib',
version="0.2.10",
version="0.2.11",
description='Library for creating monitoring scripts/plugins',
author='Paul Lathrop, Charlie Schluting',
author_email='paul@krux.com, charlie@krux.com',
Expand Down

0 comments on commit 90919ae

Please sign in to comment.