make scheduler config default/automatic
This commit is contained in:
@@ -18,11 +18,6 @@ database:
|
||||
# RECOMMENDED SETTINGS
|
||||
# --------------------
|
||||
|
||||
# set to false if you MUST maintain backwards compatibility
|
||||
# with Netdisco 1.x web frontend.
|
||||
# `````````````````````````````````````````````````````````
|
||||
safe_password_store: true
|
||||
|
||||
# will be stripped from fqdn when displayed in the web UI
|
||||
# also, do not forget the leading dot.
|
||||
# ```````````````````````````````````````````````````````
|
||||
@@ -40,6 +35,15 @@ device_auth:
|
||||
# read: false
|
||||
# write: true
|
||||
|
||||
|
||||
# ¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸
|
||||
# ¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸
|
||||
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# OTHER INTERESTING SETTINGS WHERE THE DEFAULTS ARE PROBABLY OKAY
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# this is the schedule for automatically keeping netdisco up-to-date
|
||||
# ``````````````````````````````````````````````````````````````````
|
||||
#schedule:
|
||||
@@ -54,15 +58,15 @@ device_auth:
|
||||
# nbtwalk:
|
||||
# when: '0 8,13,21 * * *'
|
||||
# expire:
|
||||
# when: '20 23 * * *'
|
||||
# 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)'
|
||||
#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
|
||||
@@ -81,3 +85,8 @@ discover_no_type:
|
||||
# `````````````````````````````````````````````````````````````````````
|
||||
#no_auth: false
|
||||
|
||||
# set to false if you MUST maintain backwards compatibility
|
||||
# with Netdisco 1.x web frontend.
|
||||
# `````````````````````````````````````````````````````````
|
||||
#safe_password_store: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user