Module: check_mk
Branch: master
Commit: 0fc62d5b241acf7ec566e91d1abfa6ebdf0e190c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0fc62d5b241acf…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jun 30 16:34:28 2011 +0200
Updated bug entries
---
.bugs/122 | 10 +++++++---
.bugs/201 | 12 +++++++++---
.bugs/209 | 11 ++++++++---
3 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/.bugs/122 b/.bugs/122
index a901e6c..cbd19b2 100644
--- a/.bugs/122
+++ b/.bugs/122
@@ -1,10 +1,11 @@
Title: --snmpwalk creates OIDs without leading .
Component: core
+State: done
+Class: bug
+Date: 2011-02-08 12:13:30
Benefit: 1
-State: open
Cost: 1
-Date: 2011-02-08 12:13:30
-Class: bug
+Fun: 0
The --snmpwalk stores the OIDs without a leading dot,
whereas the real snmpwalk outputs a dot. This leads
@@ -13,3 +14,6 @@ Resolution: make --snmpwalk also prepend a dot.
Note: This was detected in a case where OID_STRING
was used.
+
+2011-06-30 15:54:42: changed state open -> done
+This has already been fixed some time ago.
diff --git a/.bugs/201 b/.bugs/201
index b52109c..801a85f 100644
--- a/.bugs/201
+++ b/.bugs/201
@@ -1,11 +1,17 @@
Title: cmk -N HOSTNAME outputs legacy checks of all hosts
Component: core
+State: closed
+Class: bug
+Date: 2011-03-05 23:02:05
Benefit: 1
-State: open
Cost: 2
-Date: 2011-03-05 23:02:05
-Class: bug
+Fun: 0
Somebody said that cmk -N HOSTNAME outputs always all
legacy checks, not only that of a specific host.
Check and maybe fix this.
+
+2011-06-30 16:04:28: changed state open -> closed
+The legacy checks are only shown for the configured hosts. But what is shown is the
extra_nagios_conf.
+This is clear since cmk can not decide for which hosts this is needed. So this needs to
be included
+for all hosts.
diff --git a/.bugs/209 b/.bugs/209
index c97b61b..d818a79 100644
--- a/.bugs/209
+++ b/.bugs/209
@@ -1,9 +1,14 @@
Title: Man-Pages in HTML format have formatting errors
Component: doku
+State: done
+Class: bug
+Date: 2011-03-14 09:38:59
Benefit: 2
-State: open
Cost: 2
-Date: 2011-03-14 09:38:59
-Class: bug
+Fun: 0
See the documentation of the df-Check.
+
+2011-06-30 16:34:25: changed state open -> done
+Fixed handling of double braces {{ and }}. There were problems in
+HTML and also regular rendering.