mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
SNMP Default Port Support
Add options to defaults for SNMP Client port
This commit is contained in:
@ -141,6 +141,7 @@ $config['snmp']['version'] = "v2c"; # Default version to use
|
||||
|
||||
# SNMPv1/2c default settings
|
||||
$config['snmp']['community'][0] = "public"; # Communities to try during adding hosts and discovery
|
||||
$config['snmp']['port'] = 161; # Port Client SNMP is running on
|
||||
|
||||
# SNMPv3 default settings
|
||||
# The array can be expanded to give another set of parameters
|
||||
|
Reference in New Issue
Block a user