mirror of
https://github.com/unpoller/unpoller.git
synced 2026-07-22 13:53:43 -04:00
Variables: - Removed the `...Rendering_callback_url` references - Removed the `GRAFANA_NETWORK` variables, as the network name can't be a variable. Instructions: - Fixed a few errors - Added the section for running `docker-compose up -d` to start the containers, and then included creating the influx database instructions utilizing the GUI.
21 lines
499 B
Bash
21 lines
499 B
Bash
#influxdb
|
|
INFLUXDB_HTTP_AUTH_ENABLED=true
|
|
INFLUXDB_ADMIN_USER=unifi-poller
|
|
INFLUXDB_ADMIN_PASSWORD=changeme
|
|
INFLUXDB_DB=unifi
|
|
INFLUXDB_LOCAL_VOLUME=/local/storage/location/influxdb
|
|
|
|
#grafana
|
|
GRAFANA_USERNAME=grafana_username
|
|
GRAFANA_PASSWORD=changeme
|
|
GRAFANA_LOCAL_VOLUME=/local/storage/location/grafana
|
|
GRAFANA_LOCAL_USERID=1026
|
|
|
|
#unifi-poller
|
|
POLLER_TAG=latest
|
|
POLLER_DEBUG=false
|
|
POLLER_SAVE_DPI=false
|
|
UNIFI_USER=unifipoller
|
|
UNIFI_PASS=set_this_on_your_controller
|
|
UNIFI_URL=https://127.0.0.1:8443
|