Skip to content

Server for logging and displaying telemetry from an openamr device over MQTT using Influxdb, Telegraf, and Grafana

License

Notifications You must be signed in to change notification settings

maowen/openamr-server

Repository files navigation

Getting Started

Create a .env file in the repo top level directory that defines the following environment variables

DOCKER_VERNEMQ_ALLOW_ANONYMOUS=on
INFLUXDB_USERNAME
INFLUXDB_PASSWORD
INFLUXDB_USER_TELEGRAF
INFLUXDB_USER_PASSWORD_TELEGRAF
GRAFANA_USERNAME
GRAFANA_PASSWORD

Here is an example .env file with insecure, default passwords:

DOCKER_VERNEMQ_ALLOW_ANONYMOUS=on

INFLUXDB_USERNAME=admin
INFLUXDB_PASSWORD=admin

INFLUXDB_USER_TELEGRAF=telegraf
INFLUXDB_USER_PASSWORD_TELEGRAF=telegraf

GRAFANA_USERNAME=admin
GRAFANA_PASSWORD=admin

Start with with following command:

docker-compose up

About

Server for logging and displaying telemetry from an openamr device over MQTT using Influxdb, Telegraf, and Grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published