sysevent plugin initial commit
[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 beginning 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_CHRONY_TRUE@LoadPlugin chrony
104 #@BUILD_PLUGIN_CONNTRACK_TRUE@LoadPlugin conntrack
105 #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch
106 @BUILD_PLUGIN_CPU_TRUE@@BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
107 #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
108 #@BUILD_PLUGIN_CPUSLEEP_TRUE@LoadPlugin cpusleep
109 @LOAD_PLUGIN_CSV@LoadPlugin csv
110 #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl
111 #@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json
112 #@BUILD_PLUGIN_CURL_XML_TRUE@LoadPlugin curl_xml
113 #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi
114 #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df
115 #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
116 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
117 #@BUILD_PLUGIN_DPDKEVENTS_TRUE@LoadPlugin dpdkevents
118 #@BUILD_PLUGIN_DPDKSTAT_TRUE@LoadPlugin dpdkstat
119 #@BUILD_PLUGIN_DRBD_TRUE@LoadPlugin drbd
120 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
121 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
122 #@BUILD_PLUGIN_ETHSTAT_TRUE@LoadPlugin ethstat
123 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
124 #@BUILD_PLUGIN_FHCOUNT_TRUE@LoadPlugin fhcount
125 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
126 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
127 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
128 #@BUILD_PLUGIN_GPS_TRUE@LoadPlugin gps
129 #@BUILD_PLUGIN_GRPC_TRUE@LoadPlugin grpc
130 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
131 #@BUILD_PLUGIN_HUGEPAGES_TRUE@LoadPlugin hugepages
132 #@BUILD_PLUGIN_INTEL_PMU_TRUE@LoadPlugin intel_pmu
133 #@BUILD_PLUGIN_INTEL_RDT_TRUE@LoadPlugin intel_rdt
134 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
135 #@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc
136 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
137 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
138 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
139 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
140 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
141 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
142 #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar
143 #@BUILD_PLUGIN_LUA_TRUE@LoadPlugin lua
144 #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm
145 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
146 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
147 #@BUILD_PLUGIN_MCELOG_TRUE@LoadPlugin mcelog
148 #@BUILD_PLUGIN_MD_TRUE@LoadPlugin md
149 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
150 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
151 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
152 #@BUILD_PLUGIN_MIC_TRUE@LoadPlugin mic
153 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
154 #@BUILD_PLUGIN_MQTT_TRUE@LoadPlugin mqtt
155 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
156 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
157 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
158 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
159 @LOAD_PLUGIN_NETWORK@LoadPlugin network
160 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
161 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
162 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
163 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
164 #@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@LoadPlugin notify_nagios
165 #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
166 #@BUILD_PLUGIN_NUMA_TRUE@LoadPlugin numa
167 #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
168 #@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd
169 #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
170 #@BUILD_PLUGIN_OPENLDAP_TRUE@LoadPlugin openldap
171 #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
172 #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
173 #@BUILD_PLUGIN_OVS_EVENTS_TRUE@LoadPlugin ovs_events
174 #@BUILD_PLUGIN_OVS_STATS_TRUE@LoadPlugin ovs_stats
175 #@BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl
176 #@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
177 #@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
178 #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
179 #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
180 #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
181 #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
182 #@BUILD_PLUGIN_PYTHON_TRUE@LoadPlugin python
183 #@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
184 #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
185 #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
186 @LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool
187 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
188 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
189 #@BUILD_PLUGIN_SIGROK_TRUE@LoadPlugin sigrok
190 #@BUILD_PLUGIN_SMART_TRUE@LoadPlugin smart
191 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
192 #@BUILD_PLUGIN_SNMP_AGENT_TRUE@LoadPlugin snmp_agent
193 #@BUILD_PLUGIN_STATSD_TRUE@LoadPlugin statsd
194 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
195 #@BUILD_PLUGIN_SYSEVENT_TRUE@LoadPlugin sysevent
196 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
197 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
198 #@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv
199 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
200 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
201 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
202 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
203 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
204 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
205 #@BUILD_PLUGIN_TURBOSTAT_TRUE@LoadPlugin turbostat
206 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
207 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
208 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
209 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
210 #@BUILD_PLUGIN_VARNISH_TRUE@LoadPlugin varnish
211 #@BUILD_PLUGIN_VIRT_TRUE@LoadPlugin virt
212 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
213 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
214 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
215 #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite
216 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
217 #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka
218 #@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log
219 #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb
220 #@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@LoadPlugin write_prometheus
221 #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis
222 #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann
223 #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu
224 #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb
225 #@BUILD_PLUGIN_XENCPU_TRUE@LoadPlugin xencpu
226 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
227 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
228 #@BUILD_PLUGIN_ZONE_TRUE@LoadPlugin zone
229 #@BUILD_PLUGIN_ZOOKEEPER_TRUE@LoadPlugin zookeeper
230
231 ##############################################################################
232 # Plugin configuration                                                       #
233 #----------------------------------------------------------------------------#
234 # In this section configuration stubs for each plugin are provided. A desc-  #
235 # ription of those options is available in the collectd.conf(5) manual page. #
236 ##############################################################################
237
238 #<Plugin aggregation>
239 #  <Aggregation>
240 #    #Host "unspecified"
241 #    Plugin "cpu"
242 #    #PluginInstance "unspecified"
243 #    Type "cpu"
244 #    #TypeInstance "unspecified"
245 #
246 #    GroupBy "Host"
247 #    GroupBy "TypeInstance"
248 #
249 #    CalculateNum false
250 #    CalculateSum false
251 #    CalculateAverage true
252 #    CalculateMinimum false
253 #    CalculateMaximum false
254 #    CalculateStddev false
255 #  </Aggregation>
256 #</Plugin>
257
258 #<Plugin amqp>
259 #  <Publish "name">
260 #    Host "localhost"
261 #    Port "5672"
262 #    VHost "/"
263 #    User "guest"
264 #    Password "guest"
265 #    Exchange "amq.fanout"
266 #    RoutingKey "collectd"
267 #    Persistent false
268 #    StoreRates false
269 #    ConnectionRetryDelay 0
270 #  </Publish>
271 #</Plugin>
272
273 #<Plugin apache>
274 #  <Instance "local">
275 #    URL "http://localhost/status?auto"
276 #    User "www-user"
277 #    Password "secret"
278 #    CACert "/etc/ssl/ca.crt"
279 #  </Instance>
280 #</Plugin>
281
282 #<Plugin apcups>
283 #       Host "localhost"
284 #       Port "3551"
285 #       ReportSeconds true
286 #       PersistentConnection true
287 #</Plugin>
288
289 #<Plugin aquaero>
290 #       Device ""
291 #</Plugin>
292
293 #<Plugin ascent>
294 #       URL "http://localhost/ascent/status/"
295 #       User "www-user"
296 #       Password "secret"
297 #       CACert "/etc/ssl/ca.crt"
298 #</Plugin>
299
300 #<Plugin "barometer">
301 #   Device            "/dev/i2c-0";
302 #   Oversampling      512
303 #   PressureOffset    0.0
304 #   TemperatureOffset 0.0
305 #   Normalization     2
306 #   Altitude          238.0
307 #   TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
308 #</Plugin>
309
310 #<Plugin "battery">
311 #  ValuesPercentage false
312 #  ReportDegraded false
313 #  QueryStateFS false
314 #</Plugin>
315
316 #<Plugin "bind">
317 #  URL "http://localhost:8053/"
318 #  ParseTime       false
319 #  OpCodes         true
320 #  QTypes          true
321 #
322 #  ServerStats     true
323 #  ZoneMaintStats  true
324 #  ResolverStats   false
325 #  MemoryStats     true
326 #
327 #  <View "_default">
328 #    QTypes        true
329 #    ResolverStats true
330 #    CacheRRSets   true
331 #
332 #    Zone "127.in-addr.arpa/IN"
333 #  </View>
334 #</Plugin>
335
336 #<Plugin ceph>
337 #  LongRunAvgLatency false
338 #  ConvertSpecialMetricTypes true
339 #  <Daemon "osd.0">
340 #    SocketPath "/var/run/ceph/ceph-osd.0.asok"
341 #  </Daemon>
342 #  <Daemon "osd.1">
343 #    SocketPath "/var/run/ceph/ceph-osd.1.asok"
344 #  </Daemon>
345 #  <Daemon "mon.a">
346 #    SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
347 #  </Daemon>
348 #  <Daemon "mds.a">
349 #    SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
350 #  </Daemon>
351 #</Plugin>
352
353 #<Plugin chrony>
354 #       Host    "localhost"
355 #       Port    "323"
356 #       Timeout "2"
357 #</Plugin>
358
359 #<Plugin cgroups>
360 #  CGroup "libvirt"
361 #  IgnoreSelected false
362 #</Plugin>
363
364 #<Plugin cpu>
365 #  ReportByCpu true
366 #  ReportByState true
367 #  ValuesPercentage false
368 #  ReportNumCpu false
369 #  ReportGuestState false
370 #  SubtractGuestState true
371 #</Plugin>
372 #
373 #<Plugin csv>
374 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
375 #       StoreRates false
376 #</Plugin>
377
378 #<Plugin curl>
379 #  <Page "stock_quotes">
380 #    URL "http://finance.google.com/finance?q=NYSE%3AAMD"
381 #    User "foo"
382 #    Password "bar"
383 #    Digest false
384 #    VerifyPeer true
385 #    VerifyHost true
386 #    CACert "/path/to/ca.crt"
387 #    Header "X-Custom-Header: foobar"
388 #    Post "foo=bar"
389 #
390 #    MeasureResponseTime false
391 #    MeasureResponseCode false
392 #    <Match>
393 #      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
394 #      DSType "GaugeAverage"
395 #      Type "stock_value"
396 #      Instance "AMD"
397 #    </Match>
398 #  </Page>
399 #</Plugin>
400
401 #<Plugin curl_json>
402 #  <URL "http://localhost:80/test.json">
403 #    Instance "test_http_json"
404 #    <Key "testArray/0">
405 #      Type "gauge"
406 #      # Expect: 1
407 #    </Key>
408 #    <Key "testArray/1">
409 #      Type "gauge"
410 #      # Expect: 2
411 #    </Key>
412 #    <Key "testArrayInbetween/0/blarg">
413 #      Type "gauge"
414 #      # Expect: 3
415 #    </Key>
416 #    <Key "testArrayInbetween/1/blub">
417 #      Type "gauge"
418 #      # Expect: 4
419 #    </Key>
420 #    <Key "testDirectHit">
421 #      Type "gauge"
422 #      # Expect: 5
423 #    </Key>
424 #    <Key "testSubLevelHit/oneMoreLevel">
425 #      Type "gauge"
426 #      # Expect: 6
427 #    </Key>
428 #  </URL>
429 # put this as test.json on your webserver, the above config demonstraces
430 # how to match them.
431 # {
432 #  "testArray":[1,2],
433 #  "testArrayInbetween":[{"blarg":3},{"blub":4}],
434 #  "testDirectHit":5,
435 #  "testSubLevelHit":{"oneMoreLevel":6}
436 # }
437 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
438 #  <URL "http://localhost:5984/_stats">
439 #    Instance "httpd"
440 #    <Key "httpd/requests/count">
441 #      Type "http_requests"
442 #    </Key>
443 #
444 #    <Key "httpd_request_methods/*/count">
445 #      Type "http_request_methods"
446 #    </Key>
447 #
448 #    <Key "httpd_status_codes/*/count">
449 #      Type "http_response_codes"
450 #    </Key>
451 #  </URL>
452 ## Database status metrics:
453 #  <URL "http://localhost:5984/_all_dbs">
454 #    Instance "dbs"
455 #    <Key "*/doc_count">
456 #      Type "gauge"
457 #    </Key>
458 #    <Key "*/doc_del_count">
459 #      Type "counter"
460 #    </Key>
461 #    <Key "*/disk_size">
462 #      Type "bytes"
463 #    </Key>
464 #  </URL>
465 #</Plugin>
466
467 #<Plugin curl_xml>
468 #  <URL "http://localhost/stats.xml">
469 #    Host "my_host"
470 #    #Plugin "stats"
471 #    Instance "some_instance"
472 #    User "collectd"
473 #    Password "thaiNg0I"
474 #    Digest false
475 #    VerifyPeer true
476 #    VerifyHost true
477 #    CACert "/path/to/ca.crt"
478 #    Header "X-Custom-Header: foobar"
479 #    Post "foo=bar"
480 #
481 #    <XPath "table[@id=\"magic_level\"]/tr">
482 #      Type "magic_level"
483 #      #InstancePrefix "prefix-"
484 #      InstanceFrom "td[1]"
485 #      #PluginInstanceFrom "td[1]"
486 #      ValuesFrom "td[2]/span[@class=\"level\"]"
487 #    </XPath>
488 #  </URL>
489 #</Plugin>
490
491 #<Plugin dbi>
492 #       <Query "num_of_customers">
493 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
494 #               <Result>
495 #                       Type "gauge"
496 #                       InstancesFrom "c_key"
497 #                       ValuesFrom "c_value"
498 #               </Result>
499 #       </Query>
500 #       <Database "customers_db">
501 #               #Plugin "mycompany"
502 #               Driver "mysql"
503 #               DriverOption "host" "localhost"
504 #               DriverOption "username" "collectd"
505 #               DriverOption "password" "AeXohy0O"
506 #               DriverOption "dbname" "custdb0"
507 #               #SelectDB "custdb0"
508 #               Query "num_of_customers"
509 #               #Query "..."
510 #               #Host "..."
511 #       </Database>
512 #</Plugin>
513
514 #<Plugin df>
515 #       Device "/dev/hda1"
516 #       Device "192.168.0.2:/mnt/nfs"
517 #       MountPoint "/home"
518 #       FSType "ext3"
519 #       IgnoreSelected false
520 #       ReportByDevice false
521 #       ReportInodes false
522 #       ValuesAbsolute true
523 #       ValuesPercentage false
524 #</Plugin>
525
526 #<Plugin disk>
527 #       Disk "/^[hs]d[a-f][0-9]?$/"
528 #       IgnoreSelected false
529 #       UseBSDName false
530 #       UdevNameAttr "DEVNAME"
531 #</Plugin>
532
533 #<Plugin dns>
534 #       Interface "eth0"
535 #       IgnoreSource "192.168.0.1"
536 #       SelectNumericQueryTypes true
537 #</Plugin>
538
539 #<Plugin "dpdkevents">
540 #  <EAL>
541 #    Coremask "0x1"
542 #    MemoryChannels "4"
543 #    FilePrefix "rte"
544 #  </EAL>
545 #  <Event "link_status">
546 #    SendEventsOnUpdate true
547 #    EnabledPortMask 0xffff
548 #    PortName "interface1"
549 #    PortName "interface2"
550 #    SendNotification false
551 #  </Event>
552 #  <Event "keep_alive">
553 #    SendEventsOnUpdate true
554 #    LCoreMask "0xf"
555 #    KeepAliveShmName "/dpdk_keepalive_shm_name"
556 #    SendNotification false
557 #  </Event>
558 #</Plugin>
559
560 #<Plugin dpdkstat>
561 #  <EAL>
562 #    Coremask "0x2"
563 #    MemoryChannels "4"
564 #    FilePrefix "rte"
565 #    LogLevel "7"
566 #    RteDriverLibPath "/usr/lib/dpdk-pmd"
567 #  </EAL>
568 #  SharedMemObj "dpdk_collectd_stats_0"
569 #  EnabledPortMask 0xffff
570 #  PortName "interface1"
571 #  PortName "interface2"
572 #</Plugin>
573
574 #<Plugin email>
575 #       SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
576 #       SocketGroup "collectd"
577 #       SocketPerms "0770"
578 #       MaxConns 5
579 #</Plugin>
580
581 #<Plugin ethstat>
582 #       Interface "eth0"
583 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
584 #       Map "multicast" "if_multicast"
585 #       MappedOnly false
586 #</Plugin>
587
588 #<Plugin exec>
589 #       Exec "user:group" "/path/to/exec"
590 #       NotificationExec "user:group" "/path/to/exec"
591 #</Plugin>
592
593 #<Plugin fhcount>
594 #       ValuesAbsolute true
595 #       ValuesPercentage false
596 #</Plugin>
597
598 #<Plugin filecount>
599 #       <Directory "/path/to/dir">
600 #               #Plugin "foo"
601 #               Instance "foodir"
602 #               Name "*.conf"
603 #               MTime "-5m"
604 #               Size "+10k"
605 #               Recursive true
606 #               IncludeHidden false
607 #               RegularOnly true
608 #               #FilesSizeType "bytes"
609 #               #FilesCountType "files"
610 #               #TypeInstance "instance"
611 #       </Directory>
612 #</Plugin>
613
614 #<Plugin gmond>
615 #  MCReceiveFrom "239.2.11.71" "8649"
616 #  <Metric "swap_total">
617 #    Type "swap"
618 #    TypeInstance "total"
619 #    DataSource "value"
620 #  </Metric>
621 #  <Metric "swap_free">
622 #    Type "swap"
623 #    TypeInstance "free"
624 #    DataSource "value"
625 #  </Metric>
626 #</Plugin>
627
628 #<Plugin gps>
629 #  Host "127.0.0.1"
630 #  Port "2947"
631 #  Timeout 0.015
632 #  PauseConnect 5
633 #</Plugin>
634
635 #<Plugin grpc>
636 #       <Server "example.com" "50051">
637 #               EnableSSL true
638 #               SSLCACertificateFile "/path/to/root.pem"
639 #               SSLCertificateFile "/path/to/server.pem"
640 #               SSLCertificateKeyFile "/path/to/server.key"
641 #       </Server>
642 #       <Listen "0.0.0.0" "50051">
643 #               EnableSSL true
644 #               SSLCACertificateFile "/path/to/root.pem"
645 #               SSLCertificateFile "/path/to/client.pem"
646 #               SSLCertificateKeyFile "/path/to/client.key"
647 #               VerifyPeer true
648 #       </Listen>
649 #</Plugin>
650
651 #<Plugin hddtemp>
652 #  Host "127.0.0.1"
653 #  Port "7634"
654 #</Plugin>
655
656 #<Plugin hugepages>
657 #    ReportPerNodeHP  true
658 #    ReportRootHP     true
659 #    ValuesPages      true
660 #    ValuesBytes      false
661 #    ValuesPercentage false
662 #</Plugin>
663
664 #<Plugin intel_pmu>
665 #    ReportHardwareCacheEvents true
666 #    ReportKernelPMUEvents true
667 #    ReportSoftwareEvents true
668 #    EventList "/var/cache/pmu/GenuineIntel-6-2D-core.json"
669 #    HardwareEvents "L2_RQSTS.CODE_RD_HIT,L2_RQSTS.CODE_RD_MISS" "L2_RQSTS.ALL_CODE_RD"
670 #</Plugin>
671
672 #<Plugin "intel_rdt">
673 #  Cores "0-2"
674 #</Plugin>
675
676 #<Plugin interface>
677 #       Interface "eth0"
678 #       IgnoreSelected false
679 #       ReportInactive true
680 #       UniqueName false
681 #</Plugin>
682
683 #<Plugin ipmi>
684 #       <Instance "local">
685 #               Sensor "some_sensor"
686 #               Sensor "another_one"
687 #               IgnoreSelected false
688 #               NotifySensorAdd false
689 #               NotifySensorRemove true
690 #               NotifySensorNotPresent false
691 #               NotifyIPMIConnectionState false
692 #               SELEnabled false
693 #               SELClearEvent false
694 #       </Instance>
695 #       <Instance "remote">
696 #               Host "server.example.com"
697 #               Address  "1.2.3.4"
698 #               Username "user"
699 #               Password "secret"
700 #               #AuthType "md5"
701 #               Sensor "some_sensor"
702 #               Sensor "another_one"
703 #               IgnoreSelected false
704 #               NotifySensorAdd false
705 #               NotifySensorRemove true
706 #               NotifySensorNotPresent false
707 #               NotifyIPMIConnectionState false
708 #               SELEnabled false
709 #               SELClearEvent false
710 #       </Instance>
711 #</Plugin>
712
713 #<Plugin iptables>
714 #       Chain table chain
715 #       Chain6 table chain
716 #</Plugin>
717
718 #<Plugin irq>
719 #       Irq 7
720 #       Irq 8
721 #       Irq 9
722 #       IgnoreSelected true
723 #</Plugin>
724
725 #<Plugin java>
726 #       JVMArg "-verbose:jni"
727 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
728 #
729 #       LoadPlugin "org.collectd.java.Foobar"
730 #       <Plugin "org.collectd.java.Foobar">
731 #         # To be parsed by the plugin
732 #       </Plugin>
733 #</Plugin>
734
735 #<Plugin load>
736 #        ReportRelative true
737 #</Plugin>
738
739 #<Plugin lpar>
740 #       CpuPoolStats   false
741 #       ReportBySerial false
742 #</Plugin>
743
744 #<Plugin lua>
745 #       BasePath "@prefix@/share/@PACKAGE_NAME@/lua"
746 #       Script "script1.lua"
747 #       Script "script2.lua"
748 #</Plugin>
749
750 #<Plugin madwifi>
751 #       Interface "wlan0"
752 #       IgnoreSelected false
753 #       Source "SysFS"
754 #       WatchSet "None"
755 #       WatchAdd "node_octets"
756 #       WatchAdd "node_rssi"
757 #       WatchAdd "is_rx_acl"
758 #       WatchAdd "is_scan_active"
759 #</Plugin>
760
761 #<Plugin mbmon>
762 #       Host "127.0.0.1"
763 #       Port "411"
764 #</Plugin>
765
766 #<Plugin mcelog>
767 #  <Memory>
768 #    McelogClientSocket "/var/run/mcelog-client"
769 #    PersistentNotification false
770 #  </Memory>
771 #  McelogLogfile "/var/log/mcelog"
772 #</Plugin>
773
774 #<Plugin md>
775 #       Device "/dev/md0"
776 #       IgnoreSelected false
777 #</Plugin>
778
779 #<Plugin memcachec>
780 #       <Page "plugin_instance">
781 #               Server "localhost"
782 #               Key "page_key"
783 #               <Match>
784 #                       Regex "(\\d+) bytes sent"
785 #                       ExcludeRegex "<lines to be excluded>"
786 #                       DSType CounterAdd
787 #                       Type "ipt_octets"
788 #                       Instance "type_instance"
789 #               </Match>
790 #       </Page>
791 #</Plugin>
792
793 #<Plugin memcached>
794 #       <Instance "local">
795 #               #Host "memcache.example.com"
796 #               Address "127.0.0.1"
797 #               Port "11211"
798 #       </Instance>
799 #</Plugin>
800
801 #<Plugin memory>
802 #       ValuesAbsolute true
803 #       ValuesPercentage false
804 #</Plugin>
805
806 #<Plugin modbus>
807 #       <Data "data_name">
808 #               RegisterBase 1234
809 #               RegisterCmd ReadHolding
810 #               RegisterType float
811 #               Type gauge
812 #               Instance "..."
813 #       </Data>
814 #
815 #       <Host "name">
816 #               Address "addr"
817 #               Port "1234"
818 #               Interval 60
819 #
820 #               <Slave 1>
821 #                       Instance "foobar" # optional
822 #                       Collect "data_name"
823 #               </Slave>
824 #       </Host>
825 #</Plugin>
826
827 #<Plugin mqtt>
828 #       <Publish "name">
829 #               Host "localhost"
830 #               Port 1883
831 #               ClientId "localhost"
832 #               User "user"
833 #               Password "secret"
834 #               QoS 0
835 #               Prefix "collectd"
836 #               StoreRates true
837 #               Retain false
838 #               CACert "/etc/ssl/ca.crt"
839 #               CertificateFile "/etc/ssl/client.crt"
840 #               CertificateKeyFile "/etc/ssl/client.pem"
841 #               TLSProtocol "tlsv1.2"
842 #               CipherSuite "ciphers"
843 #       </Publish>
844 #       <Subscribe "name">
845 #               Host "localhost"
846 #               Port 1883
847 #               ClientId "localhost"
848 #               User "user"
849 #               Password "secret"
850 #               QoS 2
851 #               Topic "collectd/#"
852 #               CleanSession true
853 #               CACert "/etc/ssl/ca.crt"
854 #               CertificateFile "/etc/ssl/client.crt"
855 #               CertificateKeyFile "/etc/ssl/client.pem"
856 #               TLSProtocol "tlsv1.2"
857 #               CipherSuite "ciphers"
858 #       </Subscribe>
859 #</Plugin>
860
861 #<Plugin mysql>
862 #       <Database db_name>
863 #               Host "database.serv.er"
864 #               User "db_user"
865 #               Password "secret"
866 #               Database "db_name"
867 #               SSLKey "/path/to/key.pem"
868 #               SSLCert "/path/to/cert.pem"
869 #               SSLCA "/path/to/ca.pem"
870 #               SSLCAPath "/path/to/cas/"
871 #               SSLCipher "DHE-RSA-AES256-SHA"
872 #               MasterStats true
873 #               ConnectTimeout 10
874 #               InnodbStats true
875 #       </Database>
876 #
877 #       <Database db_name2>
878 #               Alias "squeeze"
879 #               Host "localhost"
880 #               Socket "/var/run/mysql/mysqld.sock"
881 #               SlaveStats true
882 #               SlaveNotifications true
883 #       </Database>
884 #       <Database galera>
885 #               Alias "galera"
886 #               Host "localhost"
887 #               Socket "/var/run/mysql/mysqld.sock"
888 #               WsrepStats true
889 #       </Database>
890 #</Plugin>
891
892 #<Plugin netapp>
893 #       <Host "netapp1.example.com">
894 #               Protocol      "https"
895 #               Address       "10.0.0.1"
896 #               Port          443
897 #               User          "username"
898 #               Password      "aef4Aebe"
899 #               Interval      30
900 #
901 #               <WAFL>
902 #                       Interval 30
903 #                       GetNameCache   true
904 #                       GetDirCache    true
905 #                       GetBufferCache true
906 #                       GetInodeCache  true
907 #               </WAFL>
908 #
909 #               <Disks>
910 #                       Interval 30
911 #                       GetBusy true
912 #               </Disks>
913 #
914 #               <VolumePerf>
915 #                       Interval 30
916 #                       GetIO      "volume0"
917 #                       IgnoreSelectedIO      false
918 #                       GetOps     "volume0"
919 #                       IgnoreSelectedOps     false
920 #                       GetLatency "volume0"
921 #                       IgnoreSelectedLatency false
922 #               </VolumePerf>
923 #
924 #               <VolumeUsage>
925 #                       Interval 30
926 #                       GetCapacity "vol0"
927 #                       GetCapacity "vol1"
928 #                       IgnoreSelectedCapacity false
929 #                       GetSnapshot "vol1"
930 #                       GetSnapshot "vol3"
931 #                       IgnoreSelectedSnapshot false
932 #               </VolumeUsage>
933 #
934 #               <System>
935 #                       Interval 30
936 #                       GetCPULoad     true
937 #                       GetInterfaces  true
938 #                       GetDiskOps     true
939 #                       GetDiskIO      true
940 #               </System>
941 #       </Host>
942 #</Plugin>
943
944 #<Plugin netlink>
945 #       Interface "All"
946 #       VerboseInterface "All"
947 #       QDisc "eth0" "pfifo_fast-1:0"
948 #       Class "ppp0" "htb-1:10"
949 #       Filter "ppp0" "u32-1:0"
950 #       IgnoreSelected false
951 #</Plugin>
952
953 @LOAD_PLUGIN_NETWORK@<Plugin network>
954 #       # client setup:
955 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
956 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
957 #               SecurityLevel Encrypt
958 #               Username "user"
959 #               Password "secret"
960 #               Interface "eth0"
961 #               ResolveInterval 14400
962 @LOAD_PLUGIN_NETWORK@   </Server>
963 #       TimeToLive 128
964 #
965 #       # server setup:
966 #       Listen "ff18::efc0:4a42" "25826"
967 #       <Listen "239.192.74.66" "25826">
968 #               SecurityLevel Sign
969 #               AuthFile "/etc/collectd/passwd"
970 #               Interface "eth0"
971 #       </Listen>
972 #       MaxPacketSize 1452
973 #
974 #       # proxy setup (client and server as above):
975 #       Forward true
976 #
977 #       # statistics about the network plugin itself
978 #       ReportStats false
979 #
980 #       # "garbage collection"
981 #       CacheFlush 1800
982 @LOAD_PLUGIN_NETWORK@</Plugin>
983
984 #<Plugin nfs>
985 #       ReportV2 false
986 #       #ReportV3 false
987 #       #ReportV4 false
988 #</Plugin>
989
990 #<Plugin nginx>
991 #       URL "http://localhost/status?auto"
992 #       User "www-user"
993 #       Password "secret"
994 #       CACert "/etc/ssl/ca.crt"
995 #</Plugin>
996
997 #<Plugin notify_desktop>
998 #       OkayTimeout 1000
999 #       WarningTimeout 5000
1000 #       FailureTimeout 0
1001 #</Plugin>
1002
1003 #<Plugin notify_email>
1004 #       SMTPServer "localhost"
1005 #       SMTPPort 25
1006 #       SMTPUser "my-username"
1007 #       SMTPPassword "my-password"
1008 #       From "collectd@main0server.com"
1009 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
1010 #       Subject "Aaaaaa!! %s on %s!!!!!"
1011 #       Recipient "email1@domain1.net"
1012 #       Recipient "email2@domain2.com"
1013 #</Plugin>
1014
1015 #<Plugin notify_nagios>
1016 #       CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
1017 #</Plugin>
1018
1019 #<Plugin ntpd>
1020 #       Host "localhost"
1021 #       Port 123
1022 #       ReverseLookups false
1023 #       IncludeUnitID true
1024 #</Plugin>
1025
1026 #<Plugin nut>
1027 #       UPS "upsname@hostname:port"
1028 #       ForceSSL true
1029 #       VerifyPeer true
1030 #       CAPath "/path/to/folder"
1031 #       #ConnectTimeout 5000
1032 #</Plugin>
1033
1034 #<Plugin olsrd>
1035 #       Host "127.0.0.1"
1036 #       Port "2006"
1037 #       CollectLinks "Summary"
1038 #       CollectRoutes "Summary"
1039 #       CollectTopology "Summary"
1040 #</Plugin>
1041
1042 #<Plugin onewire>
1043 #       Device "-s localhost:4304"
1044 #       Sensor "F10FCA000800"
1045 #       IgnoreSelected false
1046 #</Plugin>
1047
1048 #<Plugin openldap>
1049 #  <Instance "localhost">
1050 #    URL "ldap://localhost:389"
1051 #    StartTLS false
1052 #    VerifyHost true
1053 #    CACert "/path/to/ca.crt"
1054 #    Timeout -1
1055 #    Version 3
1056 #  </Instance>
1057 #</Plugin>
1058
1059 #<Plugin openvpn>
1060 #       StatusFile "/etc/openvpn/openvpn-status.log"
1061 #       ImprovedNamingSchema false
1062 #       CollectCompression true
1063 #       CollectIndividualUsers true
1064 #       CollectUserCount false
1065 #</Plugin>
1066
1067 #<Plugin oracle>
1068 #  <Query "out_of_stock">
1069 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
1070 #    <Result>
1071 #      Type "gauge"
1072 #      InstancesFrom "category"
1073 #      ValuesFrom "value"
1074 #    </Result>
1075 #  </Query>
1076 #  <Database "product_information">
1077 #    #Plugin "warehouse"
1078 #    ConnectID "db01"
1079 #    Username "oracle"
1080 #    Password "secret"
1081 #    Query "out_of_stock"
1082 #  </Database>
1083 #</Plugin>
1084
1085 #<Plugin ovs_events>
1086 #  Port "6640"
1087 #  Address "127.0.0.1"
1088 #  Socket "/var/run/openvswitch/db.sock"
1089 #  Interfaces "br0" "veth0"
1090 #  SendNotification true
1091 #  DispatchValues false
1092 #</Plugin>
1093
1094 #<Plugin ovs_stats>
1095 #  Port "6640"
1096 #  Address "127.0.0.1"
1097 #  Socket "/var/run/openvswitch/db.sock"
1098 #  Bridges "br0" "br_ext"
1099 #</Plugin>
1100
1101 #<Plugin perl>
1102 #       IncludeDir "/my/include/path"
1103 #       BaseName "Collectd::Plugins"
1104 #       EnableDebugger ""
1105 #       LoadPlugin Monitorus
1106 #       LoadPlugin OpenVZ
1107 #
1108 #       <Plugin foo>
1109 #               Foo "Bar"
1110 #               Qux "Baz"
1111 #       </Plugin>
1112 #</Plugin>
1113
1114 #<Plugin pinba>
1115 #       Address "::0"
1116 #       Port "30002"
1117 #       <View "name">
1118 #               Host "host name"
1119 #               Server "server name"
1120 #               Script "script name"
1121 #       </View>
1122 #</Plugin>
1123
1124 #<Plugin ping>
1125 #       Host "host.foo.bar"
1126 #       Interval 1.0
1127 #       Timeout 0.9
1128 #       TTL 255
1129 #       SourceAddress "1.2.3.4"
1130 #       Device "eth0"
1131 #       MaxMissed -1
1132 #</Plugin>
1133
1134 #<Plugin postgresql>
1135 #       <Query magic>
1136 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
1137 #               Param hostname
1138 #               <Result>
1139 #                       Type gauge
1140 #                       InstancePrefix "magic"
1141 #                       ValuesFrom magic
1142 #               </Result>
1143 #       </Query>
1144 #       <Query rt36_tickets>
1145 #               Statement "SELECT COUNT(type) AS count, type \
1146 #                                 FROM (SELECT CASE \
1147 #                                              WHEN resolved = 'epoch' THEN 'open' \
1148 #                                              ELSE 'resolved' END AS type \
1149 #                                              FROM tickets) type \
1150 #                                 GROUP BY type;"
1151 #               <Result>
1152 #                       Type counter
1153 #                       InstancePrefix "rt36_tickets"
1154 #                       InstancesFrom "type"
1155 #                       ValuesFrom "count"
1156 #               </Result>
1157 #       </Query>
1158 #       <Writer sqlstore>
1159 #               # See contrib/postgresql/collectd_insert.sql for details
1160 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
1161 #               StoreRates true
1162 #       </Writer>
1163 #       <Database foo>
1164 #               #Plugin "kingdom"
1165 #               Host "hostname"
1166 #               Port "5432"
1167 #               User "username"
1168 #               Password "secret"
1169 #               SSLMode "prefer"
1170 #               KRBSrvName "kerberos_service_name"
1171 #               Query magic
1172 #       </Database>
1173 #       <Database bar>
1174 #               Interval 60
1175 #               Service "service_name"
1176 #               Query backends # predefined
1177 #               Query rt36_tickets
1178 #       </Database>
1179 #       <Database qux>
1180 #               Service "collectd_store"
1181 #               Writer sqlstore
1182 #               # see collectd.conf(5) for details
1183 #               CommitInterval 30
1184 #       </Database>
1185 #</Plugin>
1186
1187 #<Plugin powerdns>
1188 #  <Server "server_name">
1189 #    Collect "latency"
1190 #    Collect "udp-answers" "udp-queries"
1191 #    Socket "/var/run/pdns.controlsocket"
1192 #  </Server>
1193 #  <Recursor "recursor_name">
1194 #    Collect "questions"
1195 #    Collect "cache-hits" "cache-misses"
1196 #    Socket "/var/run/pdns_recursor.controlsocket"
1197 #  </Recursor>
1198 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1199 #</Plugin>
1200
1201 #<Plugin processes>
1202 #       CollectFileDescriptor true
1203 #       CollectContextSwitch true
1204 #       CollectMemoryMaps true
1205 #       CollectDelayAccounting false
1206 #       Process "name"
1207 #       ProcessMatch "name" "regex"
1208 #       <Process "collectd">
1209 #               CollectFileDescriptor false
1210 #               CollectContextSwitch false
1211 #               CollectDelayAccounting true
1212 #       </Process>
1213 #       <ProcessMatch "name" "regex">
1214 #               CollectFileDescriptor false
1215 #               CollectContextSwitch true
1216 #       </Process>
1217 #</Plugin>
1218
1219 #<Plugin protocols>
1220 #       Value "/^Tcp:/"
1221 #       IgnoreSelected false
1222 #</Plugin>
1223
1224 #<Plugin python>
1225 #       ModulePath "/path/to/your/python/modules"
1226 #       LogTraces true
1227 #       Interactive true
1228 #       Import "spam"
1229 #
1230 #       <Module spam>
1231 #               spam "wonderful" "lovely"
1232 #       </Module>
1233 #</Plugin>
1234
1235 #<Plugin redis>
1236 #   <Node example>
1237 #      Host "redis.example.com"
1238 #      Port "6379"
1239 #      Timeout 2000
1240 #   </Node>
1241 #</Plugin>
1242
1243 #<Plugin routeros>
1244 #       <Router>
1245 #               Host "router.example.com"
1246 #               Port "8728"
1247 #               User "admin"
1248 #               Password "dozaiTh4"
1249 #               CollectInterface true
1250 #               CollectRegistrationTable true
1251 #               CollectCPULoad true
1252 #               CollectMemory true
1253 #               CollectDF true
1254 #               CollectDisk true
1255 #       </Router>
1256 #</Plugin>
1257
1258 #<Plugin rrdcached>
1259 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1260 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1261 #       CreateFiles true
1262 #       CreateFilesAsync false
1263 #       CollectStatistics true
1264 #</Plugin>
1265
1266 #<Plugin rrdtool>
1267 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1268 #       CreateFilesAsync false
1269 #       CacheTimeout 120
1270 #       CacheFlush   900
1271 #       WritesPerSecond 50
1272 #</Plugin>
1273
1274 #<Plugin sensors>
1275 #       SensorConfigFile "/etc/sensors.conf"
1276 #       Sensor "it8712-isa-0290/temperature-temp1"
1277 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1278 #       Sensor "it8712-isa-0290/voltage-in8"
1279 #       IgnoreSelected false
1280 #</Plugin>
1281
1282 #<Plugin sigrok>
1283 #  LogLevel 3
1284 #  <Device "AC Voltage">
1285 #    Driver "fluke-dmm"
1286 #    MinimumInterval 10
1287 #    Conn "/dev/ttyUSB2"
1288 #  </Device>
1289 #  <Device "Sound Level">
1290 #    Driver "cem-dt-885x"
1291 #    Conn "/dev/ttyUSB1"
1292 #  </Device>
1293 #</Plugin>
1294
1295 #<Plugin smart>
1296 #  Disk "/^[hs]d[a-f][0-9]?$/"
1297 #  IgnoreSelected false
1298 #</Plugin>
1299
1300 #<Plugin snmp>
1301 #   <Data "powerplus_voltge_input">
1302 #       Type "voltage"
1303 #       Table false
1304 #       Instance "input_line1"
1305 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1306 #   </Data>
1307 #   <Data "hr_users">
1308 #       Type "users"
1309 #       Table false
1310 #       Instance ""
1311 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1312 #   </Data>
1313 #   <Data "std_traffic">
1314 #       Type "if_octets"
1315 #       Table true
1316 #       Instance "IF-MIB::ifDescr"
1317 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1318 #   </Data>
1319 #
1320 #   <Host "some.switch.mydomain.org">
1321 #       Address "192.168.0.2"
1322 #       Version 1
1323 #       Community "community_string"
1324 #       Collect "std_traffic"
1325 #       Interval 120
1326 #       Timeout 10
1327 #       Retries 1
1328 #   </Host>
1329 #   <Host "some.server.mydomain.org">
1330 #       Address "192.168.0.42"
1331 #       Version 2
1332 #       Community "another_string"
1333 #       Collect "std_traffic" "hr_users"
1334 #   </Host>
1335 #   <Host "some.ups.mydomain.org">
1336 #       Address "192.168.0.3"
1337 #       Version 1
1338 #       Community "more_communities"
1339 #       Collect "powerplus_voltge_input"
1340 #       Interval 300
1341 #       Timeout 5
1342 #       Retries 5
1343 #   </Host>
1344 #</Plugin>
1345
1346 #<Plugin snmp_agent>
1347 #  <Data "memAvailReal">
1348 #    Plugin "memory"
1349 #    Type "memory"
1350 #    TypeInstance "free"
1351 #    OIDs "1.3.6.1.4.1.2021.4.6.0"
1352 #  </Data>
1353 #  <Table "ifTable">
1354 #    IndexOID "IF-MIB::ifIndex"
1355 #    SizeOID "IF-MIB::ifNumber"
1356 #    <Data "ifDescr">
1357 #      Instance true
1358 #      Plugin "interface"
1359 #      OIDs "IF-MIB::ifDescr"
1360 #    </Data>
1361 #    <Data "ifOctets">
1362 #      Plugin "interface"
1363 #      Type "if_octets"
1364 #      TypeInstance ""
1365 #      OIDs "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1366 #    </Data>
1367 #  </Table>
1368 #</Plugin>
1369
1370 #<Plugin statsd>
1371 #  Host "::"
1372 #  Port "8125"
1373 #  DeleteCounters false
1374 #  DeleteTimers   false
1375 #  DeleteGauges   false
1376 #  DeleteSets     false
1377 #  CounterSum     false
1378 #  TimerPercentile 90.0
1379 #  TimerPercentile 95.0
1380 #  TimerPercentile 99.0
1381 #  TimerLower     false
1382 #  TimerUpper     false
1383 #  TimerSum       false
1384 #  TimerCount     false
1385 #</Plugin>
1386
1387 #<Plugin swap>
1388 #       ReportByDevice false
1389 #       ReportBytes true
1390 #       ValuesAbsolute true
1391 #       ValuesPercentage false
1392 #       ReportIO true
1393 #</Plugin>
1394
1395 #<Plugin sysevent>
1396 #       Listen "127.0.0.1" "6666"
1397 #       BufferSize 1024
1398 #       BufferLength 10
1399 #       RegexFilter "regex"
1400 #</Plugin>
1401
1402 #<Plugin table>
1403 #       <Table "/proc/slabinfo">
1404 #               #Plugin "table"
1405 #               Instance "slabinfo"
1406 #               Separator " "
1407 #               <Result>
1408 #                       Type gauge
1409 #                       InstancePrefix "active_objs"
1410 #                       InstancesFrom 0
1411 #                       ValuesFrom 1
1412 #               </Result>
1413 #               <Result>
1414 #                       Type gauge
1415 #                       InstancePrefix "objperslab"
1416 #                       InstancesFrom 0
1417 #                       ValuesFrom 4
1418 #               </Result>
1419 #       </Table>
1420 #</Plugin>
1421
1422 #<Plugin tail>
1423 #  <File "/var/log/exim4/mainlog">
1424 #    Instance "exim"
1425 #    Interval 60
1426 #    <Match>
1427 #      Regex "S=([1-9][0-9]*)"
1428 #      DSType "CounterAdd"
1429 #      Type "ipt_bytes"
1430 #      Instance "total"
1431 #    </Match>
1432 #    <Match>
1433 #      Regex "\\<R=local_user\\>"
1434 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1435 #      DSType "CounterInc"
1436 #      Type "counter"
1437 #      Instance "local_user"
1438 #    </Match>
1439 #  </File>
1440 #  <File "/var/log/nginx/apache-time.log">
1441 #    #Use the following log format in nginx:
1442 #    #log_format response_time '[$host] "$upstream_response_time" ...'
1443 #    Instance "apache"
1444 #    <Match>
1445 #      Regex "^\\S+ \"([0-9.]+)\""
1446 #      <DSType Distribution>
1447 #        Percentile 80    # -> latency-foo-80
1448 #        Percentile 95    # -> latency-foo-95
1449 #        Percentile 99    # -> latency-foo-99
1450 #        Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
1451 #        Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
1452 #        Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
1453 #        Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
1454 #        Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
1455 #        Bucket 2.0 0     # -> bucket-latency-foo-2_inf
1456 #        #BucketType "bucket"
1457 #      </DSType>
1458 #      Type "latency"
1459 #      Instance "foo"
1460 #    </Match>
1461 #  </File>
1462 #</Plugin>
1463
1464 #<Plugin tail_csv>
1465 #   <Metric "dropped">
1466 #       Type "percent"
1467 #       Instance "dropped"
1468 #       ValueFrom 1
1469 #   </Metric>
1470 #   <Metric "mbps">
1471 #       Type "bytes"
1472 #       Instance "wire-realtime"
1473 #       ValueFrom 2
1474 #   </Metric>
1475 #   <Metric "alerts">
1476 #       Type "alerts_per_second"
1477 #       ValueFrom 3
1478 #   </Metric>
1479 #   <Metric "kpps">
1480 #       Type "kpackets_wire_per_sec.realtime"
1481 #       ValueFrom 4
1482 #   </Metric>
1483 #   <File "/var/log/snort/snort.stats">
1484 #       Instance "snort-eth0"
1485 #       Interval 600
1486 #       Collect "dropped" "mbps" "alerts" "kpps"
1487 #       TimeFrom 0
1488 #   </File>
1489 #</Plugin>
1490
1491 #<Plugin tcpconns>
1492 #       ListeningPorts false
1493 #       AllPortsSummary false
1494 #       LocalPort "25"
1495 #       RemotePort "25"
1496 #</Plugin>
1497
1498 #<Plugin teamspeak2>
1499 #       Host "127.0.0.1"
1500 #       Port "51234"
1501 #       Server "8767"
1502 #</Plugin>
1503
1504 #<Plugin ted>
1505 #       Device "/dev/ttyUSB0"
1506 #       Retries 0
1507 #</Plugin>
1508
1509 #<Plugin thermal>
1510 #       ForceUseProcfs false
1511 #       Device "THRM"
1512 #       IgnoreSelected false
1513 #</Plugin>
1514
1515 #<Plugin tokyotyrant>
1516 #       Host "localhost"
1517 #       Port "1978"
1518 #</Plugin>
1519
1520 #<Plugin turbostat>
1521 ##      None of the following option should be set manually
1522 ##      This plugin automatically detect most optimal options
1523 ##      Only set values here if:
1524 ##      - The module asks you to
1525 ##      - You want to disable the collection of some data
1526 ##      - Your (Intel) CPU is not supported (yet) by the module
1527 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1528 ##      In the last two cases, please open a bug request
1529 #
1530 #       TCCActivationTemp "100"
1531 #       CoreCstates "392"
1532 #       PackageCstates "396"
1533 #       SystemManagementInterrupt true
1534 #       DigitalTemperatureSensor true
1535 #       PackageThermalManagement true
1536 #       RunningAveragePowerLimit "7"
1537 #</Plugin>
1538
1539 #<Plugin unixsock>
1540 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1541 #       SocketGroup "collectd"
1542 #       SocketPerms "0660"
1543 #       DeleteSocket false
1544 #</Plugin>
1545
1546 #<Plugin uuid>
1547 #       UUIDFile "/etc/uuid"
1548 #</Plugin>
1549
1550 #<Plugin mic>
1551 #   ShowCPU true
1552 #   ShowCPUCores true
1553 #   ShowMemory true
1554 #   ShowTemperatures true
1555 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1556 ##  then inverted with a IgnoreSelectedTemperature.
1557 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1558 #   Temperature vddg
1559 #   IgnoreSelectedTemperature true
1560 #   ShowPower true
1561 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1562 ##  then inverted with a IgnoreSelectedTemperature.
1563 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1564 #   Power total1
1565 #   IgnoreSelectedPower true
1566 #</Plugin>
1567
1568 #<Plugin varnish>
1569 #   This tag support an argument if you want to
1570 #   monitor the local instance just use </Instance>
1571 #   If you prefer defining another instance you can do
1572 #   so by using <Instance "myinstance">
1573 #   <Instance>
1574 #      CollectBackend true
1575 #      CollectBan false           # Varnish 3 and above
1576 #      CollectCache true
1577 #      CollectConnections true
1578 #      CollectDirectorDNS false   # Varnish 3 only
1579 #      CollectESI false
1580 #      CollectFetch false
1581 #      CollectHCB false
1582 #      CollectObjects false
1583 #      CollectPurge false         # Varnish 2 only
1584 #      CollectSession false
1585 #      CollectSHM true
1586 #      CollectSMA false           # Varnish 2 & 4 only
1587 #      CollectSMS false
1588 #      CollectSM false            # Varnish 2 only
1589 #      CollectStruct false
1590 #      CollectTotals false
1591 #      CollectUptime false        # Varnish 3 and above
1592 #      CollectVCL false
1593 #      CollectVSM false           # Varnish 4 only
1594 #      CollectWorkers false
1595 #      CollectLock false          # Varnish 4 only
1596 #      CollectMempool false       # Varnish 4 only
1597 #      CollectManagement false    # Varnish 4 only
1598 #      CollectSMF false           # Varnish 4 only
1599 #      CollectVBE false           # Varnish 4 only
1600 #      CollectMSE false           # Varnish-Plus 4 only
1601 #   </Instance>
1602 #</Plugin>
1603
1604 #<Plugin virt>
1605 #       Connection "xen:///"
1606 #       RefreshInterval 60
1607 #       Domain "name"
1608 #       BlockDevice "name:device"
1609 #       BlockDeviceFormat target
1610 #       BlockDeviceFormatBasename false
1611 #       InterfaceDevice "name:device"
1612 #       IgnoreSelected false
1613 #       HostnameFormat name
1614 #       InterfaceFormat name
1615 #       PluginInstanceFormat name
1616 #       Instances 1
1617 #       ExtraStats "cpu_util disk disk_err domain_state fs_info job_stats_background pcpu perf vcpupin"
1618 #</Plugin>
1619
1620 #<Plugin vmem>
1621 #       Verbose false
1622 #</Plugin>
1623
1624 #<Plugin write_graphite>
1625 #  <Node "example">
1626 #    Host "localhost"
1627 #    Port "2003"
1628 #    Protocol "tcp"
1629 #    ReconnectInterval 0
1630 #    LogSendErrors true
1631 #    Prefix "collectd"
1632 #    Postfix "collectd"
1633 #    StoreRates true
1634 #    AlwaysAppendDS false
1635 #    EscapeCharacter "_"
1636 #    SeparateInstances false
1637 #    PreserveSeparator false
1638 #    DropDuplicateFields false
1639 #  </Node>
1640 #</Plugin>
1641
1642 #<Plugin write_http>
1643 #       <Node "example">
1644 #               URL "http://example.com/collectd-post"
1645 #               User "collectd"
1646 #               Password "weCh3ik0"
1647 #               VerifyPeer true
1648 #               VerifyHost true
1649 #               CACert "/etc/ssl/ca.crt"
1650 #               CAPath "/etc/ssl/certs/"
1651 #               ClientKey "/etc/ssl/client.pem"
1652 #               ClientCert "/etc/ssl/client.crt"
1653 #               ClientKeyPass "secret"
1654 #               Header "X-Custom-Header: custom_value"
1655 #               SSLVersion "TLSv1"
1656 #               Format "Command"
1657 #               Prefix "collectd"  # metric prefix, only available for KAIROSDB format
1658 #               Attribute "key" "value"     # only available for KAIROSDB format
1659 #               TTL 0   # data ttl, only available for KAIROSDB format
1660 #               Metrics true
1661 #               Notifications false
1662 #               StoreRates false
1663 #               BufferSize 4096
1664 #               LowSpeedLimit 0
1665 #               Timeout 0
1666 #       </Node>
1667 #</Plugin>
1668
1669 #<Plugin write_kafka>
1670 #  Property "metadata.broker.list" "localhost:9092"
1671 #  <Topic "collectd">
1672 #    Format JSON
1673 #  </Topic>
1674 #</Plugin>
1675
1676 #<Plugin write_mongodb>
1677 #       <Node "example">
1678 #               Host "localhost"
1679 #               Port "27017"
1680 #               Timeout 1000
1681 #               StoreRates false
1682 #               Database "auth_db"
1683 #               User "auth_user"
1684 #               Password "auth_passwd"
1685 #       </Node>
1686 #</Plugin>
1687
1688 #<Plugin write_prometheus>
1689 #       Port "9103"
1690 #</Plugin>
1691
1692 #<Plugin write_redis>
1693 #       <Node "example">
1694 #               Host "localhost"
1695 #               Port "6379"
1696 #               Timeout 1000
1697 #               Prefix "collectd/"
1698 #       </Node>
1699 #</Plugin>
1700
1701 #<Plugin write_riemann>
1702 #       <Node "example">
1703 #               Host "localhost"
1704 #               Port 5555
1705 #               Protocol TCP
1706 #               Batch true
1707 #               BatchMaxSize 8192
1708 #               StoreRates true
1709 #               AlwaysAppendDS false
1710 #               TTLFactor 2.0
1711 #               Notifications true
1712 #               CheckThresholds false
1713 #               EventServicePrefix ""
1714 #       </Node>
1715 #       Tag "foobar"
1716 #       Attribute "foo" "bar"
1717 #</Plugin>
1718
1719 #<Plugin write_sensu>
1720 #       <Node "example">
1721 #               Host "localhost"
1722 #               Port 3030
1723 #               StoreRates true
1724 #               AlwaysAppendDS false
1725 #               Notifications true
1726 #               Metrics true
1727 #               EventServicePrefix ""
1728 #               MetricHandler "influx"
1729 #               MetricHandler "default"
1730 #               NotificationHandler "flapjack"
1731 #               NotificationHandler "howling_monkey"
1732 #       </Node>
1733 #       Tag "foobar"
1734 #       Attribute "foo" "bar"
1735 #</Plugin>
1736
1737 #<Plugin write_tsdb>
1738 #       <Node>
1739 #               Host "localhost"
1740 #               Port "4242"
1741 #               HostTags "status=production"
1742 #               StoreRates false
1743 #               AlwaysAppendDS false
1744 #       </Node>
1745 #</Plugin>
1746
1747 #<Plugin zookeeper>
1748 #    Host "localhost"
1749 #    Port "2181"
1750 #</Plugin>
1751
1752 ##############################################################################
1753 # Filter configuration                                                       #
1754 #----------------------------------------------------------------------------#
1755 # The following configures collectd's filtering mechanism. Before changing   #
1756 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1757 # in the collectd.conf(5) manual page.                                       #
1758 ##############################################################################
1759
1760 # Load required matches:
1761 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1762 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1763 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1764 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1765 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1766
1767 # Load required targets:
1768 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1769 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1770 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1771 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1772 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1773
1774 #----------------------------------------------------------------------------#
1775 # The following block demonstrates the default behavior if no filtering is   #
1776 # configured at all: All values will be sent to all available write plugins. #
1777 #----------------------------------------------------------------------------#
1778
1779 #<Chain "PostCache">
1780 #  Target "write"
1781 #</Chain>
1782
1783 ##############################################################################
1784 # Threshold configuration                                                    #
1785 #----------------------------------------------------------------------------#
1786 # The following outlines how to configure collectd's threshold checking      #
1787 # plugin. The plugin and possible configuration options are documented in    #
1788 # the collectd-threshold(5) manual page.                                     #
1789 ##############################################################################
1790
1791 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1792 #<Plugin threshold>
1793 #  <Type "foo">
1794 #    WarningMin    0.00
1795 #    WarningMax 1000.00
1796 #    FailureMin    0.00
1797 #    FailureMax 1200.00
1798 #    Invert false
1799 #    Instance "bar"
1800 #  </Type>
1801 #
1802 #  <Plugin "interface">
1803 #    Instance "eth0"
1804 #    <Type "if_octets">
1805 #      FailureMax 10000000
1806 #      DataSource "rx"
1807 #    </Type>
1808 #  </Plugin>
1809 #
1810 #  <Host "hostname">
1811 #    <Type "cpu">
1812 #      Instance "idle"
1813 #      FailureMin 10
1814 #    </Type>
1815 #
1816 #    <Plugin "memory">
1817 #      <Type "memory">
1818 #        Instance "cached"
1819 #        WarningMin 100000000
1820 #      </Type>
1821 #    </Plugin>
1822 #
1823 #    <Type "load">
1824 #       DataSource "midterm"
1825 #       FailureMax 4
1826 #       Hits 3
1827 #       Hysteresis 3
1828 #    </Type>
1829 #  </Host>
1830 #</Plugin>