Order of threshold groups

Description

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 ?

Fixed

Details

Assignee

Reporter

Tracking Code

ORG

Components

Fix versions

Priority

PagerDuty

Created November 15, 2012 at 10:21 AM
Updated January 27, 2017 at 4:20 PM
Resolved November 16, 2012 at 9:23 PM