Benutzer-Werkzeuge

Webseiten-Werkzeuge


public_v6:iot:influxdb

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
public_v6:iot:influxdb [2021/03/24 05:58] – [InfluxDB und Python] adminpublic_v6:iot:influxdb [2026/07/03 09:33] (aktuell) – [Netconf] admin
Zeile 1: Zeile 1:
 ====== InfluxDB ====== ====== InfluxDB ======
  
-InfluxDB eignet sich hervorragend dafür  wiederholende Messwerte aus dem IoT-Umfeld in einer Datenbank zu speichern. Dazu reicht Anfangs bereits ein [[https://simonhearne.com/2020/pi-influx-grafana/|Raspberry PI]] aus. +InfluxDB eignet sich hervorragend dafür  wiederholende Messwerte aus dem IoT-Umfeld in einer Datenbank zu speichern. Dazu reicht Anfangs bereits ein [[https://simonhearne.com/2020/pi-influx-grafana/|Raspberry PI]] aus. \\ 
 +:!: Momentan werden wohl nur Versionen < 2.0 auf dem Raspberry unterstützt, da 2.0 ein 64-bit Linux voraussetzt.
  
 ==== Grundlegende Konzepte ==== ==== Grundlegende Konzepte ====
Zeile 61: Zeile 62:
 write_api = client.write_api() write_api = client.write_api()
  
-p = Point("my_measurement").tag("location", "Prague").field("temperature", 25.3)+p = Point("temp_measurement").tag("location", "Berlin").field("temperature", 21.3)
 write_api.write(bucket=bucket, record=p) write_api.write(bucket=bucket, record=p)
 </code> </code>
Zeile 72: Zeile 73:
   * https://www.youtube.com/watch?v=OIPwonjPe3E   * https://www.youtube.com/watch?v=OIPwonjPe3E
   * [[https://www.influxdata.com/blog/writing-data-to-influxdb-with-python/|Writing Data to InfluxDB with Python]]   * [[https://www.influxdata.com/blog/writing-data-to-influxdb-with-python/|Writing Data to InfluxDB with Python]]
 +
 +
 +===== Influxdb als Speicher fürs Netzwerkmonitoring =====
 +
 +==== Netconf ====
 +
 +  * https://www.youtube.com/watch?v=ifCLVVcnqRs -- Cisco Model-Driven Telemetry tutorial with Telegraf, InfluxDB, and Grafana
 +    * https://web.archive.org/web/20240315083139/https://ultraconfig.com.au/blog/cisco-telemetry-tutorial-with-telegraf-influxdb-and-grafana/
 +  * https://blog.dave-bell.co.uk/2020/01/08/streaming-telemetry-with-grafana/
 +  * https://www.zhaocs.info/how-to-get-telemetry-sensor-path-for-show-cmd-on-ios-xr.html
 +  * https://github.com/CiscoDevNet/yangsuite/
 +
 +  * https://www.influxdata.com/integration/cisco-model-driven-telemetry/
 +  * https://www.cisco.com/c/de_de/support/docs/wireless/catalyst-9800-series-wireless-controllers/222054-configure-advanced-grpc-workflow-with-te.html
 +  * https://xrdocs.io/programmability/blogs/Dial-out-MDT-with-TIG
 +
 +==== Grafana-Dashboards: ====
 +  * https://oneuptime.com/blog/post/2026-03-20-grafana-visualize-snmp-netflow/view
 +  * https://grafana.com/grafana/dashboards/10488-network-interface-stats/
 +  * https://grafana.com/grafana/dashboards/10235-switch-dashboard/
 +  * https://grafana.com/grafana/dashboards/12476-switches/
 +      * https://nwmichl.wordpress.com/2020/06/14/monitor-cisco-nx-os-aci-via-snmp-and-the-tig-stack/
 +
 +Grafana SNMP-Integration: 
 +  * https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-snmp/
 +  * https://networktocode.com/blog/network_telemetry_for_snmp_devices/
 +  * https://sbcode.net/grafana/cisco-switch-influxdb/
 +  * https://medium.com/@kkpdealwis93/setting-up-snmp-monitoring-system-using-grafana-influxdb-and-telegraf-69ec78ca490a
public_v6/iot/influxdb.1616565502.txt.gz · Zuletzt geändert: von admin