Code

*.conf: Updated to reflect changes in 5.0.0.
[pkg-collectd.git] / debian / collectd.conf
1 # Config file for collectd(1).
2 #
3 # Some plugins need additional configuration and are disabled by default.
4 # Please read collectd.conf(5) for details.
5 #
6 # You should also read /usr/share/doc/collectd-core/README.Debian.plugins
7 # before enabling any more plugins.
9 #Hostname "localhost"
10 FQDNLookup true
11 #BaseDir "/var/lib/collectd"
12 #PluginDir "/usr/lib/collectd"
13 #TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db"
14 #Interval 10
15 #Timeout 2
16 #ReadThreads 5
18 #LoadPlugin logfile
19 LoadPlugin syslog
21 #<Plugin logfile>
22 #       LogLevel "info"
23 #       File STDOUT
24 #       Timestamp true
25 #       PrintSeverity false
26 #</Plugin>
28 <Plugin syslog>
29         LogLevel info
30 </Plugin>
32 #LoadPlugin amqp
33 #LoadPlugin apache
34 #LoadPlugin apcups
35 #LoadPlugin ascent
36 LoadPlugin battery
37 #LoadPlugin bind
38 #LoadPlugin conntrack
39 #LoadPlugin contextswitch
40 LoadPlugin cpu
41 #LoadPlugin cpufreq
42 #LoadPlugin csv
43 #LoadPlugin curl
44 #LoadPlugin curl_json
45 #LoadPlugin curl_xml
46 #LoadPlugin dbi
47 LoadPlugin df
48 LoadPlugin disk
49 #LoadPlugin dns
50 #LoadPlugin email
51 LoadPlugin entropy
52 #LoadPlugin exec
53 #LoadPlugin filecount
54 #LoadPlugin fscache
55 #LoadPlugin gmond
56 #LoadPlugin hddtemp
57 LoadPlugin interface
58 #LoadPlugin ipmi
59 #LoadPlugin iptables
60 #LoadPlugin ipvs
61 LoadPlugin irq
62 #LoadPlugin java
63 #LoadPlugin libvirt
64 LoadPlugin load
65 #LoadPlugin madwifi
66 #LoadPlugin mbmon
67 #LoadPlugin memcachec
68 #LoadPlugin memcached
69 LoadPlugin memory
70 #LoadPlugin multimeter
71 #LoadPlugin mysql
72 #LoadPlugin netlink
73 #LoadPlugin network
74 #LoadPlugin nfs
75 #LoadPlugin nginx
76 #LoadPlugin notify_desktop
77 #LoadPlugin notify_email
78 #LoadPlugin ntpd
79 #LoadPlugin nut
80 #LoadPlugin olsrd
81 #LoadPlugin openvpn
82 #LoadPlugin perl
83 #LoadPlugin pinba
84 #LoadPlugin ping
85 #LoadPlugin postgresql
86 #LoadPlugin powerdns
87 LoadPlugin processes
88 #LoadPlugin protocols
89 #LoadPlugin python
90 #LoadPlugin rrdcached
91 LoadPlugin rrdtool
92 #LoadPlugin sensors
93 #LoadPlugin serial
94 #LoadPlugin snmp
95 LoadPlugin swap
96 #LoadPlugin table
97 #LoadPlugin tail
98 #LoadPlugin tcpconns
99 #LoadPlugin teamspeak2
100 #LoadPlugin ted
101 #LoadPlugin thermal
102 #LoadPlugin tokyotyrant
103 #LoadPlugin unixsock
104 #LoadPlugin uptime
105 LoadPlugin users
106 #LoadPlugin uuid
107 #LoadPlugin varnish
108 #LoadPlugin vmem
109 #LoadPlugin vserver
110 #LoadPlugin wireless
111 #LoadPlugin write_http
113 #<Plugin amqp>
114 #       <Publish "name">
115 #               Host "localhost"
116 #               Port "5672"
117 #               VHost "/"
118 #               User "guest"
119 #               Password "guest"
120 #               Exchange "amq.fanout"
121 #               RoutingKey "collectd"
122 #               Persistent false
123 #               StoreRates false
124 #       </Publish>
125 #</Plugin>
127 #<Plugin apache>
128 #       <Instance "foo">
129 #               URL "http://localhost/server-status?auto"
130 #               User "www-user"
131 #               Password "secret"
132 #               VerifyPeer false
133 #               VerifyHost false
134 #               CACert "/etc/ssl/ca.crt"
135 #               Server "apache"
136 #       </Instance>
138 #       <Instance "bar">
139 #               URL "http://some.domain.tld/status?auto"
140 #               Host "some.domain.tld"
141 #               Server "lighttpd"
142 #       </Instance>
143 #</Plugin>
145 #<Plugin apcups>
146 #       Host "localhost"
147 #       Port "3551"
148 #</Plugin>
150 #<Plugin ascent>
151 #       URL "http://localhost/ascent/status/"
152 #       User "www-user"
153 #       Password "secret"
154 #       VerifyPeer false
155 #       VerifyHost false
156 #       CACert "/etc/ssl/ca.crt"
157 #</Plugin>
159 #<Plugin "bind">
160 #       URL "http://localhost:8053/"
162 #       OpCodes true
163 #       QTypes true
164 #       ServerStats true
165 #       ZoneMaintStats true
166 #       ResolverStats false
167 #       MemoryStats true
169 #       <View "_default">
170 #               QTypes true
171 #               ResolverStats true
172 #               CacheRRSets true
174 #               Zone "127.in-addr.arpa/IN"
175 #       </View>
176 #</Plugin>
178 #<Plugin csv>
179 #       DataDir "/var/lib/collectd/csv"
180 #       StoreRates false
181 #</Plugin>
183 #<Plugin curl>
184 #       <Page "stock_quotes">
185 #               URL "http://finance.google.com/finance?q=NYSE%3AAMD"
186 #               User "foo"
187 #               Password "bar"
188 #               VerifyPeer false
189 #               VerifyHost false
190 #               CACert "/etc/ssl/ca.crt"
191 #               MeasureResponseTime false
192 #               <Match>
193 #                       Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
194 #                       DSType "GaugeAverage"
195 #                       Type "stock_value"
196 #                       Instance "AMD"
197 #               </Match>
198 #       </Page>
199 #</Plugin>
201 #<Plugin curl_json>
202 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
203 #  <URL "http://localhost:5984/_stats">
204 #    Instance "httpd"
205 #    <Key "httpd/requests/count">
206 #      Type "http_requests"
207 #    </Key>
209 #    <Key "httpd_request_methods/*/count">
210 #      Type "http_request_methods"
211 #    </Key>
213 #    <Key "httpd_status_codes/*/count">
214 #      Type "http_response_codes"
215 #    </Key>
216 #  </URL>
217 ## Database status metrics:
218 #  <URL "http://localhost:5984/_all_dbs">
219 #    Instance "dbs"
220 #    <Key "*/doc_count">
221 #      Type "gauge"
222 #    </Key>
223 #    <Key "*/doc_del_count">
224 #      Type "counter"
225 #    </Key>
226 #    <Key "*/disk_size">
227 #      Type "bytes"
228 #    </Key>
229 #  </URL>
230 #</Plugin>
232 #<Plugin "curl_xml">
233 #       <URL "http://localhost/stats.xml">
234 #               Host "my_host"
235 #               Instance "some_instance"
236 #               User "collectd"
237 #               Password "thaiNg0I"
238 #               VerifyPeer true
239 #               VerifyHost true
240 #               CACert "/path/to/ca.crt"
242 #               <XPath "table[@id=\"magic_level\"]/tr">
243 #                       Type "magic_level"
244 #                       InstancePrefix "prefix-"
245 #                       InstanceFrom "td[1]"
246 #                       ValuesFrom "td[2]/span[@class=\"level\"]"
247 #               </XPath>
248 #       </URL>
249 #</Plugin>
251 #<Plugin dbi>
252 #       <Query "num_of_customers">
253 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \
254 #                               FROM customers_tbl"
255 #               MinVersion 40102
256 #               MaxVersion 50042
257 #               <Result>
258 #                       Type "gauge"
259 #                       InstancePrefix "customer"
260 #                       InstancesFrom "c_key"
261 #                       ValuesFrom "c_value"
262 #               </Result>
263 #       </Query>
265 #       <Database "customers_db">
266 #               Driver "mysql"
267 #               DriverOption "host" "localhost"
268 #               DriverOption "username" "collectd"
269 #               DriverOption "password" "secret"
270 #               DriverOption "dbname" "custdb0"
271 #               SelectDB "custdb0"
272 #               Query "num_of_customers"
273 #               Query "..."
274 #       </Database>
275 #</Plugin>
277 #<Plugin df>
278 #       Device "/dev/sda1"
279 #       Device "192.168.0.2:/mnt/nfs"
280 #       MountPoint "/home"
281 #       FSType "ext3"
282 #       IgnoreSelected false
283 #       ReportByDevice false
284 #       ReportReserved false
285 #       ReportInodes false
286 #</Plugin>
288 #<Plugin disk>
289 #       Disk "hda"
290 #       Disk "/sda[23]/"
291 #       IgnoreSelected false
292 #</Plugin>
294 #<Plugin dns>
295 #       Interface "eth0"
296 #       IgnoreSource "192.168.0.1"
297 #       SelectNumericQueryTypes false
298 #</Plugin>
300 #<Plugin email>
301 #       SocketFile "/var/run/collectd-email"
302 #       SocketGroup "collectd"
303 #       SocketPerms "0770"
304 #       MaxConns 5
305 #</Plugin>
307 #<Plugin exec>
308 #       Exec user "/path/to/exec"
309 #       Exec "user:group" "/path/to/exec"
310 #       NotificationExec user "/path/to/exec"
311 #</Plugin>
313 #<Plugin filecount>
314 #       <Directory "/path/to/dir">
315 #               Instance "foodir"
316 #               Name "*.conf"
317 #               MTime "-5m"
318 #               Size "+10k"
319 #               Recursive true
320 #               IncludeHidden false
321 #       </Directory>
322 #</Plugin>
324 #<Plugin gmond>
325 #       MCReceiveFrom "239.2.11.71" "8649"
327 #       <Metric "swap_total">
328 #               Type "swap"
329 #               TypeInstance "total"
330 #               DataSource "value"
331 #       </Metric>
333 #       <Metric "swap_free">
334 #               Type "swap"
335 #               TypeInstance "free"
336 #               DataSource "value"
337 #       </Metric>
338 #</Plugin>
340 #<Plugin hddtemp>
341 #       Host "127.0.0.1"
342 #       Port 7634
343 #</Plugin>
345 #<Plugin interface>
346 #       Interface "eth0"
347 #       IgnoreSelected false
348 #</Plugin>
350 #<Plugin ipmi>
351 #       Sensor "some_sensor"
352 #       Sensor "another_one"
353 #       IgnoreSelected false
354 #       NotifySensorAdd false
355 #       NotifySensorRemove true
356 #       NotifySensorNotPresent false
357 #</Plugin>
359 #<Plugin iptables>
360 #       Chain "table" "chain"
361 #</Plugin>
363 #<Plugin irq>
364 #       Irq 7
365 #       Irq 8
366 #       Irq 9
367 #       IgnoreSelected true
368 #</Plugin>
370 #<Plugin java>
371 #       JVMArg "-verbose:jni"
372 #       JVMArg "-Djava.class.path=/usr/share/collectd/java/collectd-api.jar"
374 #       LoadPlugin "org.collectd.java.GenericJMX"
375 #       <Plugin "GenericJMX">
376 #               # See /usr/share/doc/collectd/examples/GenericJMX.conf
377 #               # for an example config.
378 #       </Plugin>
379 #</Plugin>
381 #<Plugin libvirt>
382 #       Connection "xen:///"
383 #       RefreshInterval 60
384 #       Domain "name"
385 #       BlockDevice "name:device"
386 #       InterfaceDevice "name:device"
387 #       IgnoreSelected false
388 #       HostnameFormat name
389 #       InterfaceFormat name
390 #</Plugin>
392 #<Plugin madwifi>
393 #       Interface "wlan0"
394 #       IgnoreSelected false
395 #       Source "SysFS"
396 #       WatchSet "None"
397 #       WatchAdd "node_octets"
398 #       WatchAdd "node_rssi"
399 #       WatchAdd "is_rx_acl"
400 #       WatchAdd "is_scan_active"
401 #</Plugin>
403 #<Plugin mbmon>
404 #       Host "127.0.0.1"
405 #       Port 411
406 #</Plugin>
408 #<Plugin memcachec>
409 #       <Page "plugin_instance">
410 #               Server "localhost"
411 #               Key "page_key"
412 #               <Match>
413 #                       Regex "(\\d+) bytes sent"
414 #                       ExcludeRegex "<lines to be excluded>"
415 #                       DSType CounterAdd
416 #                       Type "ipt_octets"
417 #                       Instance "type_instance"
418 #               </Match>
419 #       </Page>
420 #</Plugin>
422 #<Plugin memcached>
423 #       Socket "/var/run/memcached.sock"
424 # or:
425 #       Host "127.0.0.1"
426 #       Port "11211"
427 #</Plugin>
429 #<Plugin mysql>
430 #       <Database db_name>
431 #               Host "database.serv.er"
432 #               Port "3306"
433 #               User "db_user"
434 #               Password "secret"
435 #               Database "db_name"
436 #               MasterStats true
437 #       </Database>
439 #       <Database db_name2>
440 #               Host "localhost"
441 #               Socket "/var/run/mysql/mysqld.sock"
442 #               SlaveStats true
443 #               SlaveNotifications true
444 #       </Database>
445 #</Plugin>
447 #<Plugin netlink>
448 #       Interface "All"
449 #       VerboseInterface "All"
450 #       QDisc "eth0" "pfifo_fast-1:0"
451 #       Class "ppp0" "htb-1:10"
452 #       Filter "ppp0" "u32-1:0"
453 #       IgnoreSelected false
454 #</Plugin>
456 #<Plugin network>
457 #       # client setup:
458 #       Server "ff18::efc0:4a42" "25826"
459 #       <Server "239.192.74.66" "25826">
460 #               SecurityLevel Encrypt
461 #               Username "user"
462 #               Password "secret"
463 #               Interface "eth0"
464 #       </Server>
465 #       TimeToLive "128"
467 #       # server setup:
468 #       Listen "ff18::efc0:4a42" "25826"
469 #       <Listen "239.192.74.66" "25826">
470 #               SecurityLevel Sign
471 #               AuthFile "/etc/collectd/passwd"
472 #               Interface "eth0"
473 #       </Listen>
474 #       MaxPacketSize 1024
476 #       # proxy setup (client and server as above):
477 #       Forward true
479 #       # statistics about the network plugin itself
480 #       ReportStats false
482 #       # "garbage collection"
483 #       CacheFlush 1800
484 #</Plugin>
486 #<Plugin nginx>
487 #       URL "http://localhost/status?auto"
488 #       User "www-user"
489 #       Password "secret"
490 #       VerifyPeer false
491 #       VerifyHost false
492 #       CACert "/etc/ssl/ca.crt"
493 #</Plugin>
495 #<Plugin notify_desktop>
496 #       OkayTimeout 1000
497 #       WarningTimeout 5000
498 #       FailureTimeout 0
499 #</Plugin>
501 #<Plugin notify_email>
502 #       SMTPServer "localhost"
503 #       SMTPPort 25
504 #       SMTPUser "my-username"
505 #       SMTPPassword "my-password"
506 #       From "collectd@main0server.com"
507 #       # <WARNING/FAILURE/OK> on <hostname>.
508 #       # Beware! Do not use not more than two placeholders (%)!
509 #       Subject "[collectd] %s on %s!"
510 #       Recipient "email1@domain1.net"
511 #       Recipient "email2@domain2.com"
512 #</Plugin>
514 #<Plugin ntpd>
515 #       Host "localhost"
516 #       Port 123
517 #       ReverseLookups false
518 #</Plugin>
520 #<Plugin nut>
521 #       UPS "upsname@hostname:port"
522 #</Plugin>
524 #<Plugin olsrd>
525 #       Host "127.0.0.1"
526 #       Port "2006"
527 #       CollectLinks "Summary"
528 #       CollectRoutes "Summary"
529 #       CollectTopology "Summary"
530 #</Plugin>
532 #<Plugin openvpn>
533 #       StatusFile "/etc/openvpn/openvpn-status.log"
534 #       ImprovedNamingSchema false
535 #       CollectCompression true
536 #       CollectIndividualUsers true
537 #       CollectUserCount false
538 #</Plugin>
540 #<Plugin perl>
541 #       IncludeDir "/my/include/path"
542 #       BaseName "Collectd::Plugins"
543 #       EnableDebugger ""
544 #       LoadPlugin Monitorus
545 #       LoadPlugin OpenVZ
547 #       <Plugin foo>
548 #               Foo "Bar"
549 #               Qux "Baz"
550 #       </Plugin>
551 #</Plugin>
553 #<Plugin pinba>
554 #       Address "::0"
555 #       Port "30002"
556 #       <View "name">
557 #               Host "host name"
558 #               Server "server name"
559 #               Script "script name"
560 #       <View>
561 #</Plugin>
563 #<Plugin ping>
564 #       Host "host.foo.bar"
565 #       Host "host.baz.qux"
566 #       Interval 1.0
567 #       Timeout 0.9
568 #       TTL 255
569 #       SourceAddress "1.2.3.4"
570 #       Device "eth0"
571 #       MaxMissed -1
572 #</Plugin>
574 #<Plugin postgresql>
575 #       <Query magic>
576 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
577 #               Param hostname
579 #               <Result>
580 #                       Type gauge
581 #                       InstancePrefix "magic"
582 #                       ValuesFrom "magic"
583 #               </Result>
584 #       </Query>
586 #       <Query rt36_tickets>
587 #               Statement "SELECT COUNT(type) AS count, type \
588 #                                 FROM (SELECT CASE \
589 #                                              WHEN resolved = 'epoch' THEN 'open' \
590 #                                              ELSE 'resolved' END AS type \
591 #                                              FROM tickets) type \
592 #                                 GROUP BY type;"
594 #               <Result>
595 #                       Type counter
596 #                       InstancePrefix "rt36_tickets"
597 #                       InstancesFrom "type"
598 #                       ValuesFrom "count"
599 #               </Result>
600 #       </Query>
602 #       <Database foo>
603 #               Host "hostname"
604 #               Port 5432
605 #               User "username"
606 #               Password "secret"
608 #               SSLMode "prefer"
609 #               KRBSrvName "kerberos_service_name"
611 #               Query magic
612 #       </Database>
614 #       <Database bar>
615 #               Interval 60
616 #               Service "service_name"
618 #               Query backend # predefined
619 #               Query rt36_tickets
620 #       </Database>
621 #</Plugin>
623 #<Plugin powerdns>
624 #       <Server "server_name">
625 #               Collect "latency"
626 #               Collect "udp-answers" "udp-queries"
627 #               Socket "/var/run/pdns.controlsocket"
628 #       </Server>
629 #       <Recursor "recursor_name">
630 #               Collect "questions"
631 #               Collect "cache-hits" "cache-misses"
632 #               Socket "/var/run/pdns_recursor.controlsocket"
633 #       </Recursor>
634 #       LocalSocket "/opt/collectd/var/run/collectd-powerdns"
635 #</Plugin>
637 #<Plugin processes>
638 #       Process "name"
639 #       ProcessMatch "foobar" "/usr/bin/perl foobar\\.pl.*"
640 #</Plugin>
642 #<Plugin protocols>
643 #       Value "/^Tcp:/"
644 #       IgnoreSelected false
645 #</Plugin>
647 #<Plugin python>
648 #       ModulePath "/path/to/your/python/modules"
649 #       LogTraces true
650 #       Interactive true
651 #       Import "spam"
653 #       <Module spam>
654 #               spam "wonderful" "lovely"
655 #       </Module>
656 #</Plugin>
658 #<Plugin rrdcached>
659 #       DaemonAddress "unix:/var/run/rrdcached.sock"
660 #       DataDir "/var/lib/rrdcached/db/collectd"
661 #       CreateFiles true
662 #       CollectStatistics true
663 #</Plugin>
665 <Plugin rrdtool>
666         DataDir "/var/lib/collectd/rrd"
667 #       CacheTimeout 120
668 #       CacheFlush 900
669 #       WritesPerSecond 30
670 #       RandomTimeout 0
672 # The following settings are rather advanced
673 # and should usually not be touched:
674 #       StepSize 10
675 #       HeartBeat 20
676 #       RRARows 1200
677 #       RRATimespan 158112000
678 #       XFF 0.1
679 </Plugin>
681 #<Plugin sensors>
682 #       Sensor "it8712-isa-0290/temperature-temp1"
683 #       Sensor "it8712-isa-0290/fanspeed-fan3"
684 #       Sensor "it8712-isa-0290/voltage-in8"
685 #       IgnoreSelected false
686 #</Plugin>
688 # See /usr/share/doc/collectd/examples/snmp-data.conf.gz for a
689 # comprehensive sample configuration.
690 #<Plugin snmp>
691 #       <Data "powerplus_voltge_input">
692 #               Type "voltage"
693 #               Table false
694 #               Instance "input_line1"
695 #               Scale 0.1
696 #               Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
697 #       </Data>
698 #       <Data "hr_users">
699 #               Type "users"
700 #               Table false
701 #               Instance ""
702 #               Shift -1
703 #               Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
704 #       </Data>
705 #       <Data "std_traffic">
706 #               Type "if_octets"
707 #               Table true
708 #               InstancePrefix "traffic"
709 #               Instance "IF-MIB::ifDescr"
710 #               Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
711 #       </Data>
713 #       <Host "some.switch.mydomain.org">
714 #               Address "192.168.0.2"
715 #               Version 1
716 #               Community "community_string"
717 #               Collect "std_traffic"
718 #               Inverval 120
719 #       </Host>
720 #       <Host "some.server.mydomain.org">
721 #               Address "192.168.0.42"
722 #               Version 2
723 #               Community "another_string"
724 #               Collect "std_traffic" "hr_users"
725 #       </Host>
726 #       <Host "some.ups.mydomain.org">
727 #               Address "192.168.0.3"
728 #               Version 1
729 #               Community "more_communities"
730 #               Collect "powerplus_voltge_input"
731 #               Interval 300
732 #       </Host>
733 #</Plugin>
735 #<Plugin table>
736 #       <Table "/proc/slabinfo">
737 #               Instance "slabinfo"
738 #               Separator " "
739 #               <Result>
740 #                       Type gauge
741 #                       InstancePrefix "active_objs"
742 #                       InstancesFrom 0
743 #                       ValuesFrom 1
744 #               </Result>
745 #               <Result>
746 #                       Type gauge
747 #                       InstancePrefix "objperslab"
748 #                       InstancesFrom 0
749 #                       ValuesFrom 4
750 #               </Result>
751 #       </Table>
752 #</Plugin>
754 #<Plugin "tail">
755 #       <File "/var/log/exim4/mainlog">
756 #               Instance "exim"
757 #               <Match>
758 #                       Regex "S=([1-9][0-9]*)"
759 #                       DSType "CounterAdd"
760 #                       Type "ipt_bytes"
761 #                       Instance "total"
762 #               </Match>
763 #               <Match>
764 #                       Regex "\\<R=local_user\\>"
765 #                       ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
766 #                       DSType "CounterInc"
767 #                       Type "counter"
768 #                       Instance "local_user"
769 #               </Match>
770 #       </File>
771 #</Plugin>
773 #<Plugin tcpconns>
774 #       ListeningPorts false
775 #       LocalPort "25"
776 #       RemotePort "25"
777 #</Plugin>
779 #<Plugin teamspeak2>
780 #       Host "127.0.0.1"
781 #       Port "51234"
782 #       Server "8767"
783 #</Plugin>
785 #<Plugin ted>
786 #       Device "/dev/ttyUSB0"
787 #       Retries 0
788 #</Plugin>
790 #<Plugin thermal>
791 #       ForceUseProcfs false
792 #       Device "THRM"
793 #       IgnoreSelected false
794 #</Plugin>
796 #<Plugin tokyotyrant>
797 #       Host "localhost"
798 #       Port "1978"
799 #</Plugin>
801 #<Plugin unixsock>
802 #       SocketFile "/var/run/collectd-unixsock"
803 #       SocketGroup "collectd"
804 #       SocketPerms "0660"
805 #       DeleteSocket false
806 #</Plugin>
808 #<Plugin uuid>
809 #       UUIDFile "/etc/uuid"
810 #</Plugin>
812 #<Plugin varnish>
813 #       <Instance>
814 #               CollectCache true
815 #               CollectBackend true
816 #               CollectConnections true
817 #               CollectSHM true
818 #               CollectESI false
819 #               CollectFetch false
820 #               CollectHCB false
821 #               CollectSMA false
822 #               CollectSMS false
823 #               CollectSM false
824 #               CollectTotals false
825 #               CollectWorkers false
826 #       </Instance>
828 #       <Instance "myinstance">
829 #               CollectCache true
830 #       </Instance>
831 #</Plugin>
833 #<Plugin vmem>
834 #       Verbose false
835 #</Plugin>
837 #<Plugin write_http>
838 #       <URL "http://example.com/collectd-post">
839 #               User "collectd"
840 #               Password "secret"
841 #               VerifyPeer true
842 #               VerifyHost true
843 #               CACert "/etc/ssl/ca.crt"
844 #               Format "Command"
845 #               StoreRates false
846 #       </URL>
847 #</Plugin>
849 Include "/etc/collectd/filters.conf"
850 Include "/etc/collectd/thresholds.conf"