Updated comments
This commit is contained in:
parent
46d9d82f4e
commit
9823f8db8b
@ -1242,9 +1242,9 @@ transport:
|
|||||||
snmp:
|
snmp:
|
||||||
# Enable/disable SNMP transport protocol
|
# Enable/disable SNMP transport protocol
|
||||||
enabled: "${SNMP_ENABLED:true}"
|
enabled: "${SNMP_ENABLED:true}"
|
||||||
# Snmp bind address
|
# SNMP bind address
|
||||||
bind_address: "${SNMP_BIND_ADDRESS:0.0.0.0}"
|
bind_address: "${SNMP_BIND_ADDRESS:0.0.0.0}"
|
||||||
# Snmp bind port
|
# SNMP bind port. Zero (random) by default. When using SNMP TRAPs - make sure to specify some static value, e.g. 1620
|
||||||
bind_port: "${SNMP_BIND_PORT:0}"
|
bind_port: "${SNMP_BIND_PORT:0}"
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user