An open API service indexing awesome lists of open source software.

https://github.com/varnav/dump1090-netdata

Netdata plugin for dump1090-fa
https://github.com/varnav/dump1090-netdata

ads-b dump1090 dump978 flightaware netdata netdata-plugin piaware

Last synced: about 2 months ago
JSON representation

Netdata plugin for dump1090-fa

Awesome Lists containing this project

README

        

# Netdata plugin for dump1090-fa & dump978-fa

[![Build Status](https://travis-ci.org/varnav/dump1090-netdata.svg?branch=devel)](https://travis-ci.org/varnav/dump1090-netdata) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f62e5dde93e04d02a100d69ef9d9ca3a)](https://www.codacy.com/app/varnav/dump1090-netdata?utm_source=github.com&utm_medium=referral&utm_content=varnav/dump1090-netdata&utm_campaign=Badge_Grade)

It's more like PoC, and I'm not sure if netdata is good for dump1090 at all, as dump1090 stats are not realtime. If you want really working graphs - see [graphs1090](https://github.com/wiedehopf/graphs1090).

## Installation

Copy `dump*.chart.py` to `/usr/libexec/netdata/python.d/` and `dump*.conf` to `/etc/netdata/python.d/`. Restart netdata `sudo systemctl restart netdata`.

In short:

```bash
git clone --depth 1 --branch devel https://github.com/varnav/dump1090-netdata.git
sudo cp dump1090-netdata/dump1090.chart.py /usr/libexec/netdata/python.d/
sudo cp dump1090-netdata/dump1090.conf /etc/netdata/python.d/
sudo cp dump1090-netdata/dump978.chart.py /usr/libexec/netdata/python.d/
sudo cp dump1090-netdata/dump978.conf /etc/netdata/python.d/
sudo systemctl restart netdata
```

[Netdata website](https://my-netdata.io/)