Files
netdisco/Netdisco/share/environments/deployment.yml
Oliver Gorwits 3a7ffcf379 Doc and Config fixups.
Be explicit about linux package names for those not familiar with
the platform. Also more explicit about steps such as editing file,
and testing the daemon.

Remove leading whitespace from commented-out config examples.
Set default parallel DNS back to 10, and suggest override of 100 in
config file. Enforce skipped DNS for autoconf IPs if unset (this is
a consequence of the way Dancer merges the two files - top level
config cannot be in both files).
2014-02-08 15:10:57 +00:00

56 lines
1.2 KiB
YAML

#
# NETDISCO 2 CONFIGURATION FILE
#
# Settings in this file override share/config.yml
# See App::Netdisco::Manual::Configuration for more info.
# ------------------
# ESSENTIAL SETTINGS
# ------------------
database:
name: 'netdisco'
host: 'localhost'
user: 'changeme'
pass: 'changeme'
# --------------------
# RECOMMENDED SETTINGS
# --------------------
# will be stripped from fqdn when displayed in the web UI
# also, do not forget the leading dot.
# ```````````````````````````````````````````````````````
#domain_suffix: '.example.com'
# uncomment and set to true to disable authentication/login
# `````````````````````````````````````````````````````````
#no_auth: false
# SNMP community string(s)
# ````````````````````````
#community: ['public']
#community_rw: ['private']
# daemon will keep netdisco up to date on this schedule
# `````````````````````````````````````````````````````
#housekeeping:
# discoverall:
# when: '5 7 * * *'
# macwalk:
# when:
# min: 20
# arpwalk:
# when:
# min: 50
# nbtwalk:
# when: '0 8,13,21 * * *'
# expiry:
# when: '20 23 * * *'
# increase the performance of parallel DNS resolution for node names
# (the default is max_outstanding: 10)
#dns:
# max_outstanding: 100