If you have a lot of threshold groups it is hard to find groups. The threshold groups should be ordered alphabetically.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Ronny Trommer November 16, 2012 at 9:23 PM
Fixed in master and origin-1.10
Ronny Trommer November 16, 2012 at 8:33 PM
Edited
View of threshold groups in WebUI /opennms/admin/thresholds/index.htm is ordered alphabetically. Changed type of the used map from HashMap to a sorted map type. The change has a slightly change regarding to speed. Read/Write access of the map changed from O(1) to O(Log(N)) best case and no key collisions.
Committed in origin/1.10 a7ddefc0fcc966beba7d60888cae4452f987f588
Alejandro Galue November 15, 2012 at 4:34 PM
Do you mean ordering them when displaying them on the Web UI or inside the threshd-configuration.xml file or both ?
If you have a lot of threshold groups it is hard to find groups. The threshold groups should be ordered alphabetically.