From 4eafd0cad984776f312015c1ed275bd94ccbd185 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 9 Dec 2017 18:58:06 +0000 Subject: [PATCH] better environment comments --- share/environments/deployment.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/share/environments/deployment.yml b/share/environments/deployment.yml index e0c0ed3f..286749e6 100644 --- a/share/environments/deployment.yml +++ b/share/environments/deployment.yml @@ -44,8 +44,18 @@ device_auth: # OTHER INTERESTING SETTINGS WHERE THE DEFAULTS ARE PROBABLY OKAY # --------------------------------------------------------------- -# this is the schedule for automatically keeping netdisco up-to-date -# `````````````````````````````````````````````````````````````````` +# 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. +# ``````````````````````````````````````````````````````````````` +#discover_no_type: +# - '(?i)phone' +# - '(?i)(?:wap|wireless)' + +# this is the schedule for automatically keeping netdisco up-to-date; +# these are good defaults, so only uncomment if needing to change. +# (or set "schedule: null" if you wish to disable the scheduler) +# ```````````````````````````````````````````````````````````````````` #schedule: # discoverall: # when: '5 7 * * *' @@ -60,14 +70,6 @@ device_auth: # expire: # when: '30 23 * * *' -# 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. -# ``````````````````````````````````````````````````````````````` -#discover_no_type: -# - '(?i)phone' -# - '(?i)(?:wap|wireless)' - # number of SNMP workers to run in parallel (in netdisco-backend). # the default is twice the number of CPU cores. increase this if # your system has few cores and the schedule is taking too long.