-
-
Notifications
You must be signed in to change notification settings - Fork 15
YAML Configuration
Brandon McFarlin edited this page Dec 4, 2024
·
1 revision
Manual configuration can be done by modifying the settings file located at /config/settings.yml
within the container.
Variable | Default | Description |
---|---|---|
NUT_SERVERS | [] | Array of <NUT Servers> |
INFLUX_HOST | undefined | Host for Influx server |
INFLUX_TOKEN | undefined | Token for Influx server |
INFLUX_ORG | undefined | Org for influx server |
INFLUX_BUCKET | undefined | Bucket for influx server |
INFLUX_INTERVAL | 10 | Inverval for Influx ingestion |
Variable | Default | Description |
---|---|---|
HOST | localhost | Host of NUT server |
PORT | 3493 | Port of NUT server |
USERNAME | undefined | Optional but required to edit |
PASSWORD | undefined | Optional but required to edit |
NUT_SERVERS:
- HOST: localhost
PORT: 3493
USERNAME: user
PASSWORD: pass
INFLUX_HOST: ''
INFLUX_TOKEN: ''
INFLUX_ORG: ''
INFLUX_BUCKET: ''
INFLUX_INTERVAL: 10