Module: check_mk
Branch: master
Commit: 15da33cc55566af90cc27933f1d64d5f44a66538
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=15da33cc55566a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Dec 2 08:45:39 2013 +0100
winperf_ts_sessions: Removed useless declaration
---
checks/winperf_ts_sessions | 2 --
1 file changed, 2 deletions(-)
diff --git a/checks/winperf_ts_sessions b/checks/winperf_ts_sessions
index dd9b6c7..0498ceb 100644
--- a/checks/winperf_ts_sessions
+++ b/checks/winperf_ts_sessions
@@ -62,8 +62,6 @@ def check_winperf_ts_sessions(_unused, params, info):
perfdata = [ ('active', active, ), ('inactive', inactive) ]
return state, ", ".join(state_txt), perfdata
-check_config_variables.append("winperf_ts_sessions")
-
check_info["winperf_ts_sessions"] = {
'check_function': check_winperf_ts_sessions,
'inventory_function': inventory_winperf_ts_sessions,