mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02: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
|
# SNMPv1/2c default settings
|
||||||
$config['snmp']['community'][0] = "public"; # Communities to try during adding hosts and discovery
|
$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
|
# SNMPv3 default settings
|
||||||
# The array can be expanded to give another set of parameters
|
# The array can be expanded to give another set of parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user