Project TTN Daten in InfluxDB für Grafana

From JoBaPedia
Revision as of 22:25, 17 December 2019 by Joachim (talk | contribs) (Created page with "= Flexible Visualization of TTN Data = This page describes installing Grafana and InfluxDB on openSuse 42.2. It also describes how to configure apache 2.4 to recieve data fro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Flexible Visualization of TTN Data

This page describes installing Grafana and InfluxDB on openSuse 42.2. It also describes how to configure apache 2.4 to recieve data from a Things Network applications HTTP integration and store it in an InfluxDB database. Finally it shows how to create a Grafana dashboard to display the data from the InfluxDB.

Installing InfluxDB

Here is the Download Portal Currently, it tells me to ```

wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.9.x86_64.rpm
zypper install influxdb-1.7.9.x86_64.rpm

``` It warns about missing package shadow-util. This is named shadow and is installed on openSuse -> ignore.

For later versions of openSuse, Influx Installation Documentation suggests using a repository:

``` zypper ar -f obs://devel:languages:go/ go zypper in influxdb ```

Configure InfluxDB

/etc/influxdb/influxdb.conf