Device list show snmp name instead of IP?

In the device list, it shows the hostname/IP address of the device with the SNMP name below it. Problem is that a vast majority of the devices on our network don’t have proper hostnames, so everything is listed and sorted by IP address. What everything does have is SNMP with its proper name in that. Is it possible to have LibreNMS to list the devices by its SNMP string rather than its IP. or is there some better workaround for this?

try this, add this to your config.php

$config[‘force_ip_to_sysname’] = true;

http://docs.librenms.org/Support/Configuration/

1 Like

That did it, thank you.