Config.php: $config['snmp']['community']: should its value appear in the Add Device dialog?

In config.php I set $config[‘snmp’][‘community’] to our community name:

$config['snmp']['community'] = array("<redacted>");

In the Add Device dialog the value was not pre-filled in the Community field. I did not find any documentation describing the expected behavior.

What is the expected behavior?

Best

Charles

That is used for auto discovery.

Thanks Kevin. That was fast!

I would like to contribute by clarifying https://docs.librenms.org/Support/Configuration and other documentation. If that’s OK, how can I do so? https://docs.librenms.org/Developing/ seems to be about contributing to the code rather than the docs.

You can edit the docs by clicking on the pencil at the top and submit your contribution. Thank you for helping keep librenms going.

For code changes you submit that on GitHub as pull request.