Setting a max and min for gpsd timeout.
[collectd.git] / src / collectd.conf.in
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 ##############################################################################
8 # Global                                                                     #
9 #----------------------------------------------------------------------------#
10 # Global settings for the daemon.                                            #
11 ##############################################################################
12
13 #Hostname    "localhost"
14 #FQDNLookup   true
15 #BaseDir     "@localstatedir@/lib/@PACKAGE_NAME@"
16 #PIDFile     "@localstatedir@/run/@PACKAGE_NAME@.pid"
17 #PluginDir   "@libdir@/@PACKAGE_NAME@"
18 #TypesDB     "@prefix@/share/@PACKAGE_NAME@/types.db"
19
20 #----------------------------------------------------------------------------#
21 # When enabled, plugins are loaded automatically with the default options    #
22 # when an appropriate <Plugin ...> block is encountered.                     #
23 # Disabled by default.                                                       #
24 #----------------------------------------------------------------------------#
25 #AutoLoadPlugin false
26
27 #----------------------------------------------------------------------------#
28 # When enabled, internal statistics are collected, using "collectd" as the   #
29 # plugin name.                                                               #
30 # Disabled by default.                                                       #
31 #----------------------------------------------------------------------------#
32 #CollectInternalStats false
33
34 #----------------------------------------------------------------------------#
35 # Interval at which to query values. This may be overwritten on a per-plugin #
36 # base by using the 'Interval' option of the LoadPlugin block:               #
37 #   <LoadPlugin foo>                                                         #
38 #       Interval 60                                                          #
39 #   </LoadPlugin>                                                            #
40 #----------------------------------------------------------------------------#
41 #Interval     10
42
43 #MaxReadInterval 86400
44 #Timeout         2
45 #ReadThreads     5
46 #WriteThreads    5
47
48 # Limit the size of the write queue. Default is no limit. Setting up a limit is
49 # recommended for servers handling a high volume of traffic.
50 #WriteQueueLimitHigh 1000000
51 #WriteQueueLimitLow   800000
52
53 ##############################################################################
54 # Logging                                                                    #
55 #----------------------------------------------------------------------------#
56 # Plugins which provide logging functions should be loaded first, so log     #
57 # messages generated when loading or configuring other plugins can be        #
58 # accessed.                                                                  #
59 ##############################################################################
60
61 @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog
62 @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile
63 @LOAD_PLUGIN_LOG_LOGSTASH@LoadPlugin log_logstash
64
65 #<Plugin logfile>
66 #       LogLevel @DEFAULT_LOG_LEVEL@
67 #       File STDOUT
68 #       Timestamp true
69 #       PrintSeverity false
70 #</Plugin>
71
72 #<Plugin log_logstash>
73 #       LogLevel @DEFAULT_LOG_LEVEL@
74 #       File "@localstatedir@/log/@PACKAGE_NAME@.json.log"
75 #</Plugin>
76
77 #<Plugin syslog>
78 #       LogLevel @DEFAULT_LOG_LEVEL@
79 #</Plugin>
80
81 ##############################################################################
82 # LoadPlugin section                                                         #
83 #----------------------------------------------------------------------------#
84 # Lines beginning with a single `#' belong to plugins which have been built  #
85 # but are disabled by default.                                               #
86 #                                                                            #
87 # Lines begnning with `##' belong to plugins which have not been built due   #
88 # to missing dependencies or because they have been deactivated explicitly.  #
89 ##############################################################################
90
91 #@BUILD_PLUGIN_AGGREGATION_TRUE@LoadPlugin aggregation
92 #@BUILD_PLUGIN_AMQP_TRUE@LoadPlugin amqp
93 #@BUILD_PLUGIN_APACHE_TRUE@LoadPlugin apache
94 #@BUILD_PLUGIN_APCUPS_TRUE@LoadPlugin apcups
95 #@BUILD_PLUGIN_APPLE_SENSORS_TRUE@LoadPlugin apple_sensors
96 #@BUILD_PLUGIN_AQUAERO_TRUE@LoadPlugin aquaero
97 #@BUILD_PLUGIN_ASCENT_TRUE@LoadPlugin ascent
98 #@BUILD_PLUGIN_BAROMETER_TRUE@LoadPlugin barometer
99 #@BUILD_PLUGIN_BATTERY_TRUE@LoadPlugin battery
100 #@BUILD_PLUGIN_BIND_TRUE@LoadPlugin bind
101 #@BUILD_PLUGIN_CEPH_TRUE@LoadPlugin ceph
102 #@BUILD_PLUGIN_CGROUPS_TRUE@LoadPlugin cgroups
103 #@BUILD_PLUGIN_CONNTRACK_TRUE@LoadPlugin conntrack
104 #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch
105 @BUILD_PLUGIN_CPU_TRUE@@BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
106 #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
107 @LOAD_PLUGIN_CSV@LoadPlugin csv
108 #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl
109 #@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json
110 #@BUILD_PLUGIN_CURL_XML_TRUE@LoadPlugin curl_xml
111 #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi
112 #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df
113 #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
114 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
115 #@BUILD_PLUGIN_DRBD_TRUE@LoadPlugin drbd
116 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
117 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
118 #@BUILD_PLUGIN_ETHSTAT_TRUE@LoadPlugin ethstat
119 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
120 #@BUILD_PLUGIN_FHCOUNT_TRUE@LoadPlugin fhcount
121 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
122 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
123 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
124 #@BUILD_PLUGIN_GPS_TRUE@LoadPlugin gps
125 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
126 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
127 #@BUILD_PLUGIN_IPC_TRUE@@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc
128 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
129 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
130 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
131 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
132 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
133 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
134 #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar
135 #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm
136 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
137 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
138 #@BUILD_PLUGIN_MD_TRUE@LoadPlugin md
139 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
140 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
141 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
142 #@BUILD_PLUGIN_MIC_TRUE@LoadPlugin mic
143 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
144 #@BUILD_PLUGIN_MQTT_TRUE@LoadPlugin mqtt
145 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
146 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
147 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
148 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
149 @LOAD_PLUGIN_NETWORK@LoadPlugin network
150 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
151 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
152 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
153 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
154 #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
155 #@BUILD_PLUGIN_NUMA_TRUE@LoadPlugin numa
156 #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
157 #@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd
158 #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
159 #@BUILD_PLUGIN_OPENLDAP_TRUE@LoadPlugin openldap
160 #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
161 #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
162 #@BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl
163 #@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
164 #@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
165 #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
166 #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
167 #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
168 #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
169 #@BUILD_PLUGIN_PYTHON_TRUE@LoadPlugin python
170 #@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
171 #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
172 #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
173 @LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool
174 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
175 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
176 #@BUILD_PLUGIN_SIGROK_TRUE@LoadPlugin sigrok
177 #@BUILD_PLUGIN_SMART_TRUE@LoadPlugin smart
178 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
179 #@BUILD_PLUGIN_STATSD_TRUE@LoadPlugin statsd
180 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
181 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
182 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
183 #@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv
184 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
185 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
186 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
187 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
188 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
189 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
190 #@BUILD_PLUGIN_TURBOSTAT_TRUE@LoadPlugin turbostat
191 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
192 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
193 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
194 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
195 #@BUILD_PLUGIN_VARNISH_TRUE@LoadPlugin varnish
196 #@BUILD_PLUGIN_VIRT_TRUE@LoadPlugin virt
197 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
198 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
199 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
200 #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite
201 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
202 #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka
203 #@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log
204 #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb
205 #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis
206 #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann
207 #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu
208 #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb
209 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
210 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
211 #@BUILD_PLUGIN_ZONE_TRUE@LoadPlugin zone
212 #@BUILD_PLUGIN_ZOOKEEPER_TRUE@LoadPlugin zookeeper
213
214 ##############################################################################
215 # Plugin configuration                                                       #
216 #----------------------------------------------------------------------------#
217 # In this section configuration stubs for each plugin are provided. A desc-  #
218 # ription of those options is available in the collectd.conf(5) manual page. #
219 ##############################################################################
220
221 #<Plugin aggregation>
222 #  <Aggregation>
223 #    #Host "unspecified"
224 #    Plugin "cpu"
225 #    #PluginInstance "unspecified"
226 #    Type "cpu"
227 #    #TypeInstance "unspecified"
228 #
229 #    GroupBy "Host"
230 #    GroupBy "TypeInstance"
231 #
232 #    CalculateNum false
233 #    CalculateSum false
234 #    CalculateAverage true
235 #    CalculateMinimum false
236 #    CalculateMaximum false
237 #    CalculateStddev false
238 #  </Aggregation>
239 #</Plugin>
240
241 #<Plugin amqp>
242 #  <Publish "name">
243 #    Host "localhost"
244 #    Port "5672"
245 #    VHost "/"
246 #    User "guest"
247 #    Password "guest"
248 #    Exchange "amq.fanout"
249 #    RoutingKey "collectd"
250 #    Persistent false
251 #    StoreRates false
252 #    ConnectionRetryDelay 0
253 #  </Publish>
254 #</Plugin>
255
256 #<Plugin apache>
257 #  <Instance "local">
258 #    URL "http://localhost/status?auto"
259 #    User "www-user"
260 #    Password "secret"
261 #    CACert "/etc/ssl/ca.crt"
262 #  </Instance>
263 #</Plugin>
264
265 #<Plugin apcups>
266 #       Host "localhost"
267 #       Port "3551"
268 #       ReportSeconds true
269 #       PersistentConnection true
270 #</Plugin>
271
272 #<Plugin aquaero>
273 #       Device ""
274 #</Plugin>
275
276 #<Plugin ascent>
277 #       URL "http://localhost/ascent/status/"
278 #       User "www-user"
279 #       Password "secret"
280 #       CACert "/etc/ssl/ca.crt"
281 #</Plugin>
282
283 #<Plugin "barometer">
284 #   Device            "/dev/i2c-0";
285 #   Oversampling      512
286 #   PressureOffset    0.0
287 #   TemperatureOffset 0.0
288 #   Normalization     2
289 #   Altitude          238.0
290 #   TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
291 #</Plugin>
292
293 #<Plugin "battery">
294 #  ValuesPercentage false
295 #  ReportDegraded false
296 #</Plugin>
297
298 #<Plugin "bind">
299 #  URL "http://localhost:8053/"
300 #  ParseTime       false
301 #  OpCodes         true
302 #  QTypes          true
303 #
304 #  ServerStats     true
305 #  ZoneMaintStats  true
306 #  ResolverStats   false
307 #  MemoryStats     true
308 #
309 #  <View "_default">
310 #    QTypes        true
311 #    ResolverStats true
312 #    CacheRRSets   true
313 #
314 #    Zone "127.in-addr.arpa/IN"
315 #  </View>
316 #</Plugin>
317
318 #<Plugin ceph>
319 #  LongRunAvgLatency false
320 #  ConvertSpecialMetricTypes true
321 #  <Daemon "osd.0">
322 #    SocketPath "/var/run/ceph/ceph-osd.0.asok"
323 #  </Daemon>
324 #  <Daemon "osd.1">
325 #    SocketPath "/var/run/ceph/ceph-osd.1.asok"
326 #  </Daemon>
327 #  <Daemon "mon.a">
328 #    SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
329 #  </Daemon>
330 #  <Daemon "mds.a">
331 #    SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
332 #  </Daemon>
333 #</Plugin>
334
335 #<Plugin cgroups>
336 #  CGroup "libvirt"
337 #  IgnoreSelected false
338 #</Plugin>
339
340 #<Plugin cpu>
341 #  ReportByCpu true
342 #  ReportByState true
343 #  ValuesPercentage false
344 #</Plugin>
345 #
346 #<Plugin csv>
347 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
348 #       StoreRates false
349 #</Plugin>
350
351 #<Plugin curl>
352 #  <Page "stock_quotes">
353 #    URL "http://finance.google.com/finance?q=NYSE%3AAMD"
354 #    User "foo"
355 #    Password "bar"
356 #    Digest false
357 #    VerifyPeer true
358 #    VerifyHost true
359 #    CACert "/path/to/ca.crt"
360 #    Header "X-Custom-Header: foobar"
361 #    Post "foo=bar"
362 #
363 #    MeasureResponseTime false
364 #    MeasureResponseCode false
365 #    <Match>
366 #      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
367 #      DSType "GaugeAverage"
368 #      Type "stock_value"
369 #      Instance "AMD"
370 #    </Match>
371 #  </Page>
372 #</Plugin>
373
374 #<Plugin curl_json>
375 #  <URL "http://localhost:80/test.json">
376 #    Instance "test_http_json"
377 #    <Key "testArray/0">
378 #      Type "gauge"
379 #      # Expect: 1
380 #    </Key>
381 #    <Key "testArray/1">
382 #      Type "gauge"
383 #      # Expect: 2
384 #    </Key>
385 #    <Key "testArrayInbetween/0/blarg">
386 #      Type "gauge"
387 #      # Expect: 3
388 #    </Key>
389 #    <Key "testArrayInbetween/1/blub">
390 #      Type "gauge"
391 #      # Expect: 4
392 #    </Key>
393 #    <Key "testDirectHit">
394 #      Type "gauge"
395 #      # Expect: 5
396 #    </Key>
397 #    <Key "testSubLevelHit/oneMoreLevel">
398 #      Type "gauge"
399 #      # Expect: 6
400 #    </Key>
401 #  </URL>
402 # put this as test.json on your webserver, the above config demonstraces
403 # how to match them.
404 # {
405 #  "testArray":[1,2],
406 #  "testArrayInbetween":[{"blarg":3},{"blub":4}],
407 #  "testDirectHit":5,
408 #  "testSubLevelHit":{"oneMoreLevel":6}
409 # }
410 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
411 #  <URL "http://localhost:5984/_stats">
412 #    Instance "httpd"
413 #    <Key "httpd/requests/count">
414 #      Type "http_requests"
415 #    </Key>
416 #
417 #    <Key "httpd_request_methods/*/count">
418 #      Type "http_request_methods"
419 #    </Key>
420 #
421 #    <Key "httpd_status_codes/*/count">
422 #      Type "http_response_codes"
423 #    </Key>
424 #  </URL>
425 ## Database status metrics:
426 #  <URL "http://localhost:5984/_all_dbs">
427 #    Instance "dbs"
428 #    <Key "*/doc_count">
429 #      Type "gauge"
430 #    </Key>
431 #    <Key "*/doc_del_count">
432 #      Type "counter"
433 #    </Key>
434 #    <Key "*/disk_size">
435 #      Type "bytes"
436 #    </Key>
437 #  </URL>
438 #</Plugin>
439
440 #<Plugin curl_xml>
441 #  <URL "http://localhost/stats.xml">
442 #    Host "my_host"
443 #    Instance "some_instance"
444 #    User "collectd"
445 #    Password "thaiNg0I"
446 #    Digest false
447 #    VerifyPeer true
448 #    VerifyHost true
449 #    CACert "/path/to/ca.crt"
450 #    Header "X-Custom-Header: foobar"
451 #    Post "foo=bar"
452 #
453 #    <XPath "table[@id=\"magic_level\"]/tr">
454 #      Type "magic_level"
455 #      #InstancePrefix "prefix-"
456 #      InstanceFrom "td[1]"
457 #      ValuesFrom "td[2]/span[@class=\"level\"]"
458 #    </XPath>
459 #  </URL>
460 #</Plugin>
461
462 #<Plugin dbi>
463 #       <Query "num_of_customers">
464 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
465 #               <Result>
466 #                       Type "gauge"
467 #                       InstancesFrom "c_key"
468 #                       ValuesFrom "c_value"
469 #               </Result>
470 #       </Query>
471 #       <Database "customers_db">
472 #               Driver "mysql"
473 #               DriverOption "host" "localhost"
474 #               DriverOption "username" "collectd"
475 #               DriverOption "password" "AeXohy0O"
476 #               DriverOption "dbname" "custdb0"
477 #               #SelectDB "custdb0"
478 #               Query "num_of_customers"
479 #               #Query "..."
480 #               #Host "..."
481 #       </Database>
482 #</Plugin>
483
484 #<Plugin df>
485 #       Device "/dev/hda1"
486 #       Device "192.168.0.2:/mnt/nfs"
487 #       MountPoint "/home"
488 #       FSType "ext3"
489 #       IgnoreSelected false
490 #       ReportByDevice false
491 #       ReportReserved false
492 #       ReportInodes false
493 #       ValuesAbsolute true
494 #       ValuesPercentage false
495 #</Plugin>
496
497 #<Plugin disk>
498 #       Disk "/^[hs]d[a-f][0-9]?$/"
499 #       IgnoreSelected false
500 #       UseBSDName false
501 #       UdevNameAttr "DEVNAME"
502 #</Plugin>
503
504 #<Plugin dns>
505 #       Interface "eth0"
506 #       IgnoreSource "192.168.0.1"
507 #       SelectNumericQueryTypes true
508 #</Plugin>
509
510 #<Plugin email>
511 #       SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
512 #       SocketGroup "collectd"
513 #       SocketPerms "0770"
514 #       MaxConns 5
515 #</Plugin>
516
517 #<Plugin ethstat>
518 #       Interface "eth0"
519 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
520 #       Map "multicast" "if_multicast"
521 #       MappedOnly false
522 #</Plugin>
523
524 #<Plugin exec>
525 #       Exec "user:group" "/path/to/exec"
526 #       NotificationExec "user:group" "/path/to/exec"
527 #</Plugin>
528
529 #<Plugin fhcount>
530 #       ValuesAbsolute true
531 #       ValuesPercentage false
532 #</Plugin>
533
534 #<Plugin filecount>
535 #       <Directory "/path/to/dir">
536 #               Instance "foodir"
537 #               Name "*.conf"
538 #               MTime "-5m"
539 #               Size "+10k"
540 #               Recursive true
541 #               IncludeHidden false
542 #       </Directory>
543 #</Plugin>
544
545 #<Plugin gmond>
546 #  MCReceiveFrom "239.2.11.71" "8649"
547 #  <Metric "swap_total">
548 #    Type "swap"
549 #    TypeInstance "total"
550 #    DataSource "value"
551 #  </Metric>
552 #  <Metric "swap_free">
553 #    Type "swap"
554 #    TypeInstance "free"
555 #    DataSource "value"
556 #  </Metric>
557 #</Plugin>
558
559 #<Plugin gps>
560 #  Host "127.0.0.1"
561 #  Port "2947"
562 #  Timeout 0.015
563 #  PauseConnect 5
564 #</Plugin>
565
566 #<Plugin hddtemp>
567 #  Host "127.0.0.1"
568 #  Port "7634"
569 #</Plugin>
570
571 #<Plugin interface>
572 #       Interface "eth0"
573 #       IgnoreSelected false
574 #</Plugin>
575
576 #<Plugin ipmi>
577 #       Sensor "some_sensor"
578 #       Sensor "another_one"
579 #       IgnoreSelected false
580 #       NotifySensorAdd false
581 #       NotifySensorRemove true
582 #       NotifySensorNotPresent false
583 #</Plugin>
584
585 #<Plugin iptables>
586 #       Chain table chain
587 #</Plugin>
588
589 #<Plugin irq>
590 #       Irq 7
591 #       Irq 8
592 #       Irq 9
593 #       IgnoreSelected true
594 #</Plugin>
595
596 #<Plugin java>
597 #       JVMArg "-verbose:jni"
598 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
599 #
600 #       LoadPlugin "org.collectd.java.Foobar"
601 #       <Plugin "org.collectd.java.Foobar">
602 #         # To be parsed by the plugin
603 #       </Plugin>
604 #</Plugin>
605
606 #<Plugin load>
607 #        ReportRelative true
608 #</Plugin>
609
610 #<Plugin lpar>
611 #       CpuPoolStats   false
612 #       ReportBySerial false
613 #</Plugin>
614
615 #<Plugin madwifi>
616 #       Interface "wlan0"
617 #       IgnoreSelected false
618 #       Source "SysFS"
619 #       WatchSet "None"
620 #       WatchAdd "node_octets"
621 #       WatchAdd "node_rssi"
622 #       WatchAdd "is_rx_acl"
623 #       WatchAdd "is_scan_active"
624 #</Plugin>
625
626 #<Plugin mbmon>
627 #       Host "127.0.0.1"
628 #       Port "411"
629 #</Plugin>
630
631 #<Plugin md>
632 #       Device "/dev/md0"
633 #       IgnoreSelected false
634 #</Plugin>
635
636 #<Plugin memcachec>
637 #       <Page "plugin_instance">
638 #               Server "localhost"
639 #               Key "page_key"
640 #               <Match>
641 #                       Regex "(\\d+) bytes sent"
642 #                       ExcludeRegex "<lines to be excluded>"
643 #                       DSType CounterAdd
644 #                       Type "ipt_octets"
645 #                       Instance "type_instance"
646 #               </Match>
647 #       </Page>
648 #</Plugin>
649
650 #<Plugin memcached>
651 #       <Instance "local">
652 #               Host "127.0.0.1"
653 #               Port "11211"
654 #       </Instance>
655 #</Plugin>
656
657 #<Plugin memory>
658 #       ValuesAbsolute true
659 #       ValuesPercentage false
660 #</Plugin>
661
662 #<Plugin modbus>
663 #       <Data "data_name">
664 #               RegisterBase 1234
665 #               RegisterCmd ReadHolding
666 #               RegisterType float
667 #               Type gauge
668 #               Instance "..."
669 #       </Data>
670 #
671 #       <Host "name">
672 #               Address "addr"
673 #               Port "1234"
674 #               Interval 60
675 #
676 #               <Slave 1>
677 #                       Instance "foobar" # optional
678 #                       Collect "data_name"
679 #               </Slave>
680 #       </Host>
681 #</Plugin>
682
683 #<Plugin mqtt>
684 #       <Publish "name">
685 #               Host "localhost"
686 #               Port 1883
687 #               ClientId "localhost"
688 #               User "user"
689 #               Password "secret"
690 #               QoS 0
691 #               Prefix "collectd"
692 #               StoreRates true
693 #               Retain false
694 #       </Publish>
695 #       <Subscribe "name">
696 #               Host "localhost"
697 #               Port 1883
698 #               ClientId "localhost"
699 #               User "user"
700 #               Password "secret"
701 #               QoS 2
702 #               Topic "collectd/#"
703 #               CleanSession true
704 #       </Subscribe>
705 #</Plugin>
706
707 #<Plugin mysql>
708 #       <Database db_name>
709 #               Host "database.serv.er"
710 #               User "db_user"
711 #               Password "secret"
712 #               Database "db_name"
713 #               MasterStats true
714 #               ConnectTimeout 10
715 #               InnodbStats true
716 #       </Database>
717 #
718 #       <Database db_name2>
719 #               Alias "squeeze"
720 #               Host "localhost"
721 #               Socket "/var/run/mysql/mysqld.sock"
722 #               SlaveStats true
723 #               SlaveNotifications true
724 #       </Database>
725 #</Plugin>
726
727 #<Plugin netapp>
728 #       <Host "netapp1.example.com">
729 #               Protocol      "https"
730 #               Address       "10.0.0.1"
731 #               Port          443
732 #               User          "username"
733 #               Password      "aef4Aebe"
734 #               Interval      30
735 #
736 #               <WAFL>
737 #                       Interval 30
738 #                       GetNameCache   true
739 #                       GetDirCache    true
740 #                       GetBufferCache true
741 #                       GetInodeCache  true
742 #               </WAFL>
743 #
744 #               <Disks>
745 #                       Interval 30
746 #                       GetBusy true
747 #               </Disks>
748 #
749 #               <VolumePerf>
750 #                       Interval 30
751 #                       GetIO      "volume0"
752 #                       IgnoreSelectedIO      false
753 #                       GetOps     "volume0"
754 #                       IgnoreSelectedOps     false
755 #                       GetLatency "volume0"
756 #                       IgnoreSelectedLatency false
757 #               </VolumePerf>
758 #
759 #               <VolumeUsage>
760 #                       Interval 30
761 #                       GetCapacity "vol0"
762 #                       GetCapacity "vol1"
763 #                       IgnoreSelectedCapacity false
764 #                       GetSnapshot "vol1"
765 #                       GetSnapshot "vol3"
766 #                       IgnoreSelectedSnapshot false
767 #               </VolumeUsage>
768 #
769 #               <System>
770 #                       Interval 30
771 #                       GetCPULoad     true
772 #                       GetInterfaces  true
773 #                       GetDiskOps     true
774 #                       GetDiskIO      true
775 #               </System>
776 #       </Host>
777 #</Plugin>
778
779 #<Plugin netlink>
780 #       Interface "All"
781 #       VerboseInterface "All"
782 #       QDisc "eth0" "pfifo_fast-1:0"
783 #       Class "ppp0" "htb-1:10"
784 #       Filter "ppp0" "u32-1:0"
785 #       IgnoreSelected false
786 #</Plugin>
787
788 @LOAD_PLUGIN_NETWORK@<Plugin network>
789 #       # client setup:
790 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
791 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
792 #               SecurityLevel Encrypt
793 #               Username "user"
794 #               Password "secret"
795 #               Interface "eth0"
796 #               ResolveInterval 14400
797 @LOAD_PLUGIN_NETWORK@   </Server>
798 #       TimeToLive 128
799 #
800 #       # server setup:
801 #       Listen "ff18::efc0:4a42" "25826"
802 #       <Listen "239.192.74.66" "25826">
803 #               SecurityLevel Sign
804 #               AuthFile "/etc/collectd/passwd"
805 #               Interface "eth0"
806 #       </Listen>
807 #       MaxPacketSize 1452
808 #
809 #       # proxy setup (client and server as above):
810 #       Forward true
811 #
812 #       # statistics about the network plugin itself
813 #       ReportStats false
814 #
815 #       # "garbage collection"
816 #       CacheFlush 1800
817 @LOAD_PLUGIN_NETWORK@</Plugin>
818
819 #<Plugin nginx>
820 #       URL "http://localhost/status?auto"
821 #       User "www-user"
822 #       Password "secret"
823 #       CACert "/etc/ssl/ca.crt"
824 #</Plugin>
825
826 #<Plugin notify_desktop>
827 #       OkayTimeout 1000
828 #       WarningTimeout 5000
829 #       FailureTimeout 0
830 #</Plugin>
831
832 #<Plugin notify_email>
833 #       SMTPServer "localhost"
834 #       SMTPPort 25
835 #       SMTPUser "my-username"
836 #       SMTPPassword "my-password"
837 #       From "collectd@main0server.com"
838 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
839 #       Subject "Aaaaaa!! %s on %s!!!!!"
840 #       Recipient "email1@domain1.net"
841 #       Recipient "email2@domain2.com"
842 #</Plugin>
843
844 #<Plugin ntpd>
845 #       Host "localhost"
846 #       Port 123
847 #       ReverseLookups false
848 #       IncludeUnitID true
849 #</Plugin>
850
851 #<Plugin nut>
852 #       UPS "upsname@hostname:port"
853 #</Plugin>
854
855 #<Plugin olsrd>
856 #       Host "127.0.0.1"
857 #       Port "2006"
858 #       CollectLinks "Summary"
859 #       CollectRoutes "Summary"
860 #       CollectTopology "Summary"
861 #</Plugin>
862
863 #<Plugin onewire>
864 #       Device "-s localhost:4304"
865 #       Sensor "F10FCA000800"
866 #       IgnoreSelected false
867 #</Plugin>
868
869 #<Plugin openldap>
870 #  <Instance "localhost">
871 #    URL "ldap://localhost:389"
872 #    StartTLS false
873 #    VerifyHost true
874 #    CACert "/path/to/ca.crt"
875 #    Timeout -1
876 #    Version 3
877 #  </Instance>
878 #</Plugin>
879
880 #<Plugin openvpn>
881 #       StatusFile "/etc/openvpn/openvpn-status.log"
882 #       ImprovedNamingSchema false
883 #       CollectCompression true
884 #       CollectIndividualUsers true
885 #       CollectUserCount false
886 #</Plugin>
887
888 #<Plugin oracle>
889 #  <Query "out_of_stock">
890 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
891 #    <Result>
892 #      Type "gauge"
893 #      InstancesFrom "category"
894 #      ValuesFrom "value"
895 #    </Result>
896 #  </Query>
897 #  <Database "product_information">
898 #    ConnectID "db01"
899 #    Username "oracle"
900 #    Password "secret"
901 #    Query "out_of_stock"
902 #  </Database>
903 #</Plugin>
904
905 #<Plugin perl>
906 #       IncludeDir "/my/include/path"
907 #       BaseName "Collectd::Plugins"
908 #       EnableDebugger ""
909 #       LoadPlugin Monitorus
910 #       LoadPlugin OpenVZ
911 #
912 #       <Plugin foo>
913 #               Foo "Bar"
914 #               Qux "Baz"
915 #       </Plugin>
916 #</Plugin>
917
918 #<Plugin pinba>
919 #       Address "::0"
920 #       Port "30002"
921 #       <View "name">
922 #               Host "host name"
923 #               Server "server name"
924 #               Script "script name"
925 #       </View>
926 #</Plugin>
927
928 #<Plugin ping>
929 #       Host "host.foo.bar"
930 #       Interval 1.0
931 #       Timeout 0.9
932 #       TTL 255
933 #       SourceAddress "1.2.3.4"
934 #       Device "eth0"
935 #       MaxMissed -1
936 #</Plugin>
937
938 #<Plugin postgresql>
939 #       <Query magic>
940 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
941 #               Param hostname
942 #               <Result>
943 #                       Type gauge
944 #                       InstancePrefix "magic"
945 #                       ValuesFrom magic
946 #               </Result>
947 #       </Query>
948 #       <Query rt36_tickets>
949 #               Statement "SELECT COUNT(type) AS count, type \
950 #                                 FROM (SELECT CASE \
951 #                                              WHEN resolved = 'epoch' THEN 'open' \
952 #                                              ELSE 'resolved' END AS type \
953 #                                              FROM tickets) type \
954 #                                 GROUP BY type;"
955 #               <Result>
956 #                       Type counter
957 #                       InstancePrefix "rt36_tickets"
958 #                       InstancesFrom "type"
959 #                       ValuesFrom "count"
960 #               </Result>
961 #       </Query>
962 #       <Writer sqlstore>
963 #               # See contrib/postgresql/collectd_insert.sql for details
964 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
965 #               StoreRates true
966 #       </Writer>
967 #       <Database foo>
968 #               Host "hostname"
969 #               Port "5432"
970 #               User "username"
971 #               Password "secret"
972 #               SSLMode "prefer"
973 #               KRBSrvName "kerberos_service_name"
974 #               Query magic
975 #       </Database>
976 #       <Database bar>
977 #               Interval 60
978 #               Service "service_name"
979 #               Query backend # predefined
980 #               Query rt36_tickets
981 #       </Database>
982 #       <Database qux>
983 #               Service "collectd_store"
984 #               Writer sqlstore
985 #               # see collectd.conf(5) for details
986 #               CommitInterval 30
987 #       </Database>
988 #</Plugin>
989
990 #<Plugin powerdns>
991 #  <Server "server_name">
992 #    Collect "latency"
993 #    Collect "udp-answers" "udp-queries"
994 #    Socket "/var/run/pdns.controlsocket"
995 #  </Server>
996 #  <Recursor "recursor_name">
997 #    Collect "questions"
998 #    Collect "cache-hits" "cache-misses"
999 #    Socket "/var/run/pdns_recursor.controlsocket"
1000 #  </Recursor>
1001 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1002 #</Plugin>
1003
1004 #<Plugin processes>
1005 #       Process "name"
1006 #</Plugin>
1007
1008 #<Plugin protocols>
1009 #       Value "/^Tcp:/"
1010 #       IgnoreSelected false
1011 #</Plugin>
1012
1013 #<Plugin python>
1014 #       ModulePath "/path/to/your/python/modules"
1015 #       LogTraces true
1016 #       Interactive true
1017 #       Import "spam"
1018 #
1019 #       <Module spam>
1020 #               spam "wonderful" "lovely"
1021 #       </Module>
1022 #</Plugin>
1023
1024 #<Plugin redis>
1025 #   <Node example>
1026 #      Host "redis.example.com"
1027 #      Port "6379"
1028 #      Timeout 2000
1029 #   </Node>
1030 #</Plugin>
1031
1032 #<Plugin routeros>
1033 #       <Router>
1034 #               Host "router.example.com"
1035 #               Port "8728"
1036 #               User "admin"
1037 #               Password "dozaiTh4"
1038 #               CollectInterface true
1039 #               CollectRegistrationTable true
1040 #               CollectCPULoad true
1041 #               CollectMemory true
1042 #               CollectDF true
1043 #               CollectDisk true
1044 #       </Router>
1045 #</Plugin>
1046
1047 #<Plugin rrdcached>
1048 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1049 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1050 #       CreateFiles true
1051 #       CreateFilesAsync false
1052 #       CollectStatistics true
1053 #</Plugin>
1054
1055 #<Plugin rrdtool>
1056 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1057 #       CreateFilesAsync false
1058 #       CacheTimeout 120
1059 #       CacheFlush   900
1060 #       WritesPerSecond 50
1061 #</Plugin>
1062
1063 #<Plugin sensors>
1064 #       SensorConfigFile "/etc/sensors.conf"
1065 #       Sensor "it8712-isa-0290/temperature-temp1"
1066 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1067 #       Sensor "it8712-isa-0290/voltage-in8"
1068 #       IgnoreSelected false
1069 #</Plugin>
1070
1071 #<Plugin sigrok>
1072 #  LogLevel 3
1073 #  <Device "AC Voltage">
1074 #    Driver "fluke-dmm"
1075 #    MinimumInterval 10
1076 #    Conn "/dev/ttyUSB2"
1077 #  </Device>
1078 #  <Device "Sound Level">
1079 #    Driver "cem-dt-885x"
1080 #    Conn "/dev/ttyUSB1"
1081 #  </Device>
1082 #</Plugin>
1083
1084 #<Plugin smart>
1085 #  Disk "/^[hs]d[a-f][0-9]?$/"
1086 #  IgnoreSelected false
1087 #</Plugin>
1088
1089 #<Plugin snmp>
1090 #   <Data "powerplus_voltge_input">
1091 #       Type "voltage"
1092 #       Table false
1093 #       Instance "input_line1"
1094 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1095 #   </Data>
1096 #   <Data "hr_users">
1097 #       Type "users"
1098 #       Table false
1099 #       Instance ""
1100 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1101 #   </Data>
1102 #   <Data "std_traffic">
1103 #       Type "if_octets"
1104 #       Table true
1105 #       Instance "IF-MIB::ifDescr"
1106 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1107 #   </Data>
1108 #
1109 #   <Host "some.switch.mydomain.org">
1110 #       Address "192.168.0.2"
1111 #       Version 1
1112 #       Community "community_string"
1113 #       Collect "std_traffic"
1114 #       Interval 120
1115 #   </Host>
1116 #   <Host "some.server.mydomain.org">
1117 #       Address "192.168.0.42"
1118 #       Version 2
1119 #       Community "another_string"
1120 #       Collect "std_traffic" "hr_users"
1121 #   </Host>
1122 #   <Host "some.ups.mydomain.org">
1123 #       Address "192.168.0.3"
1124 #       Version 1
1125 #       Community "more_communities"
1126 #       Collect "powerplus_voltge_input"
1127 #       Interval 300
1128 #   </Host>
1129 #</Plugin>
1130
1131 #<Plugin statsd>
1132 #  Host "::"
1133 #  Port "8125"
1134 #  DeleteCounters false
1135 #  DeleteTimers   false
1136 #  DeleteGauges   false
1137 #  DeleteSets     false
1138 #  TimerPercentile 90.0
1139 #  TimerPercentile 95.0
1140 #  TimerPercentile 99.0
1141 #  TimerLower     false
1142 #  TimerUpper     false
1143 #  TimerSum       false
1144 #  TimerCount     false
1145 #</Plugin>
1146
1147 #<Plugin swap>
1148 #       ReportByDevice false
1149 #       ReportBytes true
1150 #       ValuesAbsolute true
1151 #       ValuesPercentage false
1152 #</Plugin>
1153
1154 #<Plugin table>
1155 #       <Table "/proc/slabinfo">
1156 #               Instance "slabinfo"
1157 #               Separator " "
1158 #               <Result>
1159 #                       Type gauge
1160 #                       InstancePrefix "active_objs"
1161 #                       InstancesFrom 0
1162 #                       ValuesFrom 1
1163 #               </Result>
1164 #               <Result>
1165 #                       Type gauge
1166 #                       InstancePrefix "objperslab"
1167 #                       InstancesFrom 0
1168 #                       ValuesFrom 4
1169 #               </Result>
1170 #       </Table>
1171 #</Plugin>
1172
1173 #<Plugin tail>
1174 #  <File "/var/log/exim4/mainlog">
1175 #    Instance "exim"
1176 #    Interval 60
1177 #    <Match>
1178 #      Regex "S=([1-9][0-9]*)"
1179 #      DSType "CounterAdd"
1180 #      Type "ipt_bytes"
1181 #      Instance "total"
1182 #    </Match>
1183 #    <Match>
1184 #      Regex "\\<R=local_user\\>"
1185 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1186 #      DSType "CounterInc"
1187 #      Type "counter"
1188 #      Instance "local_user"
1189 #    </Match>
1190 #  </File>
1191 #</Plugin>
1192
1193 #<Plugin tail_csv>
1194 #   <Metric "dropped">
1195 #       Type "percent"
1196 #       Instance "dropped"
1197 #       ValueFrom 1
1198 #   </Metric>
1199 #   <Metric "mbps">
1200 #       Type "bytes"
1201 #       Instance "wire-realtime"
1202 #       ValueFrom 2
1203 #   </Metric>
1204 #   <Metric "alerts">
1205 #       Type "alerts_per_second"
1206 #       ValueFrom 3
1207 #   </Metric>
1208 #   <Metric "kpps">
1209 #       Type "kpackets_wire_per_sec.realtime"
1210 #       ValueFrom 4
1211 #   </Metric>
1212 #   <File "/var/log/snort/snort.stats">
1213 #       Instance "snort-eth0"
1214 #       Interval 600
1215 #       Collect "dropped" "mbps" "alerts" "kpps"
1216 #       TimeFrom 0
1217 #   </File>
1218 #</Plugin>
1219
1220 #<Plugin tcpconns>
1221 #       ListeningPorts false
1222 #       AllPortsSummary false
1223 #       LocalPort "25"
1224 #       RemotePort "25"
1225 #</Plugin>
1226
1227 #<Plugin teamspeak2>
1228 #       Host "127.0.0.1"
1229 #       Port "51234"
1230 #       Server "8767"
1231 #</Plugin>
1232
1233 #<Plugin ted>
1234 #       Device "/dev/ttyUSB0"
1235 #       Retries 0
1236 #</Plugin>
1237
1238 #<Plugin thermal>
1239 #       ForceUseProcfs false
1240 #       Device "THRM"
1241 #       IgnoreSelected false
1242 #</Plugin>
1243
1244 #<Plugin tokyotyrant>
1245 #       Host "localhost"
1246 #       Port "1978"
1247 #</Plugin>
1248
1249 #<Plugin turbostat>
1250 ##      None of the following option should be set manually
1251 ##      This plugin automatically detect most optimal options
1252 ##      Only set values here if:
1253 ##      - The module ask you to
1254 ##      - You want to disable the collection of some data
1255 ##      - Your (intel) CPU is not supported (yet) by the module
1256 ##      - The module generate a lot of errors 'MSR offset 0x... read failed'
1257 ##      In the last two cases, please open a bug request
1258 #
1259 #       TCCActivationTemp "100"
1260 #       CoreCstates "392"
1261 #       PackageCstates "396"
1262 #       SystemManagementInterrupt true
1263 #       DigitalTemperatureSensor true
1264 #       PackageThermalManagement true
1265 #       RunningAveragePowerLimit "7"    
1266 #</Plugin>
1267
1268 #<Plugin unixsock>
1269 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1270 #       SocketGroup "collectd"
1271 #       SocketPerms "0660"
1272 #       DeleteSocket false
1273 #</Plugin>
1274
1275 #<Plugin uuid>
1276 #       UUIDFile "/etc/uuid"
1277 #</Plugin>
1278
1279 #<Plugin mic>
1280 #   ShowCPU true
1281 #   ShowCPUCores true
1282 #   ShowMemory true
1283 #   ShowTemperatures true
1284 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1285 ##  then inverted with a IgnoreSelectedTemperature.
1286 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1287 #   Temperature vddg
1288 #   IgnoreSelectedTemperature true
1289 #   ShowPower true
1290 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1291 ##  then inverted with a IgnoreSelectedTemperature.
1292 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1293 #   Power total1
1294 #   IgnoreSelectedPower true
1295 #</Plugin>
1296
1297 #<Plugin varnish>
1298 #   This tag support an argument if you want to
1299 #   monitor the local instance just use </Instance>
1300 #   If you prefer defining another instance you can do
1301 #   so by using <Instance "myinstance">
1302 #   <Instance>
1303 #      CollectBackend true
1304 #      CollectBan false           # Varnish 3 and above
1305 #      CollectCache true
1306 #      CollectConnections true
1307 #      CollectDirectorDNS false   # Varnish 3 only
1308 #      CollectESI false
1309 #      CollectFetch false
1310 #      CollectHCB false
1311 #      CollectObjects false
1312 #      CollectPurge false         # Varnish 2 only
1313 #      CollectSession false
1314 #      CollectSHM true
1315 #      CollectSMA false           # Varnish 2 only
1316 #      CollectSMS false
1317 #      CollectSM false            # Varnish 2 only
1318 #      CollectStruct false
1319 #      CollectTotals false
1320 #      CollectUptime false        # Varnish 3 and above
1321 #      CollectVCL false
1322 #      CollectVSM false           # Varnish 4 only
1323 #      CollectWorkers false
1324 #   </Instance>
1325 #</Plugin>
1326
1327 #<Plugin virt>
1328 #       Connection "xen:///"
1329 #       RefreshInterval 60
1330 #       Domain "name"
1331 #       BlockDevice "name:device"
1332 #       InterfaceDevice "name:device"
1333 #       IgnoreSelected false
1334 #       HostnameFormat name
1335 #       InterfaceFormat name
1336 #       PluginInstanceFormat name
1337 #</Plugin>
1338
1339 #<Plugin vmem>
1340 #       Verbose false
1341 #</Plugin>
1342
1343 #<Plugin write_graphite>
1344 #  <Node "example">
1345 #    Host "localhost"
1346 #    Port "2003"
1347 #    Protocol "tcp"
1348 #    LogSendErrors true
1349 #    Prefix "collectd"
1350 #    Postfix "collectd"
1351 #    StoreRates true
1352 #    AlwaysAppendDS false
1353 #    EscapeCharacter "_"
1354 #  </Node>
1355 #</Plugin>
1356
1357 #<Plugin write_http>
1358 #       <Node "example">
1359 #               URL "http://example.com/collectd-post"
1360 #               User "collectd"
1361 #               Password "weCh3ik0"
1362 #               VerifyPeer true
1363 #               VerifyHost true
1364 #               CACert "/etc/ssl/ca.crt"
1365 #               CAPath "/etc/ssl/certs/"
1366 #               ClientKey "/etc/ssl/client.pem"
1367 #               ClientCert "/etc/ssl/client.crt"
1368 #               ClientKeyPass "secret"
1369 #               SSLVersion "TLSv1"
1370 #               Format "Command"
1371 #               StoreRates false
1372 #               BufferSize 4096
1373 #               LowSpeedLimit 0
1374 #               Timeout 0
1375 #       </Node>
1376 #</Plugin>
1377
1378 #<Plugin write_kafka>
1379 #  Property "metadata.broker.list" "localhost:9092"
1380 #  <Topic "collectd">
1381 #    Format JSON
1382 #  </Topic>
1383 #</Plugin>
1384
1385 #<Plugin write_mongodb>
1386 #       <Node "example">
1387 #               Host "localhost"
1388 #               Port "27017"
1389 #               Timeout 1000
1390 #               StoreRates false
1391 #               Database "auth_db"
1392 #               User "auth_user"
1393 #               Password "auth_passwd"
1394 #       </Node>
1395 #</Plugin>
1396
1397 #<Plugin write_redis>
1398 #       <Node "example">
1399 #               Host "localhost"
1400 #               Port "6379"
1401 #               Timeout 1000
1402 #               Prefix "collectd/"
1403 #       </Node>
1404 #</Plugin>
1405
1406 #<Plugin write_riemann>
1407 #       <Node "example">
1408 #               Host "localhost"
1409 #               Port 5555
1410 #               Protocol TCP
1411 #               Batch true
1412 #               BatchMaxSize 8192
1413 #               StoreRates true
1414 #               AlwaysAppendDS false
1415 #               TTLFactor 2.0
1416 #               Notifications true
1417 #               CheckThresholds false
1418 #               EventServicePrefix ""
1419 #       </Node>
1420 #       Tag "foobar"
1421 #       Attribute "foo" "bar"
1422 #</Plugin>
1423
1424 #<Plugin write_sensu>
1425 #       <Node "example">
1426 #               Host "localhost"
1427 #               Port 3030
1428 #               StoreRates true
1429 #               AlwaysAppendDS false
1430 #               Notifications true
1431 #               Metrics true
1432 #               EventServicePrefix ""
1433 #               MetricHandler "influx"
1434 #               MetricHandler "default"
1435 #               NotificationHandler "flapjack"
1436 #               NotificationHandler "howling_monkey"
1437 #       </Node>
1438 #       Tag "foobar"
1439 #       Attribute "foo" "bar"
1440 #</Plugin>
1441
1442 #<Plugin write_tsdb>
1443 #       <Node>
1444 #               Host "localhost"
1445 #               Port "4242"
1446 #               HostTags "status=production"
1447 #               StoreRates false
1448 #               AlwaysAppendDS false
1449 #       </Node>
1450 #</Plugin>
1451
1452 #<Plugin zookeeper>
1453 #    Host "localhost"
1454 #    Port "2181"
1455 #</Plugin>
1456
1457 ##############################################################################
1458 # Filter configuration                                                       #
1459 #----------------------------------------------------------------------------#
1460 # The following configures collectd's filtering mechanism. Before changing   #
1461 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1462 # in the collectd.conf(5) manual page.                                       #
1463 ##############################################################################
1464
1465 # Load required matches:
1466 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1467 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1468 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1469 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1470 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1471
1472 # Load required targets:
1473 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1474 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1475 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1476 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1477 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1478
1479 #----------------------------------------------------------------------------#
1480 # The following block demonstrates the default behavior if no filtering is   #
1481 # configured at all: All values will be sent to all available write plugins. #
1482 #----------------------------------------------------------------------------#
1483
1484 #<Chain "PostCache">
1485 #  Target "write"
1486 #</Chain>
1487
1488 ##############################################################################
1489 # Threshold configuration                                                    #
1490 #----------------------------------------------------------------------------#
1491 # The following outlines how to configure collectd's threshold checking      #
1492 # plugin. The plugin and possible configuration options are documented in    #
1493 # the collectd-threshold(5) manual page.                                     #
1494 ##############################################################################
1495
1496 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1497 #<Plugin threshold>
1498 #  <Type "foo">
1499 #    WarningMin    0.00
1500 #    WarningMax 1000.00
1501 #    FailureMin    0.00
1502 #    FailureMax 1200.00
1503 #    Invert false
1504 #    Instance "bar"
1505 #  </Type>
1506 #
1507 #  <Plugin "interface">
1508 #    Instance "eth0"
1509 #    <Type "if_octets">
1510 #      FailureMax 10000000
1511 #      DataSource "rx"
1512 #    </Type>
1513 #  </Plugin>
1514 #
1515 #  <Host "hostname">
1516 #    <Type "cpu">
1517 #      Instance "idle"
1518 #      FailureMin 10
1519 #    </Type>
1520 #
1521 #    <Plugin "memory">
1522 #      <Type "memory">
1523 #        Instance "cached"
1524 #        WarningMin 100000000
1525 #      </Type>
1526 #    </Plugin>
1527 #
1528 #    <Type "load">
1529 #       DataSource "midterm"
1530 #       FailureMax 4
1531 #       Hits 3
1532 #       Hysteresis 3
1533 #    </Type>
1534 #  </Host>
1535 #</Plugin>