Module: check_mk
Branch: master
Commit: 4a546b9abfba911f1b9a3b93633899b9a33e6638
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4a546b9abfba91…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Dec 17 09:36:47 2015 +0100
winperf_processor is now usable with real-time checks
---
checks/winperf_processor | 1 +
1 file changed, 1 insertion(+)
diff --git a/checks/winperf_processor b/checks/winperf_processor
index 75152e4..b2bd2dd 100644
--- a/checks/winperf_processor
+++ b/checks/winperf_processor
@@ -133,6 +133,7 @@ check_info["winperf_processor.util"] = {
'inventory_function': inventory_winperf_util,
'service_description': 'CPU utilization',
'has_perfdata': True,
+ 'handle_real_time_checks': True,
'group': 'cpu_utilization_os',
'includes': [ "cpu_util.include" ],
}