I am trying to enable selected port polling.
I added this line from the documentation to config.php in /opt/librenms/ :
$config[‘polling’][‘selected_ports’] = true;
It didn’t change anything and I am having to go through on a device by device basis and enable this.
I tried looking through the config_definitions.json file in /opt/librenms/misc/ but did not find anything that matched up with selected_ports.
Is there something I am missing?