From 9b5684da4ebbdcadcf5e9b0245b4ae73e326e491 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 27 Sep 2021 12:49:52 -0500 Subject: [PATCH] Missing config seeder docs (#13279) --- doc/Support/Configuration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index bbfc39280a..15721baa80 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -78,6 +78,19 @@ lnms config:get snmp.community ] ``` +## Pre-load configuration + +This feature is primarily for docker images and other automation. +When installing LibreNMS for the first time with a new database you can place yaml key value files +in `database/seeders/config` to pre-populate the config database. + +Example snmp.yaml +```yaml +snmp.community: + - public + - private +snmp.max_repeaters: 30 +``` ## Directories