librenms-plugins / Weathermap

MIT License
64 stars 51 forks source link

Allow the user to configure sort key for iface ordering in data picker. #22

Closed BarbarossaTM closed 8 years ago

BarbarossaTM commented 8 years ago

Previously the interfaces are ORDERed BY ifAlias when shown in the data picker. This might be confusing at times. Now it's possible to configure the data picker to order the interface list by one of

'ifAlias', 'ifDescr', 'ifIndex', 'ifName'

by setting

$config['plugins']['Weathermap']['sort_if_by']

in the libreNMS config.php file to the according value.

Signed-off-by: Maximilian Wilhelm max@rfc2324.org