]> git.pld-linux.org Git - packages/collectd.git/blob - collectd.conf
a47401216ae0330b36621c2e99543a66142f63b1
[packages/collectd.git] / collectd.conf
1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
6
7 #Hostname    "localhost"
8 FQDNLookup   true
9 #BaseDir     "/usr/var/lib/collectd"
10 #PIDFile     "/usr/var/run/collectd.pid"
11 #PluginDir   "/usr/lib/collectd"
12 #TypesDB     "/usr/lib/collectd/types.db"
13 #Interval     10
14 #ReadThreads  5
15
16 ### Include all files from /etc/collectd.d/*.conf
17 Include "/etc/collectd.d/*.conf"
18
19 ##### UNSUPPORTED Modules #####
20
21
22 #LoadPlugin apple_sensors
23 #LoadPlugin ipvs
24 #LoadPlugin libvirt
25 #LoadPlugin onewire
26 #LoadPlugin perl
27 #LoadPlugin tape
28
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
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.047505 seconds and 2 git commands to generate.