Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2042
blob465cdbab8e894054260b45213091a1a43353eb0f
1 Title: Services are now sorted in a natural way, this affects services containing numbers
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1425477221
7 Class: feature
9 Previously services would be sorted alphabetically, e.g. <tt>foo1</tt>,
10 <tt>foo10</tt>, <tt>foo11</tt>, ... <tt>foo2</tt>, <tt>foo3</tt>, etc.
11 Now numbers within the descriptions are being detected by a smart algorithm
12 and the sorting is then <tt>foo1</tt>, <tt>foo2</tt>, ... , <tt>foo9</tt>,
13 <tt>foo10</tt>, <tt>foo11</tt>, just as you would expect.