technik:gateways:monitoriungcollectd

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
technik:gateways:monitoriungcollectd [23.10.2016 - 10:50] albitechnik:gateways:monitoriungcollectd [28.04.2019 - 11:38] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 ======  Monitoring für die Gateways mit Collectd ====== ======  Monitoring für die Gateways mit Collectd ======
  
-Installation+Installation:
    apt install collectd-core    apt install collectd-core
  
-Links +Links
-   http://dhcp03.freifunk-stuttgart.de:3000/dashboard/db/gateways + 
-   http://dhcp03.freifunk-stuttgart.de:3000/dashboard/db/segments+ http://dhcp03.freifunk-stuttgart.de:3000/dashboard/db/gateways 
 + 
 + http://dhcp03.freifunk-stuttgart.de:3000/dashboard/db/segments
  
 /etc/collectd/collectd.conf /etc/collectd/collectd.conf
-   FQDNLookup true+   Hostname "gw07n03"<----># bitte anpassen 
 +   #FQDNLookup true
    LoadPlugin syslog    LoadPlugin syslog
    LoadPlugin battery    LoadPlugin battery
Zeile 28: Zeile 31:
    LoadPlugin write_graphite    LoadPlugin write_graphite
    <Plugin syslog>    <Plugin syslog>
- LogLevel info+      LogLevel info
    </Plugin>    </Plugin>
    <Plugin df>    <Plugin df>
- FSType rootfs +      FSType rootfs 
- FSType sysfs +      FSType sysfs 
- FSType proc +      FSType proc 
- FSType devtmpfs +      FSType devtmpfs 
- FSType devpts +      FSType devpts 
- FSType tmpfs +      FSType tmpfs 
- FSType fusectl +      FSType fusectl 
- FSType cgroup +      FSType cgroup 
- IgnoreSelected true+      IgnoreSelected true
    </Plugin>    </Plugin>
    <Plugin ping>    <Plugin ping>
- Host "heise.de" +      Host "heise.de" 
- Host "8.8.8.8" +      Host "8.8.8.8" 
- Interval 1.0 +      Interval 1.0 
- Timeout 0.9 +      Timeout 0.9 
- TTL 255 +      TTL 255 
- Device "eth0" +      Device "eth0" 
- MaxMissed -1+      MaxMissed -1
    </Plugin>    </Plugin>
    <Plugin rrdtool>    <Plugin rrdtool>
- DataDir "/var/lib/collectd/rrd"+      DataDir "/var/lib/collectd/rrd"
    </Plugin>    </Plugin>
    <Plugin write_graphite>    <Plugin write_graphite>
- <Node "gw01n00"> +      <Node "gw01n00"> 
- Host "10.191.255.253" +         Host "10.191.255.253" 
- Port "2003" +         Port "2003" 
- Protocol "tcp" +         Protocol "tcp" 
- </Node>+      </Node>
    </Plugin>    </Plugin>
- 
  
  • technik/gateways/monitoriungcollectd.1477219833.txt.gz
  • Zuletzt geändert: vor 5 Jahren
  • (Externe Bearbeitung)