public_v6:iot:influxdb
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| public_v6:iot:influxdb [2021/03/24 05:52] – admin | public_v6:iot:influxdb [2026/07/03 09:33] (aktuell) – [Netconf] admin | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== InfluxDB ====== | ====== InfluxDB ====== | ||
| - | InfluxDB eignet sich hervorragend dafür | + | InfluxDB eignet sich hervorragend dafür |
| + | :!: Momentan werden wohl nur Versionen < 2.0 auf dem Raspberry unterstützt, | ||
| ==== Grundlegende Konzepte ==== | ==== Grundlegende Konzepte ==== | ||
| Zeile 56: | Zeile 57: | ||
| <code Python> | <code Python> | ||
| from influxdb_client import InfluxDBClient, | from influxdb_client import InfluxDBClient, | ||
| - | from influxdb_client.client.write_api import SYNCHRONOUS | ||
| bucket = " | bucket = " | ||
| client = InfluxDBClient(url=" | client = InfluxDBClient(url=" | ||
| + | write_api = client.write_api() | ||
| - | write_api = client.write_api(write_options=SYNCHRONOUS) | + | p = Point(" |
| - | query_api = client.query_api() | + | |
| - | + | ||
| - | p = Point(" | + | |
| write_api.write(bucket=bucket, | write_api.write(bucket=bucket, | ||
| </ | </ | ||
| Zeile 75: | Zeile 73: | ||
| * https:// | * https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | |||
| + | ===== Influxdb als Speicher fürs Netzwerkmonitoring ===== | ||
| + | |||
| + | ==== Netconf ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ==== Grafana-Dashboards: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Grafana SNMP-Integration: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
public_v6/iot/influxdb.1616565155.txt.gz · Zuletzt geändert: von admin
