Module: check_mk
Branch: master
Commit: 1128d67b3d6b25fc82383d7b3da59ff5735648e5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1128d67b3d6b25…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Aug 14 16:17:00 2011 +0200
Updated bug entries
---
.bugs/220 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.bugs/220 b/.bugs/220
index f2d0951..ad0547b 100644
--- a/.bugs/220
+++ b/.bugs/220
@@ -1,12 +1,14 @@
Title: BI does not detect infinite recursions correctly
Component: core
-Benefit: 5
+Benefit: 1
State: open
-Cost: 5
+Cost: 1
Date: 2011-02-28 15:48:05
Class: bug
-At the moment BI does not catch direct loops (an object pointing to itselfs) or indirect
loops (some childs object points back to a parent object).
+At the moment BI does not catch direct loops (an object pointing to itselfs) or indirect
loops
+(some childs object points back to a parent object).
-In the first case the python error message is OK but in the second case the python error
message is not very clear.
+In the first case the python error message is OK but in the second case the python error
message
+is not very clear.