I have networks where devices don't have names only ip's. Current alphabet sort does not sort ip's nicely.
They use text sorting instead of numerical sort. This is how they sort currently
10.10.10.1
10.10.10.11
10.10.10.2
instead of easy to follow order:
10.10.10.1
10.10.10.2
10.10.10.11
Article Comments
That is correct, for this particular case PRTG is ordering the IP Address based on the first digit of the last octet and it is working as design. The sorting was designed to be used with letters not numbers and the sorting algorithm to order letters based on the alphabet.
The suggestion will be to use letters instead of IP Address or number on the devices names instead.
Mar, 2023 - Permalink
That is correct, for this particular case PRTG is ordering the IP Address based on the first digit of the last octet and it is working as design. The sorting was designed to be used with letters not numbers and the sorting algorithm to order letters based on the alphabet. The suggestion will be to use letters instead of IP Address or number on the devices names instead.
Mar, 2023 - Permalink