Module: check_mk
Branch: master
Commit: b6444a5815a523299d3f68d261f06234253f2928
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b6444a5815a523…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Feb 25 11:47:51 2013 +0100
Fix bug with missing rrd_path
---
modules/check_mk.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index d065b01..a7ec05e 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -112,7 +112,7 @@ nagios_binary = '/usr/sbin/nagios'
nagios_config_file = '/etc/nagios/nagios.cfg'
logwatch_notes_url =
"/nagios/logwatch.php?host=%s&file=%s"
rrdcached_socket = None # used by prediction.py
-rrd_path = none # used by prediction.py
+rrd_path = None # used by prediction.py
def verbose(t):
if opt_verbose: