From 3284b62509973e73975d08fd1d399aee9767efee Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 10 Aug 2014 21:17:06 +0100 Subject: [PATCH] config defaults tidying --- Netdisco/share/config.yml | 6 +++++- Netdisco/share/environments/deployment.yml | 9 +++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 49f7be11..55d5a453 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -108,7 +108,11 @@ macsuck_no: [] macsuck_only: [] macsuck_all_vlans: false macsuck_no_unnamed: false -macsuck_no_vlan: [fddi-default,token-ring-default,fddinet-default,trnet-default] +macsuck_no_vlan: + - 'fddi-default' + - 'token-ring-default' + - 'fddinet-default' + - 'trnet-default' macsuck_no_devicevlan: [] macsuck_bleed: false macsuck_min_age: 0 diff --git a/Netdisco/share/environments/deployment.yml b/Netdisco/share/environments/deployment.yml index b85fba49..501caac5 100644 --- a/Netdisco/share/environments/deployment.yml +++ b/Netdisco/share/environments/deployment.yml @@ -40,8 +40,8 @@ snmp_auth: # read: false # write: true -# daemon will keep netdisco up to date on this schedule -# ````````````````````````````````````````````````````` +# this is the schedule for automatically keeping netdisco up-to-date +# `````````````````````````````````````````````````````````````````` #schedule: # discoverall: # when: '5 7 * * *' @@ -65,12 +65,13 @@ discover_no_type: - '(?i)(?:wap|wireless)' # number of SNMP workers to run in parallel (in netdisco-daemon). -# the default is twice the number of CPU cores +# the default is twice the number of CPU cores. increase this if +# your system has few cores and the schedule is taking too long. # ``````````````````````````````````````````````````````````````` #workers: # tasks: 'AUTO * 2' -# amount parallel DNS resolution for node names +# number of parallel DNS queries for node names # ````````````````````````````````````````````` #dns: # max_outstanding: 50