diff --git a/files/collectd.conf.j2 b/files/collectd.conf.j2 index 23bf32f..2b18d36 100644 --- a/files/collectd.conf.j2 +++ b/files/collectd.conf.j2 @@ -23,10 +23,9 @@ LoadPlugin cpu LoadPlugin load LoadPlugin memory LoadPlugin processes -LoadPlugin rrdtool LoadPlugin users -LoadPlugin snmp - +LoadPlugin uptime +LoadPlugin interface @@ -39,24 +38,10 @@ LoadPlugin snmp - - - Type "if_octets" - Table true - Instance "IF-MIB::ifDescr" - Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" - - - Address "127.0.0.1" - Version 1 - Community "public" - Collect "std_traffic" - Interval 60 - - - - - DataDir "/var/lib/collectd/rrd" + + Interface "eth0" + Interface "bat0" + IgnoreSelected false diff --git a/files/snmpd.conf b/files/snmpd.conf deleted file mode 100644 index c112bff..0000000 --- a/files/snmpd.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Listen only on localhost -agentAddress udp:127.0.0.1:161 - -############################################################################### -# -# ACCESS CONTROL -# - # system + hrSystem groups only -view systemonly included .1.3.6.1.2.1.1 -view systemonly included .1.3.6.1.2.1.25.1 - # Full access from the local host -rocommunity public 127.0.0.1 - # Full read-only access for SNMPv3 -rouser authOnlyUser