Provided by: Tim Yocum
This dashboard will help you monitor and visualize metrics scraped from a dump1090 ADS-B flight tracking instance using dump1090-exporter to present a Prometheus endpoint that Telegraf will scrape. While this dashboard is vendor-agnostic, it has been tested against a PiAware instance as provided by FlightAware.
In the InfluxDB or InfluxCloud UI, go to Settings -> Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/ads-b/ads-b.yml
If you have your InfluxDB credentials configured in the CLI, you can install this template with:
influx apply -u https://raw.githubusercontent.com/influxdata/community-templates/master/ads-b/ads-b.yml
- 1 Telegraf Configuration
- 1 Dashboard: ADS-B Flight Tracker
- 1 Bucket: 'ads-b'
- 1 Label: 'ADS-B'
General instructions on using InfluxDB Templates can be found in the use a template document.
Telegraf Configuration requires the following environment variables
INFLUX_TOKEN
- The token with the permissions to read Telegraf configs and write data to theads-b
bucket.INFLUX_ORG
- The name of your Organization.INFLUX_HOST
- The address of your InfluxDB or InfluxCloud instance.INFLUX_BUCKET
- The name of the bucket. Example using the provided bucket:export INFLUX_BUCKET=ads-b
Author: Tim Yocum
Email: [email protected]
GitHub: @tkyocum
Influx Slack: Tim Yocum