mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Missing config seeder docs (#13279)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user