Benutzer-Werkzeuge

Webseiten-Werkzeuge


werkstatt:infrastruktur:felicia

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
werkstatt:infrastruktur:felicia [2018/10/02 23:56] debauerwerkstatt:infrastruktur:felicia [2018/10/03 00:28] debauer
Zeile 15: Zeile 15:
  
 **Adresse:** 192.168.1.6 [[http://192.168.1.6|KLICK]] **Adresse:** 192.168.1.6 [[http://192.168.1.6|KLICK]]
 +
 +==== MariaDB ====
 +
 +Fork von MySQL. Datenbank Server für allerhand Services im Lab. 
 +
 +**Admin Interface:** 192.168.1.6/phpmyadmin [[http://192.168.1.6/phpmyadmin|KLICK]]
  
 ==== Samba ==== ==== Samba ====
Zeile 62: Zeile 68:
 Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
 Schiebt Daten von MQTT nach InfluxDB und sammelt Metrics von Systemen. Schiebt Daten von MQTT nach InfluxDB und sammelt Metrics von Systemen.
 +
 +===== Admin DOKU =====
 +
 +<code bash> 
 +rsync, screen, git, python3, python3-pip, python3-setuptools, libcap-dev, 
 +samba, nfs-kernel-server, apt-transport-https, curl, mpd, htop
 +apache2, php7.0, php7.0-mysql libapache2-mod-php7.0, mariadb-server, phpmyadmin
 +
 +deb https://packagecloud.io/grafana/stable/debian/ stretch main
 +deb https://repos.influxdata.com/debian stretch stable
 +
 +curl https://packagecloud.io/gpg.key | apt-key add -
 +curl -sL https://repos.influxdata.com/influxdb.key | apt-key add -
 +
 +apt-get install grafana
 +change port to 6785
 +systemctl start grafana
 +
 +apt-get install influxdb 
 +systemctl start influxdb
 +apt-get install telegraf
 +systemctl start telegraf
 +apt-get install chronograf
 +systemctl start chronograf
 +
 +cd /home
 +git clone https://github.com/fablab-ka/LabNetApp
 +cd LabNetApp
 +git clone https://github.com/fablab-ka/LabNet-Node-Config nodeConfig
 +pip3 install -f requirements.txt
 +
 +gibt aktuell noch kein daemon, daher im screen starten! 
 +python3 main.py
 +
 +
 +</code>
  
  
werkstatt/infrastruktur/felicia.txt · Zuletzt geändert: 2018/10/03 21:35 von debauer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki