mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed documentation. This way autodiscovery with snmpv3 works (#8091)
This commit is contained in:
@ -22,7 +22,7 @@ $config['snmp']['community'][] = "my_custom_community";
|
||||
$config['snmp']['community'][] = "another_community";
|
||||
|
||||
// v3
|
||||
$config['snmp']['v3'][0]['authlevel'] = 'AuthPriv';
|
||||
$config['snmp']['v3'][0]['authlevel'] = 'authPriv';
|
||||
$config['snmp']['v3'][0]['authname'] = 'my_username';
|
||||
$config['snmp']['v3'][0]['authpass'] = 'my_password';
|
||||
$config['snmp']['v3'][0]['authalgo'] = 'MD5';
|
||||
|
Reference in New Issue
Block a user