]> git.pld-linux.org Git - packages/collectd.git/blame - collectd.conf
- rel.2 - drop hal
[packages/collectd.git] / collectd.conf
CommitLineData
d84a0b0f
AF
1#
2# Config file for collectd(1).
3# Please read collectd.conf(5) for a list of options.
711f12a6 4# http://collectd.org/
d84a0b0f
AF
5#
6
711f12a6
PG
7#Hostname "localhost"
8FQDNLookup true
749ea79c
PG
9#BaseDir "/var/lib/collectd"
10#PIDFile "/var/run/collectd.pid"
711f12a6
PG
11#PluginDir "/usr/lib/collectd"
12#TypesDB "/usr/lib/collectd/types.db"
13#Interval 10
14#ReadThreads 5
15
bed4848f
PG
16### Include all files from /etc/collectd.d/*.conf
17Include "/etc/collectd.d/*.conf"
711f12a6 18
bed4848f 19##### UNSUPPORTED Modules #####
711f12a6 20
711f12a6 21
711f12a6 22#LoadPlugin apple_sensors
711f12a6 23#LoadPlugin ipvs
711f12a6 24#LoadPlugin libvirt
711f12a6
PG
25#LoadPlugin onewire
26#LoadPlugin perl
711f12a6 27#LoadPlugin tape
711f12a6 28
711f12a6
PG
29#<Plugin libvirt>
30# Connection "xen:///"
31# RefreshInterval 60
32# Domain "name"
33# BlockDevice "name:device"
34# InterfaceDevice "name:device"
35# IgnoreSelected false
36# HostnameFormat name
37#</Plugin>
38
711f12a6
PG
39#<Plugin onewire>
40# Device "-s localhost:4304"
41# Sensor "F10FCA000800"
42# IgnoreSelected false
43#</Plugin>
44
45#<Plugin perl>
46# IncludeDir "/my/include/path"
47# BaseName "Collectd::Plugin"
48# EnableDebugger ""
49# LoadPlugin foo
50#</Plugin>
51
This page took 0.035832 seconds and 4 git commands to generate.