update docs

This commit is contained in:
Oliver Gorwits
2014-08-10 14:13:00 +01:00
parent 517b1ae4c1
commit 44b50f413f
3 changed files with 19 additions and 45 deletions

View File

@@ -31,11 +31,11 @@ safe_password_store: true
# SNMP community string(s)
# ````````````````````````
snmp_auth:
- tag: 'v2default'
- tag: 'default_v2_readonly'
community: 'public'
read: true
write: false
# - tag: 'v2default_w'
# - tag: 'default_v2_for_write'
# community: 'private'
# read: false
# write: true
@@ -56,16 +56,6 @@ snmp_auth:
# expire:
# when: '20 23 * * *'
# number of SNMP pollers to run in parallel (in netdisco-daemon)
# ``````````````````````````````````````````````````````````````
workers:
pollers: 10
# amount parallel DNS resolution for node names
# `````````````````````````````````````````````
dns:
max_outstanding: 50
# do not discover IP Phones or Wireless Access Points.
# usually these are visible as device neighbors but don't support
# SNMP, which just clogs up the job queue.
@@ -74,6 +64,17 @@ discover_no_type:
- '(?i)phone'
- '(?i)(?:wap|wireless)'
# number of SNMP pollers to run in parallel (in netdisco-daemon).
# the default is twice the number of CPU cores
# ```````````````````````````````````````````````````````````````
#workers:
# pollers: 'AUTO * 2'
# amount parallel DNS resolution for node names
# `````````````````````````````````````````````
#dns:
# max_outstanding: 50
# set to true to globally disable authentication/login.
# create a user called "guest" if you want to assign port/admin rights.
# `````````````````````````````````````````````````````````````````````