Remove apache and other pkgs. add libpam...
[librecmc/package-feed.git] / utils / collectd / files / collectd.conf
diff --git a/utils/collectd/files/collectd.conf b/utils/collectd/files/collectd.conf
deleted file mode 100644 (file)
index 3afbfad..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Config file for collectd. More info: https://collectd.org/
-# Note: Luci statistics will generate a new config and overwrite this file.
-
-#Hostname   "localhost"
-#FQDNLookup  true
-BaseDir "/var/run/collectd"
-Include "/etc/collectd/conf.d"
-PIDFile "/var/run/collectd.pid"
-PluginDir "/usr/lib/collectd"
-TypesDB "/usr/share/collectd/types.db"
-Interval    30
-ReadThreads 2
-
-LoadPlugin interface
-LoadPlugin load
-#LoadPlugin ping
-LoadPlugin rrdtool
-
-<Plugin rrdtool>
-       DataDir "/tmp/rrd"
-       RRARows 100
-       RRASingle true
-       RRATimespan 3600
-       RRATimespan 86400
-       RRATimespan 604800
-       RRATimespan 2678400
-       RRATimespan 31622400
-</Plugin>
-
-<Plugin interface>
-       IgnoreSelected false
-       Interface "br-lan"
-</Plugin>
-
-#<Plugin ping>
-#      Host "host.foo.bar"
-#      Interval 30
-#      TTL 127
-#</Plugin>