]> git.pld-linux.org Git - packages/collectd.git/blame - collectd.conf
- put modules configs into separate files and start using collectd.d dir
[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
62LoadPlugin tcpconns
63LoadPlugin teamspeak2
64LoadPlugin thermal
65LoadPlugin unixsock
d84a0b0f 66LoadPlugin users
711f12a6
PG
67LoadPlugin vmem
68LoadPlugin vserver
69LoadPlugin wireless
70
71#<Plugin apcups>
72# Host "localhost"
73# Port "3551"
74#</Plugin>
75
76#<Plugin csv>
77# DataDir "/usr/var/lib/collectd/csv"
78# StoreRates false
79#</Plugin>
80
81#<Plugin df>
82# Device "/dev/hda1"
83# Device "192.168.0.2:/mnt/nfs"
84# MountPoint "/home"
85# FSType "ext3"
86# IgnoreSelected false
87#</Plugin>
88
89#<Plugin disk>
90# Disk "/^[hs]d[a-f][0-9]?$/"
91# IgnoreSelected false
92#</Plugin>
93
94#<Plugin email>
95# SocketFile "/usr/var/run/collectd-email"
96# SocketGroup "collectd"
97# SocketPerms "0770"
98# MaxConns 5
99#</Plugin>
100
101#<Plugin exec>
102# Exec "user:group" "/path/to/exec"
103# NotificationExec "user:group" "/path/to/exec"
104#</Plugin>
105
106#<Plugin filecount>
107# <Directory "/path/to/dir">
108# Instance "foodir"
109# Name "*.conf"
110# MTime "-5m"
111# Size "+10k"
112# </Directory>
113#</Plugin>
114
115#<Plugin interface>
116# Interface "eth0"
117# IgnoreSelected false
118#</Plugin>
119
120#<Plugin iptables>
121# Chain table chain
122#</Plugin>
123
124#<Plugin irq>
125# Irq 7
126# Irq 8
127# Irq 9
128# IgnoreSelected true
129#</Plugin>
130
131#<Plugin libvirt>
132# Connection "xen:///"
133# RefreshInterval 60
134# Domain "name"
135# BlockDevice "name:device"
136# InterfaceDevice "name:device"
137# IgnoreSelected false
138# HostnameFormat name
139#</Plugin>
140
141#<Plugin mbmon>
142# Host "127.0.0.1"
143# Port "411"
144#</Plugin>
145
146#<Plugin memcached>
147# Host "127.0.0.1"
148# Port "11211"
149#</Plugin>
150
151#<Plugin netlink>
152# Interface "All"
153# VerboseInterface "All"
154# QDisc "eth0" "pfifo_fast-1:0"
155# Class "ppp0" "htb-1:10"
156# Filter "ppp0" "u32-1:0"
157# IgnoreSelected false
158#</Plugin>
159
160#<Plugin network>
161# Server "ff18::efc0:4a42" "25826"
162# Server "239.192.74.66" "25826"
163# Listen "ff18::efc0:4a42" "25826"
164# Listen "239.192.74.66" "25826"
165# TimeToLive "128"
166# Forward false
167# CacheFlush 1800
168#</Plugin>
169
170#<Plugin ntpd>
171# Host "localhost"
172# Port 123
173# ReverseLookups false
174#</Plugin>
175
176#<Plugin onewire>
177# Device "-s localhost:4304"
178# Sensor "F10FCA000800"
179# IgnoreSelected false
180#</Plugin>
181
182#<Plugin perl>
183# IncludeDir "/my/include/path"
184# BaseName "Collectd::Plugin"
185# EnableDebugger ""
186# LoadPlugin foo
187#</Plugin>
188
189#<Plugin processes>
190# Process "name"
191#</Plugin>
192
193#<Plugin "tail">
194# <File "/var/log/exim4/mainlog">
195# Instance "exim"
196# <Match>
197# Regex "S=([1-9][0-9]*)"
198# DSType "CounterAdd"
199# Type "ipt_bytes"
200# Instance "total"
201# </Match>
202# <Match>
203# Regex "\\<R=local_user\\>"
204# DSType "CounterInc"
205# Type "email_count"
206# Instance "local_user"
207# </Match>
208# </File>
209#</Plugin>
210
211#<Plugin tcpconns>
212# ListeningPorts false
213# LocalPort "25"
214# RemotePort "25"
215#</Plugin>
216
217#<Plugin teamspeak2>
218# Host "127.0.0.1"
219# Port "51234"
220# Server "8767"
221#</Plugin>
222
223#<Plugin thermal>
224# ForceUseProcfs false
225# Device "THRM"
226# IgnoreSelected false
227#</Plugin>
228
229#<Plugin unixsock>
230# SocketFile "/usr/var/run/collectd-unixsock"
231# SocketGroup "collectd"
232# SocketPerms "0660"
233#</Plugin>
234
235#<Plugin vmem>
236# Verbose false
237#</Plugin>
238
239
240
241### Include all files from /etc/collectd.d/*.conf
242Include "/etc/collectd.d/*.conf"
243
This page took 0.107294 seconds and 4 git commands to generate.