# # 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