lighthouse-pipeline
v1.0.0
Published
Lighthouse Pipeline
Downloads
1
Readme
lighthouse-pipeline
Lighthouse Pipeline
Run with docker compose
docker compose-up
docker compose-down
Services
influxdb
Time series database. Ready to go on first run.
In host network: http://localhost:8086
In compose network: http://influxdb:8086
cronograf
Admin tool for chronograf database. Ready to go on first run.
In host network: http://localhost:8888
In compose network: http://chronograf:8888
grafana
Dashboards system. Need to be configured on the first run.
In host network: http://localhost:3000
In compose network: http://grafana:8888
Configure grafana on first run
- Go to
http://localhost:3000
- Create new datasource with settings: Name: lighthouse@influxdb URL: http://influxdb:8086 Database: lighthouse User: telegraf Password: 1234
- Import new dashboard from json file: dashboards/lighthouse.json
Commit your changes of grafana dashboard
- Go to
http://localhost:3000
- Export your dashboard as json
- Save file in folder dashboards
- Commit with git