Die Seite wurde neu angelegt: „[[Kategorie:Infrastruktur]] == Hardware Info == Virtualisiert durch [[intern:Freebert]] == Software Info == FreeBSD Jail Container * apache 2.4 * collectd 5 …“

This commit is contained in:
Daniel.plominski 2014-04-17 05:08:48 +00:00
parent 3ea3d08a4d
commit 6d22c107e0
1 changed files with 46 additions and 0 deletions

46
Server%2Fwatchbert.mw Normal file
View File

@ -0,0 +1,46 @@
[[Kategorie:Infrastruktur]]
== Hardware Info ==
Virtualisiert durch [[intern:Freebert]]
== Software Info ==
FreeBSD Jail Container
* apache 2.4
* collectd 5
== Verwendungszweck ==
* proxy.pac für Squid Jail
* SNMP Auswertung
== JAIL: Collectd Anpassung ==
<source lang=bash>
vi /usr/local/etc/collectd.conf
LoadPlugin snmp
<Plugin snmp>
<Data "std_traffic">
Type "if_octets"
Table true
Instance "IF-MIB::ifDescr"
Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
</Data>
<Host "etherkiller">
Address "172.22.99.6"
Version 2
Community "public"
Collect "std_traffic"
Interval 120
</Host>
</Plugin>
</source>
== Collectd Auswertung ==
http://watchbert.hq.c3d2.de/cgi-bin/collection.cgi
== Log ==
* 16.04.2014 - einfaches Basis Setup