Module: check_mk
Branch: master
Commit: 1e82a852a61163bb387b3ce78d143992b1731fe6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1e82a852a61163…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Mar 1 11:25:54 2011 +0100
Updated bug entries
---
.bugs/161 | 4 +++-
.bugs/164 | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/.bugs/161 b/.bugs/161
index 4a16a46..5a18aab 100644
--- a/.bugs/161
+++ b/.bugs/161
@@ -6,7 +6,7 @@ Cost: 1
Date: 2011-02-27 14:08:10
Class: feature
-This avoids problem on some devices. Might other introduce new ones.
+This avoids problem on some devices. But Might also introduce new ones.
So I'm not sure what to do here. From the manpage of snmpwalk:
-Cc Do not check whether the returned OIDs are increasing. Some agents
@@ -16,3 +16,5 @@ snmpwalk to loop indefinitely. By default, snmpwalk tries to detect
this behavior and warns you when it hits an agent acting illegally.
Use -Cc to turn off this check.
+I think we simply enable this option in 1.1.11i1 and see what
+happens...
diff --git a/.bugs/164 b/.bugs/164
new file mode 100644
index 0000000..488bdad
--- /dev/null
+++ b/.bugs/164
@@ -0,0 +1,13 @@
+Title: PNP template for local check should support multiple values
+Component: checks
+Benefit: 1
+State: open
+Cost: 2
+Date: 2011-03-01 11:21:46
+Class: bug
+
+Currently only one value is painted. The best way would be probably
+to call the PNP default template in case no special local template
+is existent.
+
+Beware: we must look in all template dirs for the default template.