]> git.pld-linux.org Git - packages/collectd.git/blame - collectd.conf
- more plugin configuration into separate configs
[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
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
16LoadPlugin logfile
17LoadPlugin syslog
18
19#<Plugin logfile>
20# LogLevel info
21# File STDOUT
22# Timestamp true
23#</Plugin>
24
25#<Plugin syslog>
26# LogLevel info
27#</Plugin>
28
29LoadPlugin apcups
30#LoadPlugin apple_sensors
d84a0b0f
AF
31LoadPlugin battery
32LoadPlugin cpu
33LoadPlugin cpufreq
711f12a6 34LoadPlugin csv
d84a0b0f
AF
35LoadPlugin df
36LoadPlugin disk
711f12a6
PG
37LoadPlugin email
38LoadPlugin entropy
39LoadPlugin exec
40LoadPlugin filecount
41LoadPlugin interface
42LoadPlugin iptables
43#LoadPlugin ipvs
44LoadPlugin irq
45#LoadPlugin libvirt
d84a0b0f 46LoadPlugin load
711f12a6
PG
47LoadPlugin mbmon
48LoadPlugin memcached
d84a0b0f 49LoadPlugin memory
711f12a6
PG
50#LoadPlugin multimeter
51LoadPlugin netlink
52LoadPlugin network
d84a0b0f 53LoadPlugin nfs
711f12a6
PG
54LoadPlugin ntpd
55#LoadPlugin onewire
56#LoadPlugin perl
d84a0b0f 57LoadPlugin processes
d84a0b0f
AF
58LoadPlugin serial
59LoadPlugin swap
711f12a6
PG
60LoadPlugin tail
61#LoadPlugin tape
711f12a6
PG
62
63#<Plugin apcups>
64# Host "localhost"
65# Port "3551"
66#</Plugin>
67
68#<Plugin csv>
69# DataDir "/usr/var/lib/collectd/csv"
70# StoreRates false
71#</Plugin>
72
73#<Plugin df>
74# Device "/dev/hda1"
75# Device "192.168.0.2:/mnt/nfs"
76# MountPoint "/home"
77# FSType "ext3"
78# IgnoreSelected false
79#</Plugin>
80
81#<Plugin disk>
82# Disk "/^[hs]d[a-f][0-9]?$/"
83# IgnoreSelected false
84#</Plugin>
85
86#<Plugin email>
87# SocketFile "/usr/var/run/collectd-email"
88# SocketGroup "collectd"
89# SocketPerms "0770"
90# MaxConns 5
91#</Plugin>
92
93#<Plugin exec>
94# Exec "user:group" "/path/to/exec"
95# NotificationExec "user:group" "/path/to/exec"
96#</Plugin>
97
98#<Plugin filecount>
99# <Directory "/path/to/dir">
100# Instance "foodir"
101# Name "*.conf"
102# MTime "-5m"
103# Size "+10k"
104# </Directory>
105#</Plugin>
106
107#<Plugin interface>
108# Interface "eth0"
109# IgnoreSelected false
110#</Plugin>
111
112#<Plugin iptables>
113# Chain table chain
114#</Plugin>
115
116#<Plugin irq>
117# Irq 7
118# Irq 8
119# Irq 9
120# IgnoreSelected true
121#</Plugin>
122
123#<Plugin libvirt>
124# Connection "xen:///"
125# RefreshInterval 60
126# Domain "name"
127# BlockDevice "name:device"
128# InterfaceDevice "name:device"
129# IgnoreSelected false
130# HostnameFormat name
131#</Plugin>
132
133#<Plugin mbmon>
134# Host "127.0.0.1"
135# Port "411"
136#</Plugin>
137
138#<Plugin memcached>
139# Host "127.0.0.1"
140# Port "11211"
141#</Plugin>
142
143#<Plugin netlink>
144# Interface "All"
145# VerboseInterface "All"
146# QDisc "eth0" "pfifo_fast-1:0"
147# Class "ppp0" "htb-1:10"
148# Filter "ppp0" "u32-1:0"
149# IgnoreSelected false
150#</Plugin>
151
152#<Plugin network>
153# Server "ff18::efc0:4a42" "25826"
154# Server "239.192.74.66" "25826"
155# Listen "ff18::efc0:4a42" "25826"
156# Listen "239.192.74.66" "25826"
157# TimeToLive "128"
158# Forward false
159# CacheFlush 1800
160#</Plugin>
161
162#<Plugin ntpd>
163# Host "localhost"
164# Port 123
165# ReverseLookups false
166#</Plugin>
167
168#<Plugin onewire>
169# Device "-s localhost:4304"
170# Sensor "F10FCA000800"
171# IgnoreSelected false
172#</Plugin>
173
174#<Plugin perl>
175# IncludeDir "/my/include/path"
176# BaseName "Collectd::Plugin"
177# EnableDebugger ""
178# LoadPlugin foo
179#</Plugin>
180
181#<Plugin processes>
182# Process "name"
183#</Plugin>
184
185#<Plugin "tail">
186# <File "/var/log/exim4/mainlog">
187# Instance "exim"
188# <Match>
189# Regex "S=([1-9][0-9]*)"
190# DSType "CounterAdd"
191# Type "ipt_bytes"
192# Instance "total"
193# </Match>
194# <Match>
195# Regex "\\<R=local_user\\>"
196# DSType "CounterInc"
197# Type "email_count"
198# Instance "local_user"
199# </Match>
200# </File>
201#</Plugin>
202
711f12a6
PG
203
204### Include all files from /etc/collectd.d/*.conf
205Include "/etc/collectd.d/*.conf"
206
This page took 0.067513 seconds and 4 git commands to generate.