Module: check_mk
Branch: master
Commit: a07fa42afe297a9f1e50750db4b525115cf9d33e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a07fa42afe297a…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Dec 29 09:29:45 2011 +0100
Updated bug entries #0131
---
.bugs/131 | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.bugs/131 b/.bugs/131
index 80999ee..cd10ed2 100644
--- a/.bugs/131
+++ b/.bugs/131
@@ -17,6 +17,14 @@ When monitoring switches the services are ordered as follows:
2
20
-It would be good to cleanup such interface names by adding a leading zero to the numbers
to
-have a proper sorting of the elements. We can make it like in the brocade checks: As we
-know the total number of ports we can decide whether to use 2, 3 or 4 digits.
+It would be good to cleanup such interface names by adding a leading zero to
+the numbers to have a proper sorting of the elements. We can make it like
+in the brocade checks: As we know the total number of ports we can decide
+whether to use 2, 3 or 4 digits.
+
+Because there are switches with more than 100 ports we could first
+get the number of ports and then use even more zeroes if neccessary.
+Look at brocade_fcport for details.
+
+Also we could make this configurable in order not to break existing
+checks.