Module: check_mk
Branch: master
Commit: a1719ffb0f9b205c7b19ea753a7cbcfdd6f12409
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a1719ffb0f9b20…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Jun 28 16:08:00 2013 +0200
Remove obsolete variable
---
modules/check_mk.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 39a66fd..3232fc4 100644
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -227,8 +227,6 @@ check_mk_perfdata_with_times = True
debug_log = None
monitoring_host = None # deprecated
max_num_processes = 50
-timeperiod_horizon = 365 * 86400 # for CMC
-
# SNMP communities and encoding
snmp_default_community = 'public'