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
- Host: GitHub
- URL: https://github.com/varnav/dump1090-netdata
- Owner: varnav
- License: mit
- Archived: true
- Created: 2019-05-06T15:23:09.000Z (about 6 years ago)
- Default Branch: devel
- Last Pushed: 2019-05-09T12:47:48.000Z (about 6 years ago)
- Last Synced: 2024-02-14T21:26:51.091Z (over 1 year ago)
- Topics: ads-b, dump1090, dump978, flightaware, netdata, netdata-plugin, piaware
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netdata plugin for dump1090-fa & dump978-fa
[](https://travis-ci.org/varnav/dump1090-netdata) [](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/)