Module: check_mk
Branch: master
Commit: f662c780d418f1a42d2e417393f5ebe5dafadd65
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f662c780d418f1…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Mar 16 12:42:03 2011 +0100
Updated bug entries
---
.bugs/180 | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.bugs/180 b/.bugs/180
index d071621..7c5827b 100644
--- a/.bugs/180
+++ b/.bugs/180
@@ -8,3 +8,11 @@ Class: bug
The perfdata icon is missing on PING checks created for ping only hosts. The
check creates perfdata but the detections seems to fail.
+
+The problem is that the PING service in check_mk_templates.cfg does not use
+the template 'check_mk_perf'. The use line should look like this:
+
+ use check_mk_perf,check_mk_default
+
+In fact the data is gathered in the host check but the missing link seems
+to confuse the users since the check generates performance data.