Module: check_mk
Branch: master
Commit: d1aee14d30c1938bc9ec6233711c7ecb2e0bb67b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d1aee14d30c193…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed May 1 09:39:04 2013 +0200
Check_MK check: enable extended performance data per default now
---
ChangeLog | 1 +
modules/check_mk.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5232a64..0c0d87b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,7 @@
* logwatch, logwatch.ec: detect error in agent configuration
* Linux agent: cups_queues: do not monitor non-local queues (thanks to Olaf
Morgenstern)
* AIX agent: call lparstat with argument 1 1, this give more accurate data
+ * Check_MK check: enable extended performance data per default now
Notifications:
* notify.py: unique spoolfiles name no longer created with uuid
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 2fff1de..96a8d3e 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -227,7 +227,7 @@ piggyback_translation = [] # Ruleset for translating
piggyback host
simulation_mode = False
agent_simulator = False
perfdata_format = "pnp" # also possible:
"standard"
-check_mk_perfdata_with_times = False
+check_mk_perfdata_with_times = True
debug_log = None
monitoring_host = None # deprecated
max_num_processes = 50