Browse Source

2017-04-04 Technik/Netzinfrastruktur/Supernodes/monitoring (Text aktualisiert, TODO ergänzt)

Ignore-this: 2ef6be07e7f19684580c09c822d13d2e
altlast 8 years ago
parent
commit
16442b654c
1 changed files with 12 additions and 5 deletions
  1. 12 5
      Technik/Netzinfrastruktur/Supernodes/monitoring.page

+ 12 - 5
Technik/Netzinfrastruktur/Supernodes/monitoring.page

@@ -4,24 +4,31 @@ categories: Netz-Infrastruktur, Backbone, Supernodes
 title: Monitoring
 ...
 
-# Monitoring
+Ein einfaches Monitoring (ping) wird momentan über [Uptimerobot](https://uptimerobot.com) realisiert.
 
-Ein einfaches Monitoring (ping) wird momentan über [Uptimerobot](https://uptimerobot.com) realisiert. Graphen zum anstarren fänden auch andere Communities interessant, es gibt aber zumindest in FF Ruhr momentan noch nichts.
+Graphen zum Anstarren gibt's provisorisch hier:
 
 ## Transmit und receive bytes der Supernodes
 
-gebastelt mit prometheus und grafana:
+Gebastelt mit prometheus und grafana:
 
 ![](http://vm23.free.de:3000/render/dashboard-solo/db/sn-dtm?panelId=11&theme=light&width=600&height=250) 
 ![](http://vm23.free.de:3000/render/dashboard-solo/db/sn-dtm?panelId=12&theme=light&width=600&height=250) 
 
 [das ganze dashboard](http://vm23.free.de:3000/dashboard/db/sn-dtm)
 
+## TODO
 
-## Mögliche Kandidaten
+- Auch Daten von unseren Supernodes in Berlin erfassen
+- node_exporter auf den Supernodes und prometheus auf der service VM benutzbar machen (Zugriff per HTTP ermöglichen)
+- Provisorien abräumen (manuell gestartete node_exporter auf den Dortmunder Supernodes)
+- grafana auf der service VM konfigurieren (läuft zZ nur auf der FreeBSD VM)
+- mehr dashboards
+
+## Mögliche Software-Kandidaten für das Monitoring
 
 * [InfluxDB](http://influxdb.com/) und [Grafana](http://grafana.org/)
-* [Prometheus](http://prometheus.io/)
+* [Prometheus](http://prometheus.io/) und [Grafana](http://grafana.org/)
 * [Check_MK](https://mathias-kettner.de/check_mk.html)
 
 InfluxDB und Prometheus können Metriken von [collectd](https://collectd.org/) entgegennehmen.