1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
7 ##############################################################################
8 # Global #
9 #----------------------------------------------------------------------------#
10 # Global settings for the daemon. #
11 ##############################################################################
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"
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
27 #----------------------------------------------------------------------------#
28 # When enabled, internal statistics are collected, using "collectd" as the #
29 # plugin name. #
30 # Disabled by default. #
31 #----------------------------------------------------------------------------#
32 #CollectInternalStats false
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
43 #MaxReadInterval 86400
44 #Timeout 2
45 #ReadThreads 5
46 #WriteThreads 5
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
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 ##############################################################################
61 @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog
62 @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile
63 @LOAD_PLUGIN_LOG_LOGSTASH@LoadPlugin log_logstash
65 #<Plugin logfile>
66 # LogLevel @DEFAULT_LOG_LEVEL@
67 # File STDOUT
68 # Timestamp true
69 # PrintSeverity false
70 #</Plugin>
72 #<Plugin log_logstash>
73 # LogLevel @DEFAULT_LOG_LEVEL@
74 # File "@localstatedir@/log/@PACKAGE_NAME@.json.log"
75 #</Plugin>
77 #<Plugin syslog>
78 # LogLevel @DEFAULT_LOG_LEVEL@
79 #</Plugin>
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 ##############################################################################
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_HDDTEMP_TRUE@LoadPlugin hddtemp
125 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
126 #@BUILD_PLUGIN_IPC_TRUE@@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc
127 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
128 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
129 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
130 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
131 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
132 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
133 #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar
134 #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm
135 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
136 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
137 #@BUILD_PLUGIN_MD_TRUE@LoadPlugin md
138 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
139 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
140 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
141 #@BUILD_PLUGIN_MIC_TRUE@LoadPlugin mic
142 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
143 #@BUILD_PLUGIN_MQTT_TRUE@LoadPlugin mqtt
144 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
145 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
146 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
147 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
148 @LOAD_PLUGIN_NETWORK@LoadPlugin network
149 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
150 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
151 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
152 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
153 #@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@LoadPlugin notify_nagios
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
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 ##############################################################################
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>
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>
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>
265 #<Plugin apcups>
266 # Host "localhost"
267 # Port "3551"
268 # ReportSeconds true
269 # PersistentConnection true
270 #</Plugin>
272 #<Plugin aquaero>
273 # Device ""
274 #</Plugin>
276 #<Plugin ascent>
277 # URL "http://localhost/ascent/status/"
278 # User "www-user"
279 # Password "secret"
280 # CACert "/etc/ssl/ca.crt"
281 #</Plugin>
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>
293 #<Plugin "battery">
294 # ValuesPercentage false
295 # ReportDegraded false
296 #</Plugin>
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>
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>
335 #<Plugin cgroups>
336 # CGroup "libvirt"
337 # IgnoreSelected false
338 #</Plugin>
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>
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>
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>
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>
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>
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 # ReportInodes false
492 # ValuesAbsolute true
493 # ValuesPercentage false
494 #</Plugin>
496 #<Plugin disk>
497 # Disk "/^[hs]d[a-f][0-9]?$/"
498 # IgnoreSelected false
499 # UseBSDName false
500 # UdevNameAttr "DEVNAME"
501 #</Plugin>
503 #<Plugin dns>
504 # Interface "eth0"
505 # IgnoreSource "192.168.0.1"
506 # SelectNumericQueryTypes true
507 #</Plugin>
509 #<Plugin email>
510 # SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
511 # SocketGroup "collectd"
512 # SocketPerms "0770"
513 # MaxConns 5
514 #</Plugin>
516 #<Plugin ethstat>
517 # Interface "eth0"
518 # Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
519 # Map "multicast" "if_multicast"
520 # MappedOnly false
521 #</Plugin>
523 #<Plugin exec>
524 # Exec "user:group" "/path/to/exec"
525 # NotificationExec "user:group" "/path/to/exec"
526 #</Plugin>
528 #<Plugin fhcount>
529 # ValuesAbsolute true
530 # ValuesPercentage false
531 #</Plugin>
533 #<Plugin filecount>
534 # <Directory "/path/to/dir">
535 # Instance "foodir"
536 # Name "*.conf"
537 # MTime "-5m"
538 # Size "+10k"
539 # Recursive true
540 # IncludeHidden false
541 # </Directory>
542 #</Plugin>
544 #<Plugin gmond>
545 # MCReceiveFrom "239.2.11.71" "8649"
546 # <Metric "swap_total">
547 # Type "swap"
548 # TypeInstance "total"
549 # DataSource "value"
550 # </Metric>
551 # <Metric "swap_free">
552 # Type "swap"
553 # TypeInstance "free"
554 # DataSource "value"
555 # </Metric>
556 #</Plugin>
558 #<Plugin hddtemp>
559 # Host "127.0.0.1"
560 # Port "7634"
561 #</Plugin>
563 #<Plugin interface>
564 # Interface "eth0"
565 # IgnoreSelected false
566 # UniqueName false
567 #</Plugin>
569 #<Plugin ipmi>
570 # Sensor "some_sensor"
571 # Sensor "another_one"
572 # IgnoreSelected false
573 # NotifySensorAdd false
574 # NotifySensorRemove true
575 # NotifySensorNotPresent false
576 #</Plugin>
578 #<Plugin iptables>
579 # Chain table chain
580 # Chain6 table chain
581 #</Plugin>
583 #<Plugin irq>
584 # Irq 7
585 # Irq 8
586 # Irq 9
587 # IgnoreSelected true
588 #</Plugin>
590 #<Plugin java>
591 # JVMArg "-verbose:jni"
592 # JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
593 #
594 # LoadPlugin "org.collectd.java.Foobar"
595 # <Plugin "org.collectd.java.Foobar">
596 # # To be parsed by the plugin
597 # </Plugin>
598 #</Plugin>
600 #<Plugin load>
601 # ReportRelative true
602 #</Plugin>
604 #<Plugin lpar>
605 # CpuPoolStats false
606 # ReportBySerial false
607 #</Plugin>
609 #<Plugin madwifi>
610 # Interface "wlan0"
611 # IgnoreSelected false
612 # Source "SysFS"
613 # WatchSet "None"
614 # WatchAdd "node_octets"
615 # WatchAdd "node_rssi"
616 # WatchAdd "is_rx_acl"
617 # WatchAdd "is_scan_active"
618 #</Plugin>
620 #<Plugin mbmon>
621 # Host "127.0.0.1"
622 # Port "411"
623 #</Plugin>
625 #<Plugin md>
626 # Device "/dev/md0"
627 # IgnoreSelected false
628 #</Plugin>
630 #<Plugin memcachec>
631 # <Page "plugin_instance">
632 # Server "localhost"
633 # Key "page_key"
634 # <Match>
635 # Regex "(\\d+) bytes sent"
636 # ExcludeRegex "<lines to be excluded>"
637 # DSType CounterAdd
638 # Type "ipt_octets"
639 # Instance "type_instance"
640 # </Match>
641 # </Page>
642 #</Plugin>
644 #<Plugin memcached>
645 # <Instance "local">
646 # Host "127.0.0.1"
647 # Port "11211"
648 # </Instance>
649 #</Plugin>
651 #<Plugin memory>
652 # ValuesAbsolute true
653 # ValuesPercentage false
654 #</Plugin>
656 #<Plugin modbus>
657 # <Data "data_name">
658 # RegisterBase 1234
659 # RegisterCmd ReadHolding
660 # RegisterType float
661 # Type gauge
662 # Instance "..."
663 # </Data>
664 #
665 # <Host "name">
666 # Address "addr"
667 # Port "1234"
668 # Interval 60
669 #
670 # <Slave 1>
671 # Instance "foobar" # optional
672 # Collect "data_name"
673 # </Slave>
674 # </Host>
675 #</Plugin>
677 #<Plugin mqtt>
678 # <Publish "name">
679 # Host "localhost"
680 # Port 1883
681 # ClientId "localhost"
682 # User "user"
683 # Password "secret"
684 # QoS 0
685 # Prefix "collectd"
686 # StoreRates true
687 # Retain false
688 # CACert "/etc/ssl/ca.crt"
689 # CertificateFile "/etc/ssl/client.crt"
690 # CertificateKeyFile "/etc/ssl/client.pem"
691 # TLSProtocol "tlsv1.2"
692 # CipherSuite "ciphers"
693 # </Publish>
694 # <Subscribe "name">
695 # Host "localhost"
696 # Port 1883
697 # ClientId "localhost"
698 # User "user"
699 # Password "secret"
700 # QoS 2
701 # Topic "collectd/#"
702 # CleanSession true
703 # </Subscribe>
704 #</Plugin>
706 #<Plugin mysql>
707 # <Database db_name>
708 # Host "database.serv.er"
709 # User "db_user"
710 # Password "secret"
711 # Database "db_name"
712 # MasterStats true
713 # ConnectTimeout 10
714 # InnodbStats true
715 # </Database>
716 #
717 # <Database db_name2>
718 # Alias "squeeze"
719 # Host "localhost"
720 # Socket "/var/run/mysql/mysqld.sock"
721 # SlaveStats true
722 # SlaveNotifications true
723 # </Database>
724 #</Plugin>
726 #<Plugin netapp>
727 # <Host "netapp1.example.com">
728 # Protocol "https"
729 # Address "10.0.0.1"
730 # Port 443
731 # User "username"
732 # Password "aef4Aebe"
733 # Interval 30
734 #
735 # <WAFL>
736 # Interval 30
737 # GetNameCache true
738 # GetDirCache true
739 # GetBufferCache true
740 # GetInodeCache true
741 # </WAFL>
742 #
743 # <Disks>
744 # Interval 30
745 # GetBusy true
746 # </Disks>
747 #
748 # <VolumePerf>
749 # Interval 30
750 # GetIO "volume0"
751 # IgnoreSelectedIO false
752 # GetOps "volume0"
753 # IgnoreSelectedOps false
754 # GetLatency "volume0"
755 # IgnoreSelectedLatency false
756 # </VolumePerf>
757 #
758 # <VolumeUsage>
759 # Interval 30
760 # GetCapacity "vol0"
761 # GetCapacity "vol1"
762 # IgnoreSelectedCapacity false
763 # GetSnapshot "vol1"
764 # GetSnapshot "vol3"
765 # IgnoreSelectedSnapshot false
766 # </VolumeUsage>
767 #
768 # <System>
769 # Interval 30
770 # GetCPULoad true
771 # GetInterfaces true
772 # GetDiskOps true
773 # GetDiskIO true
774 # </System>
775 # </Host>
776 #</Plugin>
778 #<Plugin netlink>
779 # Interface "All"
780 # VerboseInterface "All"
781 # QDisc "eth0" "pfifo_fast-1:0"
782 # Class "ppp0" "htb-1:10"
783 # Filter "ppp0" "u32-1:0"
784 # IgnoreSelected false
785 #</Plugin>
787 @LOAD_PLUGIN_NETWORK@<Plugin network>
788 # # client setup:
789 @LOAD_PLUGIN_NETWORK@ Server "ff18::efc0:4a42" "25826"
790 @LOAD_PLUGIN_NETWORK@ <Server "239.192.74.66" "25826">
791 # SecurityLevel Encrypt
792 # Username "user"
793 # Password "secret"
794 # Interface "eth0"
795 # ResolveInterval 14400
796 @LOAD_PLUGIN_NETWORK@ </Server>
797 # TimeToLive 128
798 #
799 # # server setup:
800 # Listen "ff18::efc0:4a42" "25826"
801 # <Listen "239.192.74.66" "25826">
802 # SecurityLevel Sign
803 # AuthFile "/etc/collectd/passwd"
804 # Interface "eth0"
805 # </Listen>
806 # MaxPacketSize 1452
807 #
808 # # proxy setup (client and server as above):
809 # Forward true
810 #
811 # # statistics about the network plugin itself
812 # ReportStats false
813 #
814 # # "garbage collection"
815 # CacheFlush 1800
816 @LOAD_PLUGIN_NETWORK@</Plugin>
818 #<Plugin nginx>
819 # URL "http://localhost/status?auto"
820 # User "www-user"
821 # Password "secret"
822 # CACert "/etc/ssl/ca.crt"
823 #</Plugin>
825 #<Plugin notify_desktop>
826 # OkayTimeout 1000
827 # WarningTimeout 5000
828 # FailureTimeout 0
829 #</Plugin>
831 #<Plugin notify_email>
832 # SMTPServer "localhost"
833 # SMTPPort 25
834 # SMTPUser "my-username"
835 # SMTPPassword "my-password"
836 # From "collectd@main0server.com"
837 # # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
838 # Subject "Aaaaaa!! %s on %s!!!!!"
839 # Recipient "email1@domain1.net"
840 # Recipient "email2@domain2.com"
841 #</Plugin>
843 #<Plugin notify_nagios>
844 # CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
845 #</Plugin>
847 #<Plugin ntpd>
848 # Host "localhost"
849 # Port 123
850 # ReverseLookups false
851 # IncludeUnitID true
852 #</Plugin>
854 #<Plugin nut>
855 # UPS "upsname@hostname:port"
856 #</Plugin>
858 #<Plugin olsrd>
859 # Host "127.0.0.1"
860 # Port "2006"
861 # CollectLinks "Summary"
862 # CollectRoutes "Summary"
863 # CollectTopology "Summary"
864 #</Plugin>
866 #<Plugin onewire>
867 # Device "-s localhost:4304"
868 # Sensor "F10FCA000800"
869 # IgnoreSelected false
870 #</Plugin>
872 #<Plugin openldap>
873 # <Instance "localhost">
874 # URL "ldap://localhost:389"
875 # StartTLS false
876 # VerifyHost true
877 # CACert "/path/to/ca.crt"
878 # Timeout -1
879 # Version 3
880 # </Instance>
881 #</Plugin>
883 #<Plugin openvpn>
884 # StatusFile "/etc/openvpn/openvpn-status.log"
885 # ImprovedNamingSchema false
886 # CollectCompression true
887 # CollectIndividualUsers true
888 # CollectUserCount false
889 #</Plugin>
891 #<Plugin oracle>
892 # <Query "out_of_stock">
893 # Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
894 # <Result>
895 # Type "gauge"
896 # InstancesFrom "category"
897 # ValuesFrom "value"
898 # </Result>
899 # </Query>
900 # <Database "product_information">
901 # ConnectID "db01"
902 # Username "oracle"
903 # Password "secret"
904 # Query "out_of_stock"
905 # </Database>
906 #</Plugin>
908 #<Plugin perl>
909 # IncludeDir "/my/include/path"
910 # BaseName "Collectd::Plugins"
911 # EnableDebugger ""
912 # LoadPlugin Monitorus
913 # LoadPlugin OpenVZ
914 #
915 # <Plugin foo>
916 # Foo "Bar"
917 # Qux "Baz"
918 # </Plugin>
919 #</Plugin>
921 #<Plugin pinba>
922 # Address "::0"
923 # Port "30002"
924 # <View "name">
925 # Host "host name"
926 # Server "server name"
927 # Script "script name"
928 # </View>
929 #</Plugin>
931 #<Plugin ping>
932 # Host "host.foo.bar"
933 # Interval 1.0
934 # Timeout 0.9
935 # TTL 255
936 # SourceAddress "1.2.3.4"
937 # Device "eth0"
938 # MaxMissed -1
939 #</Plugin>
941 #<Plugin postgresql>
942 # <Query magic>
943 # Statement "SELECT magic FROM wizard WHERE host = $1;"
944 # Param hostname
945 # <Result>
946 # Type gauge
947 # InstancePrefix "magic"
948 # ValuesFrom magic
949 # </Result>
950 # </Query>
951 # <Query rt36_tickets>
952 # Statement "SELECT COUNT(type) AS count, type \
953 # FROM (SELECT CASE \
954 # WHEN resolved = 'epoch' THEN 'open' \
955 # ELSE 'resolved' END AS type \
956 # FROM tickets) type \
957 # GROUP BY type;"
958 # <Result>
959 # Type counter
960 # InstancePrefix "rt36_tickets"
961 # InstancesFrom "type"
962 # ValuesFrom "count"
963 # </Result>
964 # </Query>
965 # <Writer sqlstore>
966 # # See contrib/postgresql/collectd_insert.sql for details
967 # Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
968 # StoreRates true
969 # </Writer>
970 # <Database foo>
971 # Host "hostname"
972 # Port "5432"
973 # User "username"
974 # Password "secret"
975 # SSLMode "prefer"
976 # KRBSrvName "kerberos_service_name"
977 # Query magic
978 # </Database>
979 # <Database bar>
980 # Interval 60
981 # Service "service_name"
982 # Query backend # predefined
983 # Query rt36_tickets
984 # </Database>
985 # <Database qux>
986 # Service "collectd_store"
987 # Writer sqlstore
988 # # see collectd.conf(5) for details
989 # CommitInterval 30
990 # </Database>
991 #</Plugin>
993 #<Plugin powerdns>
994 # <Server "server_name">
995 # Collect "latency"
996 # Collect "udp-answers" "udp-queries"
997 # Socket "/var/run/pdns.controlsocket"
998 # </Server>
999 # <Recursor "recursor_name">
1000 # Collect "questions"
1001 # Collect "cache-hits" "cache-misses"
1002 # Socket "/var/run/pdns_recursor.controlsocket"
1003 # </Recursor>
1004 # LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1005 #</Plugin>
1007 #<Plugin processes>
1008 # Process "name"
1009 #</Plugin>
1011 #<Plugin protocols>
1012 # Value "/^Tcp:/"
1013 # IgnoreSelected false
1014 #</Plugin>
1016 #<Plugin python>
1017 # ModulePath "/path/to/your/python/modules"
1018 # LogTraces true
1019 # Interactive true
1020 # Import "spam"
1021 #
1022 # <Module spam>
1023 # spam "wonderful" "lovely"
1024 # </Module>
1025 #</Plugin>
1027 #<Plugin redis>
1028 # <Node example>
1029 # Host "redis.example.com"
1030 # Port "6379"
1031 # Timeout 2000
1032 # </Node>
1033 #</Plugin>
1035 #<Plugin routeros>
1036 # <Router>
1037 # Host "router.example.com"
1038 # Port "8728"
1039 # User "admin"
1040 # Password "dozaiTh4"
1041 # CollectInterface true
1042 # CollectRegistrationTable true
1043 # CollectCPULoad true
1044 # CollectMemory true
1045 # CollectDF true
1046 # CollectDisk true
1047 # </Router>
1048 #</Plugin>
1050 #<Plugin rrdcached>
1051 # DaemonAddress "unix:/tmp/rrdcached.sock"
1052 # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1053 # CreateFiles true
1054 # CreateFilesAsync false
1055 # CollectStatistics true
1056 #</Plugin>
1058 #<Plugin rrdtool>
1059 # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1060 # CreateFilesAsync false
1061 # CacheTimeout 120
1062 # CacheFlush 900
1063 # WritesPerSecond 50
1064 #</Plugin>
1066 #<Plugin sensors>
1067 # SensorConfigFile "/etc/sensors.conf"
1068 # Sensor "it8712-isa-0290/temperature-temp1"
1069 # Sensor "it8712-isa-0290/fanspeed-fan3"
1070 # Sensor "it8712-isa-0290/voltage-in8"
1071 # IgnoreSelected false
1072 #</Plugin>
1074 #<Plugin sigrok>
1075 # LogLevel 3
1076 # <Device "AC Voltage">
1077 # Driver "fluke-dmm"
1078 # MinimumInterval 10
1079 # Conn "/dev/ttyUSB2"
1080 # </Device>
1081 # <Device "Sound Level">
1082 # Driver "cem-dt-885x"
1083 # Conn "/dev/ttyUSB1"
1084 # </Device>
1085 #</Plugin>
1087 #<Plugin smart>
1088 # Disk "/^[hs]d[a-f][0-9]?$/"
1089 # IgnoreSelected false
1090 #</Plugin>
1092 #<Plugin snmp>
1093 # <Data "powerplus_voltge_input">
1094 # Type "voltage"
1095 # Table false
1096 # Instance "input_line1"
1097 # Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1098 # </Data>
1099 # <Data "hr_users">
1100 # Type "users"
1101 # Table false
1102 # Instance ""
1103 # Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1104 # </Data>
1105 # <Data "std_traffic">
1106 # Type "if_octets"
1107 # Table true
1108 # Instance "IF-MIB::ifDescr"
1109 # Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1110 # </Data>
1111 #
1112 # <Host "some.switch.mydomain.org">
1113 # Address "192.168.0.2"
1114 # Version 1
1115 # Community "community_string"
1116 # Collect "std_traffic"
1117 # Interval 120
1118 # </Host>
1119 # <Host "some.server.mydomain.org">
1120 # Address "192.168.0.42"
1121 # Version 2
1122 # Community "another_string"
1123 # Collect "std_traffic" "hr_users"
1124 # </Host>
1125 # <Host "some.ups.mydomain.org">
1126 # Address "192.168.0.3"
1127 # Version 1
1128 # Community "more_communities"
1129 # Collect "powerplus_voltge_input"
1130 # Interval 300
1131 # </Host>
1132 #</Plugin>
1134 #<Plugin statsd>
1135 # Host "::"
1136 # Port "8125"
1137 # DeleteCounters false
1138 # DeleteTimers false
1139 # DeleteGauges false
1140 # DeleteSets false
1141 # CounterSum false
1142 # TimerPercentile 90.0
1143 # TimerPercentile 95.0
1144 # TimerPercentile 99.0
1145 # TimerLower false
1146 # TimerUpper false
1147 # TimerSum false
1148 # TimerCount false
1149 #</Plugin>
1151 #<Plugin swap>
1152 # ReportByDevice false
1153 # ReportBytes true
1154 # ValuesAbsolute true
1155 # ValuesPercentage false
1156 #</Plugin>
1158 #<Plugin table>
1159 # <Table "/proc/slabinfo">
1160 # Instance "slabinfo"
1161 # Separator " "
1162 # <Result>
1163 # Type gauge
1164 # InstancePrefix "active_objs"
1165 # InstancesFrom 0
1166 # ValuesFrom 1
1167 # </Result>
1168 # <Result>
1169 # Type gauge
1170 # InstancePrefix "objperslab"
1171 # InstancesFrom 0
1172 # ValuesFrom 4
1173 # </Result>
1174 # </Table>
1175 #</Plugin>
1177 #<Plugin tail>
1178 # <File "/var/log/exim4/mainlog">
1179 # Instance "exim"
1180 # Interval 60
1181 # <Match>
1182 # Regex "S=([1-9][0-9]*)"
1183 # DSType "CounterAdd"
1184 # Type "ipt_bytes"
1185 # Instance "total"
1186 # </Match>
1187 # <Match>
1188 # Regex "\\<R=local_user\\>"
1189 # ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1190 # DSType "CounterInc"
1191 # Type "counter"
1192 # Instance "local_user"
1193 # </Match>
1194 # </File>
1195 #</Plugin>
1197 #<Plugin tail_csv>
1198 # <Metric "dropped">
1199 # Type "percent"
1200 # Instance "dropped"
1201 # ValueFrom 1
1202 # </Metric>
1203 # <Metric "mbps">
1204 # Type "bytes"
1205 # Instance "wire-realtime"
1206 # ValueFrom 2
1207 # </Metric>
1208 # <Metric "alerts">
1209 # Type "alerts_per_second"
1210 # ValueFrom 3
1211 # </Metric>
1212 # <Metric "kpps">
1213 # Type "kpackets_wire_per_sec.realtime"
1214 # ValueFrom 4
1215 # </Metric>
1216 # <File "/var/log/snort/snort.stats">
1217 # Instance "snort-eth0"
1218 # Interval 600
1219 # Collect "dropped" "mbps" "alerts" "kpps"
1220 # TimeFrom 0
1221 # </File>
1222 #</Plugin>
1224 #<Plugin tcpconns>
1225 # ListeningPorts false
1226 # AllPortsSummary false
1227 # LocalPort "25"
1228 # RemotePort "25"
1229 #</Plugin>
1231 #<Plugin teamspeak2>
1232 # Host "127.0.0.1"
1233 # Port "51234"
1234 # Server "8767"
1235 #</Plugin>
1237 #<Plugin ted>
1238 # Device "/dev/ttyUSB0"
1239 # Retries 0
1240 #</Plugin>
1242 #<Plugin thermal>
1243 # ForceUseProcfs false
1244 # Device "THRM"
1245 # IgnoreSelected false
1246 #</Plugin>
1248 #<Plugin tokyotyrant>
1249 # Host "localhost"
1250 # Port "1978"
1251 #</Plugin>
1253 #<Plugin turbostat>
1254 ## None of the following option should be set manually
1255 ## This plugin automatically detect most optimal options
1256 ## Only set values here if:
1257 ## - The module asks you to
1258 ## - You want to disable the collection of some data
1259 ## - Your (Intel) CPU is not supported (yet) by the module
1260 ## - The module generates a lot of errors 'MSR offset 0x... read failed'
1261 ## In the last two cases, please open a bug request
1262 #
1263 # TCCActivationTemp "100"
1264 # CoreCstates "392"
1265 # PackageCstates "396"
1266 # SystemManagementInterrupt true
1267 # DigitalTemperatureSensor true
1268 # PackageThermalManagement true
1269 # RunningAveragePowerLimit "7"
1270 #</Plugin>
1272 #<Plugin unixsock>
1273 # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1274 # SocketGroup "collectd"
1275 # SocketPerms "0660"
1276 # DeleteSocket false
1277 #</Plugin>
1279 #<Plugin uuid>
1280 # UUIDFile "/etc/uuid"
1281 #</Plugin>
1283 #<Plugin mic>
1284 # ShowCPU true
1285 # ShowCPUCores true
1286 # ShowMemory true
1287 # ShowTemperatures true
1288 ## Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1289 ## then inverted with a IgnoreSelectedTemperature.
1290 ## Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1291 # Temperature vddg
1292 # IgnoreSelectedTemperature true
1293 # ShowPower true
1294 ## Power Sensors can be ignored/shown by repeated #Power lines, and
1295 ## then inverted with a IgnoreSelectedTemperature.
1296 ## Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1297 # Power total1
1298 # IgnoreSelectedPower true
1299 #</Plugin>
1301 #<Plugin varnish>
1302 # This tag support an argument if you want to
1303 # monitor the local instance just use </Instance>
1304 # If you prefer defining another instance you can do
1305 # so by using <Instance "myinstance">
1306 # <Instance>
1307 # CollectBackend true
1308 # CollectBan false # Varnish 3 and above
1309 # CollectCache true
1310 # CollectConnections true
1311 # CollectDirectorDNS false # Varnish 3 only
1312 # CollectESI false
1313 # CollectFetch false
1314 # CollectHCB false
1315 # CollectObjects false
1316 # CollectPurge false # Varnish 2 only
1317 # CollectSession false
1318 # CollectSHM true
1319 # CollectSMA false # Varnish 2 only
1320 # CollectSMS false
1321 # CollectSM false # Varnish 2 only
1322 # CollectStruct false
1323 # CollectTotals false
1324 # CollectUptime false # Varnish 3 and above
1325 # CollectVCL false
1326 # CollectVSM false # Varnish 4 only
1327 # CollectWorkers false
1328 # </Instance>
1329 #</Plugin>
1331 #<Plugin virt>
1332 # Connection "xen:///"
1333 # RefreshInterval 60
1334 # Domain "name"
1335 # BlockDevice "name:device"
1336 # InterfaceDevice "name:device"
1337 # IgnoreSelected false
1338 # HostnameFormat name
1339 # InterfaceFormat name
1340 # PluginInstanceFormat name
1341 #</Plugin>
1343 #<Plugin vmem>
1344 # Verbose false
1345 #</Plugin>
1347 #<Plugin write_graphite>
1348 # <Node "example">
1349 # Host "localhost"
1350 # Port "2003"
1351 # Protocol "tcp"
1352 # ReconnectInterval 0
1353 # LogSendErrors true
1354 # Prefix "collectd"
1355 # Postfix "collectd"
1356 # StoreRates true
1357 # AlwaysAppendDS false
1358 # EscapeCharacter "_"
1359 # </Node>
1360 #</Plugin>
1362 #<Plugin write_http>
1363 # <Node "example">
1364 # URL "http://example.com/collectd-post"
1365 # User "collectd"
1366 # Password "weCh3ik0"
1367 # VerifyPeer true
1368 # VerifyHost true
1369 # CACert "/etc/ssl/ca.crt"
1370 # CAPath "/etc/ssl/certs/"
1371 # ClientKey "/etc/ssl/client.pem"
1372 # ClientCert "/etc/ssl/client.crt"
1373 # ClientKeyPass "secret"
1374 # SSLVersion "TLSv1"
1375 # Format "Command"
1376 # StoreRates false
1377 # BufferSize 4096
1378 # LowSpeedLimit 0
1379 # Timeout 0
1380 # </Node>
1381 #</Plugin>
1383 #<Plugin write_kafka>
1384 # Property "metadata.broker.list" "localhost:9092"
1385 # <Topic "collectd">
1386 # Format JSON
1387 # </Topic>
1388 #</Plugin>
1390 #<Plugin write_mongodb>
1391 # <Node "example">
1392 # Host "localhost"
1393 # Port "27017"
1394 # Timeout 1000
1395 # StoreRates false
1396 # Database "auth_db"
1397 # User "auth_user"
1398 # Password "auth_passwd"
1399 # </Node>
1400 #</Plugin>
1402 #<Plugin write_redis>
1403 # <Node "example">
1404 # Host "localhost"
1405 # Port "6379"
1406 # Timeout 1000
1407 # Prefix "collectd/"
1408 # </Node>
1409 #</Plugin>
1411 #<Plugin write_riemann>
1412 # <Node "example">
1413 # Host "localhost"
1414 # Port 5555
1415 # Protocol TCP
1416 # Batch true
1417 # BatchMaxSize 8192
1418 # StoreRates true
1419 # AlwaysAppendDS false
1420 # TTLFactor 2.0
1421 # Notifications true
1422 # CheckThresholds false
1423 # EventServicePrefix ""
1424 # </Node>
1425 # Tag "foobar"
1426 # Attribute "foo" "bar"
1427 #</Plugin>
1429 #<Plugin write_sensu>
1430 # <Node "example">
1431 # Host "localhost"
1432 # Port 3030
1433 # StoreRates true
1434 # AlwaysAppendDS false
1435 # Notifications true
1436 # Metrics true
1437 # EventServicePrefix ""
1438 # MetricHandler "influx"
1439 # MetricHandler "default"
1440 # NotificationHandler "flapjack"
1441 # NotificationHandler "howling_monkey"
1442 # </Node>
1443 # Tag "foobar"
1444 # Attribute "foo" "bar"
1445 #</Plugin>
1447 #<Plugin write_tsdb>
1448 # <Node>
1449 # Host "localhost"
1450 # Port "4242"
1451 # HostTags "status=production"
1452 # StoreRates false
1453 # AlwaysAppendDS false
1454 # </Node>
1455 #</Plugin>
1457 #<Plugin zookeeper>
1458 # Host "localhost"
1459 # Port "2181"
1460 #</Plugin>
1462 ##############################################################################
1463 # Filter configuration #
1464 #----------------------------------------------------------------------------#
1465 # The following configures collectd's filtering mechanism. Before changing #
1466 # anything in this section, please read the `FILTER CONFIGURATION' section #
1467 # in the collectd.conf(5) manual page. #
1468 ##############################################################################
1470 # Load required matches:
1471 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1472 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1473 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1474 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1475 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1477 # Load required targets:
1478 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1479 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1480 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1481 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1482 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1484 #----------------------------------------------------------------------------#
1485 # The following block demonstrates the default behavior if no filtering is #
1486 # configured at all: All values will be sent to all available write plugins. #
1487 #----------------------------------------------------------------------------#
1489 #<Chain "PostCache">
1490 # Target "write"
1491 #</Chain>
1493 ##############################################################################
1494 # Threshold configuration #
1495 #----------------------------------------------------------------------------#
1496 # The following outlines how to configure collectd's threshold checking #
1497 # plugin. The plugin and possible configuration options are documented in #
1498 # the collectd-threshold(5) manual page. #
1499 ##############################################################################
1501 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1502 #<Plugin threshold>
1503 # <Type "foo">
1504 # WarningMin 0.00
1505 # WarningMax 1000.00
1506 # FailureMin 0.00
1507 # FailureMax 1200.00
1508 # Invert false
1509 # Instance "bar"
1510 # </Type>
1511 #
1512 # <Plugin "interface">
1513 # Instance "eth0"
1514 # <Type "if_octets">
1515 # FailureMax 10000000
1516 # DataSource "rx"
1517 # </Type>
1518 # </Plugin>
1519 #
1520 # <Host "hostname">
1521 # <Type "cpu">
1522 # Instance "idle"
1523 # FailureMin 10
1524 # </Type>
1525 #
1526 # <Plugin "memory">
1527 # <Type "memory">
1528 # Instance "cached"
1529 # WarningMin 100000000
1530 # </Type>
1531 # </Plugin>
1532 #
1533 # <Type "load">
1534 # DataSource "midterm"
1535 # FailureMax 4
1536 # Hits 3
1537 # Hysteresis 3
1538 # </Type>
1539 # </Host>
1540 #</Plugin>