SNMP_BIND_PORT config
This commit is contained in:
parent
0f078b0da2
commit
a045718e94
@ -969,6 +969,7 @@ transport:
|
|||||||
# value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:4}"
|
# value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:4}"
|
||||||
snmp:
|
snmp:
|
||||||
enabled: "${SNMP_ENABLED:true}"
|
enabled: "${SNMP_ENABLED:true}"
|
||||||
|
bind_port: "${SNMP_BIND_PORT:1620}"
|
||||||
response_processing:
|
response_processing:
|
||||||
# parallelism level for executor (workStealingPool) that is responsible for handling responses from SNMP devices
|
# parallelism level for executor (workStealingPool) that is responsible for handling responses from SNMP devices
|
||||||
parallelism_level: "${SNMP_RESPONSE_PROCESSING_PARALLELISM_LEVEL:20}"
|
parallelism_level: "${SNMP_RESPONSE_PROCESSING_PARALLELISM_LEVEL:20}"
|
||||||
|
|||||||
@ -98,6 +98,7 @@ redis:
|
|||||||
transport:
|
transport:
|
||||||
snmp:
|
snmp:
|
||||||
enabled: "${SNMP_ENABLED:true}"
|
enabled: "${SNMP_ENABLED:true}"
|
||||||
|
bind_port: "${SNMP_BIND_PORT:1620}"
|
||||||
response_processing:
|
response_processing:
|
||||||
# parallelism level for executor (workStealingPool) that is responsible for handling responses from SNMP devices
|
# parallelism level for executor (workStealingPool) that is responsible for handling responses from SNMP devices
|
||||||
parallelism_level: "${SNMP_RESPONSE_PROCESSING_PARALLELISM_LEVEL:20}"
|
parallelism_level: "${SNMP_RESPONSE_PROCESSING_PARALLELISM_LEVEL:20}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user