Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-245
Description
The order in which new monitors are added is backwards compared to how other objects are sorted. New servers and services get added at the end of the API output but for monitors they're added at the front. This is only due to the legacy code once having been a singly linked list to which prepending was faster than appending and there's no need to have it behave in this way.