Skip to content

Latest commit

 

History

History

ads-b

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ADS-B Aircraft Tracking Dashboard

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.

Dashboard Screenshot

Quick Install

InfluxDB or InfluxCloud UI

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

Influx CLI

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

Included Resources

  • 1 Telegraf Configuration
  • 1 Dashboard: ADS-B Flight Tracker
  • 1 Bucket: 'ads-b'
  • 1 Label: 'ADS-B'

Setup Instructions

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 the ads-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

Contact

Author: Tim Yocum

Email: tky@influxdata.com

GitHub: @tkyocum

Influx Slack: Tim Yocum