Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@descilla
Last active October 10, 2015 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save descilla/f71775cdab656a18c6e5 to your computer and use it in GitHub Desktop.
Save descilla/f71775cdab656a18c6e5 to your computer and use it in GitHub Desktop.
#
# OpenWrt Config file for collectd(1).
# Please read collectd.conf(5) for a list of options.
# http://collectd.org/
#
#Hostname "localhost"
#FQDNLookup true
BaseDir "/var/lib/collectd"
PIDFile "/var/run/collectd.pid"
#PluginDir "/usr/lib/collectd"
#TypesDB "/usr/share/collectd/types.db"
Interval 10
ReadThreads 2
#LoadPlugin syslog
#LoadPlugin logfile
#<Plugin syslog>
# LogLevel info
#</Plugin>
#<Plugin logfile>
# LogLevel info
# File STDOUT
# Timestamp true
#</Plugin>
LoadPlugin cpu
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin network
LoadPlugin ping
LoadPlugin processes
#LoadPlugin rrdtool
#LoadPlugin serial
<Plugin interface>
Interface "client0"
Interface "mesh0"
Interface "mesh-vpn"
IgnoreSelected false
</Plugin>
<Plugin network>
Server "2a01:4f8:162:10d2::2" "25826"
Server "5.9.86.154" "25826"
# TimeToLive "128"
# Forward false
# CacheFlush 1800
# ReportStats false
</Plugin>
<Plugin ping>
Host "google.de"
Host "heise.de"
Host "simon-wuellhorst.de"
</Plugin>
<Plugin processes>
Process "alfred"
Process "batadv-vis"
</Plugin>
#<Plugin rrdtool>
# DataDir "/var/lib/collectd/rrd"
# CacheTimeout 120
# CacheFlush 900
#</Plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment