collectd.conf(5): Document the gRPC plugin.
[collectd.git] / README
1  collectd - System information collection daemon
2 =================================================
3 http://collectd.org/
4
5 About
6 -----
7
8   collectd is a small daemon which collects system information periodically
9   and provides mechanisms to store and monitor the values in a variety of
10   ways.
11
12
13 Features
14 --------
15
16   * collectd is able to collect the following data:
17
18     - apache
19       Apache server utilization: Number of bytes transferred, number of
20       requests handled and detailed scoreboard statistics
21
22     - apcups
23       APC UPS Daemon: UPS charge, load, input/output/battery voltage, etc.
24
25     - apple_sensors
26       Sensors in Macs running Mac OS X / Darwin: Temperature, fan speed and
27       voltage sensors.
28
29     - aquaero
30       Various sensors in the Aquaero 5 water cooling board made by Aquacomputer.
31
32     - ascent
33       Statistics about Ascent, a free server for the game `World of Warcraft'.
34
35     - barometer
36       Reads absolute barometric pressure, air pressure reduced to sea level and
37       temperature.  Supported sensors are MPL115A2 and MPL3115 from Freescale
38       and BMP085 from Bosch.
39
40     - battery
41       Batterycharge, -current and voltage of ACPI and PMU based laptop
42       batteries.
43
44     - bind
45       Name server and resolver statistics from the `statistics-channel'
46       interface of BIND 9.5, 9,6 and later.
47
48     - ceph
49       Statistics from the Ceph distributed storage system.
50
51     - cgroups
52       CPU accounting information for process groups under Linux.
53
54     - conntrack
55       Number of nf_conntrack entries.
56
57     - contextswitch
58       Number of context switches done by the operating system.
59
60     - cpu
61       CPU utilization: Time spent in the system, user, nice, idle, and related
62       states.
63
64     - cpufreq
65       CPU frequency (For laptops with speed step or a similar technology)
66
67     - curl
68       Parse statistics from websites using regular expressions.
69
70     - curl_json
71       Retrieves JSON data via cURL and parses it according to user
72       configuration.
73
74     - curl_xml
75       Retrieves XML data via cURL and parses it according to user
76       configuration.
77
78     - dbi
79       Executes SQL statements on various databases and interprets the returned
80       data.
81
82     - df
83       Mountpoint usage (Basically the values `df(1)' delivers)
84
85     - disk
86       Disk utilization: Sectors read/written, number of read/write actions,
87       average time an IO-operation took to complete.
88
89     - dns
90       DNS traffic: Query types, response codes, opcodes and traffic/octets
91       transferred.
92
93     - drbd
94       Collect individual drbd resource statistics.
95
96     - email
97       Email statistics: Count, traffic, spam scores and checks.
98       See collectd-email(5).
99
100     - entropy
101       Amount of entropy available to the system.
102
103     - ethstat
104       Network interface card statistics.
105
106     - exec
107       Values gathered by a custom program or script.
108       See collectd-exec(5).
109
110     - fhcount
111       File handles statistics.
112
113     - filecount
114       Count the number of files in directories.
115
116     - fscache
117       Linux file-system based caching framework statistics.
118
119     - gmond
120       Receive multicast traffic from Ganglia instances.
121
122     - hddtemp
123       Hard disk temperatures using hddtempd.
124
125     - interface
126       Interface traffic: Number of octets, packets and errors for each
127       interface.
128
129     - ipc
130       IPC counters: semaphores used, number of allocated segments in shared
131       memory and more.
132
133     - ipmi
134       IPMI (Intelligent Platform Management Interface) sensors information.
135
136     - iptables
137       Iptables' counters: Number of bytes that were matched by a certain
138       iptables rule.
139
140     - ipvs
141       IPVS connection statistics (number of connections, octets and packets
142       for each service and destination).
143       See http://www.linuxvirtualserver.org/software/index.html.
144
145     - irq
146       IRQ counters: Frequency in which certain interrupts occur.
147
148     - java
149       Integrates a `Java Virtual Machine' (JVM) to execute plugins in Java
150       bytecode. See “Configuring with libjvm” below.
151
152     - load
153       System load average over the last 1, 5 and 15 minutes.
154
155     - lpar
156       Detailed CPU statistics of the “Logical Partitions” virtualization
157       technique built into IBM's POWER processors.
158
159     - lvm
160       Size of “Logical Volumes” (LV) and “Volume Groups” (VG) of Linux'
161       “Logical Volume Manager” (LVM).
162
163     - madwifi
164       Queries very detailed usage statistics from wireless LAN adapters and
165       interfaces that use the Atheros chipset and the MadWifi driver.
166
167     - mbmon
168       Motherboard sensors: temperature, fan speed and voltage information,
169       using mbmon(1).
170
171     - md
172       Linux software-RAID device information (number of active, failed, spare
173       and missing disks).
174
175     - memcachec
176       Query and parse data from a memcache daemon (memcached).
177
178     - memcached
179       Statistics of the memcached distributed caching system.
180       <http://www.danga.com/memcached/>
181
182     - memory
183       Memory utilization: Memory occupied by running processes, page cache,
184       buffer cache and free.
185
186     - mic
187       Collects CPU usage, memory usage, temperatures and power consumption from
188       Intel Many Integrated Core (MIC) CPUs.
189
190     - modbus
191       Reads values from Modbus/TCP enabled devices. Supports reading values
192       from multiple "slaves" so gateway devices can be used.
193
194     - mqtt
195       Publishes and subscribes to MQTT topics.
196
197     - multimeter
198       Information provided by serial multimeters, such as the `Metex
199       M-4650CR'.
200
201     - mysql
202       MySQL server statistics: Commands issued, handlers triggered, thread
203       usage, query cache utilization and traffic/octets sent and received.
204
205     - netapp
206       Plugin to query performance values from a NetApp storage system using the
207       “Manage ONTAP” SDK provided by NetApp.
208
209     - netlink
210       Very detailed Linux network interface and routing statistics. You can get
211       (detailed) information on interfaces, qdiscs, classes, and, if you can
212       make use of it, filters.
213
214     - network
215       Receive values that were collected by other hosts. Large setups will
216       want to collect the data on one dedicated machine, and this is the
217       plugin of choice for that.
218
219     - nfs
220       NFS Procedures: Which NFS command were called how often. Only NFSv2 and
221       NFSv3 right now.
222
223     - nginx
224       Collects statistics from `nginx' (speak: engine X), a HTTP and mail
225       server/proxy.
226
227     - ntpd
228       NTP daemon statistics: Local clock drift, offset to peers, etc.
229
230     - numa
231       Information about Non-Uniform Memory Access (NUMA).
232
233     - nut
234       Network UPS tools: UPS current, voltage, power, charge, utilisation,
235       temperature, etc. See upsd(8).
236
237     - olsrd
238       Queries routing information from the “Optimized Link State Routing”
239       daemon.
240
241     - onewire (EXPERIMENTAL!)
242       Read onewire sensors using the owcapu library of the owfs project.
243       Please read in collectd.conf(5) why this plugin is experimental.
244
245     - openldap
246       Read monitoring information from OpenLDAP's cn=Monitor subtree.
247
248     - openvpn
249       RX and TX of each client in openvpn-status.log (status-version 2).
250       <http://openvpn.net/index.php/documentation/howto.html>
251
252     - oracle
253       Query data from an Oracle database.
254
255     - perl
256       The perl plugin implements a Perl-interpreter into collectd. You can
257       write your own plugins in Perl and return arbitrary values using this
258       API. See collectd-perl(5).
259
260     - pf
261       Query statistics from BSD's packet filter "pf".
262
263     - pinba
264       Receive and dispatch timing values from Pinba, a profiling extension for
265       PHP.
266
267     - ping
268       Network latency: Time to reach the default gateway or another given
269       host.
270
271     - postgresql
272       PostgreSQL database statistics: active server connections, transaction
273       numbers, block IO, table row manipulations.
274
275     - powerdns
276       PowerDNS name server statistics.
277
278     - processes
279       Process counts: Number of running, sleeping, zombie, ... processes.
280
281     - protocols
282       Counts various aspects of network protocols such as IP, TCP, UDP, etc.
283
284     - python
285       The python plugin implements a Python interpreter into collectd. This
286       makes it possible to write plugins in Python which are executed by
287       collectd without the need to start a heavy interpreter every interval.
288       See collectd-python(5) for details.
289
290     - redis
291       The redis plugin gathers information from a Redis server, including:
292       uptime, used memory, total connections etc.
293
294     - routeros
295       Query interface and wireless registration statistics from RouterOS.
296
297     - rrdcached
298       RRDtool caching daemon (RRDcacheD) statistics.
299
300     - sensors
301       System sensors, accessed using lm_sensors: Voltages, temperatures and
302       fan rotation speeds.
303
304     - serial
305       RX and TX of serial interfaces. Linux only; needs root privileges.
306
307     - sigrok
308       Uses libsigrok as a backend, allowing any sigrok-supported device
309       to have its measurements fed to collectd. This includes multimeters,
310       sound level meters, thermometers, and much more.
311
312     - smart
313       Collect SMART statistics, notably load cycle count, temperature
314       and bad sectors.
315
316     - snmp
317       Read values from SNMP (Simple Network Management Protocol) enabled
318       network devices such as switches, routers, thermometers, rack monitoring
319       servers, etc. See collectd-snmp(5).
320
321     - statsd
322       Acts as a StatsD server, reading values sent over the network from StatsD
323       clients and calculating rates and other aggregates out of these values.
324
325     - swap
326       Pages swapped out onto hard disk or whatever is called `swap' by the OS..
327
328     - table
329       Parse table-like structured files.
330
331     - tail
332       Follows (tails) log files, parses them by lines and submits matched
333       values.
334
335     - tail_csv
336       Follows (tails) files in CSV format, parses each line and submits
337       extracted values.
338
339     - tape
340       Bytes and operations read and written on tape devices. Solaris only.
341
342     - tcpconns
343       Number of TCP connections to specific local and remote ports.
344
345     - teamspeak2
346       TeamSpeak2 server statistics.
347
348     - ted
349       Plugin to read values from `The Energy Detective' (TED).
350
351     - thermal
352       Linux ACPI thermal zone information.
353
354     - tokyotyrant
355       Reads the number of records and file size from a running Tokyo Tyrant
356       server.
357
358     - turbostat
359       Reads CPU frequency and C-state residency on modern Intel
360       turbo-capable processors.
361
362     - uptime
363       System uptime statistics.
364
365     - users
366       Users currently logged in.
367
368     - varnish
369       Various statistics from Varnish, an HTTP accelerator.
370
371     - virt
372       CPU, memory, disk and network I/O statistics from virtual machines.
373
374     - vmem
375       Virtual memory statistics, e. g. the number of page-ins/-outs or the
376       number of pagefaults.
377
378     - vserver
379       System resources used by Linux VServers.
380       See <http://linux-vserver.org/>.
381
382     - wireless
383       Link quality of wireless cards. Linux only.
384
385     - xmms
386       Bitrate and frequency of music played with XMMS.
387
388     - zfs_arc
389       Statistics for ZFS' “Adaptive Replacement Cache” (ARC).
390
391     - zone
392       Measures the percentage of cpu load per container (zone) under Solaris 10
393       and higher
394
395     - zookeeper
396       Read data from Zookeeper's MNTR command.
397
398   * Output can be written or sent to various destinations by the following
399     plugins:
400
401     - amqp
402       Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP)
403       server, such as RabbitMQ.
404
405     - csv
406       Write to comma separated values (CSV) files. This needs lots of
407       diskspace but is extremely portable and can be analysed with almost
408       every program that can analyse anything. Even Microsoft's Excel..
409
410     - network
411       Send the data to a remote host to save the data somehow. This is useful
412       for large setups where the data should be saved by a dedicated machine.
413
414     - perl
415       Of course the values are propagated to plugins written in Perl, too, so
416       you can easily do weird stuff with the plugins we didn't dare think of
417       ;) See collectd-perl(5).
418
419     - python
420       It's possible to implement write plugins in Python using the python
421       plugin. See collectd-python(5) for details.
422
423     - rrdcached
424       Output to round-robin-database (RRD) files using the RRDtool caching
425       daemon (RRDcacheD) - see rrdcached(1). That daemon provides a general
426       implementation of the caching done by the `rrdtool' plugin.
427
428     - rrdtool
429       Output to round-robin-database (RRD) files using librrd. See rrdtool(1).
430       This is likely the most popular destination for such values. Since
431       updates to RRD-files are somewhat expensive this plugin can cache
432       updates to the files and write a bunch of updates at once, which lessens
433       system load a lot.
434
435     - unixsock
436       One can query the values from the unixsock plugin whenever they're
437       needed. Please read collectd-unixsock(5) for a description on how that's
438       done.
439
440     - write_graphite
441       Sends data to Carbon, the storage layer of Graphite using TCP or UDP. It
442       can be configured to avoid logging send errors (especially useful when
443       using UDP).
444
445     - write_http
446       Sends the values collected by collectd to a web-server using HTTP POST
447       requests. The transmitted data is either in a form understood by the
448       Exec plugin or formatted in JSON.
449
450     - write_kafka
451       Sends data to Apache Kafka, a distributed queue.
452
453     - write_log
454       Writes data to the log
455
456     - write_mongodb
457       Sends data to MongoDB, a NoSQL database.
458
459     - write_redis
460       Sends the values to a Redis key-value database server.
461
462     - write_riemann
463       Sends data to Riemann, a stream processing and monitoring system.
464
465     - write_sensu
466       Sends data to Sensu, a stream processing and monitoring system, via the
467       Sensu client local TCP socket.
468
469     - write_tsdb
470       Sends data OpenTSDB, a scalable no master, no shared state time series
471       database.
472
473   * Logging is, as everything in collectd, provided by plugins. The following
474     plugins keep us informed about what's going on:
475
476     - logfile
477       Writes log messages to a file or STDOUT/STDERR.
478
479     - perl
480       Log messages are propagated to plugins written in Perl as well.
481       See collectd-perl(5).
482
483     - python
484       It's possible to implement log plugins in Python using the python plugin.
485       See collectd-python(5) for details.
486
487     - syslog
488       Logs to the standard UNIX logging mechanism, syslog.
489
490     - log_logstash
491       Writes log messages formatted as logstash JSON events.
492
493   * Notifications can be handled by the following plugins:
494
495     - notify_desktop
496       Send a desktop notification to a notification daemon, as defined in
497       the Desktop Notification Specification. To actually display the
498       notifications, notification-daemon is required.
499       See http://www.galago-project.org/specs/notification/.
500
501     - notify_email
502       Send an E-mail with the notification message to the configured
503       recipients.
504
505     - exec
506       Execute a program or script to handle the notification.
507       See collectd-exec(5).
508
509     - logfile
510       Writes the notification message to a file or STDOUT/STDERR.
511
512     - network
513       Send the notification to a remote host to handle it somehow.
514
515     - perl
516       Notifications are propagated to plugins written in Perl as well.
517       See collectd-perl(5).
518
519     - python
520       It's possible to implement notification plugins in Python using the
521       python plugin. See collectd-python(5) for details.
522
523   * Value processing can be controlled using the "filter chain" infrastructure
524     and "matches" and "targets". The following plugins are available:
525
526     - match_empty_counter
527       Match counter values which are currently zero.
528
529     - match_hashed
530       Match values using a hash function of the hostname.
531
532     - match_regex
533       Match values by their identifier based on regular expressions.
534
535     - match_timediff
536       Match values with an invalid timestamp.
537
538     - match_value
539       Select values by their data sources' values.
540
541     - target_notification
542       Create and dispatch a notification.
543
544     - target_replace
545       Replace parts of an identifier using regular expressions.
546
547     - target_scale
548       Scale (multiply) values by an arbitrary value.
549
550     - target_set
551       Set (overwrite) entire parts of an identifier.
552
553   * Miscellaneous plugins:
554
555     - aggregation
556       Selects multiple value lists based on patterns or regular expressions
557       and creates new aggregated values lists from those.
558
559     - threshold
560       Checks values against configured thresholds and creates notifications if
561       values are out of bounds. See collectd-threshold(5) for details.
562
563     - uuid
564       Sets the hostname to a unique identifier. This is meant for setups
565       where each client may migrate to another physical host, possibly going
566       through one or more name changes in the process.
567
568   * Performance: Since collectd is running as a daemon it doesn't spend much
569     time starting up again and again. With the exception of the exec plugin no
570     processes are forked. Caching in output plugins, such as the rrdtool and
571     network plugins, makes sure your resources are used efficiently. Also,
572     since collectd is programmed multithreaded it benefits from hyper-threading
573     and multicore processors and makes sure that the daemon isn't idle if only
574     one plugin waits for an IO-operation to complete.
575
576   * Once set up, hardly any maintenance is necessary. Setup is kept as easy
577     as possible and the default values should be okay for most users.
578
579
580 Operation
581 ---------
582
583   * collectd's configuration file can be found at `sysconfdir'/collectd.conf.
584     Run `collectd -h' for a list of built-in defaults. See `collectd.conf(5)'
585     for a list of options and a syntax description.
586
587   * When the `csv' or `rrdtool' plugins are loaded they'll write the values to
588     files. The usual place for these files is beneath `/var/lib/collectd'.
589
590   * When using some of the plugins, collectd needs to run as user root, since
591     only root can do certain things, such as craft ICMP packages needed to ping
592     other hosts. collectd should NOT be installed setuid root since it can be
593     used to overwrite valuable files!
594
595   * Sample scripts to generate graphs reside in `contrib/' in the source
596     package or somewhere near `/usr/share/doc/collectd' in most distributions.
597     Please be aware that those script are meant as a starting point for your
598     own experiments.. Some of them require the `RRDs' Perl module.
599     (`librrds-perl' on Debian) If you have written a more sophisticated
600     solution please share it with us.
601
602   * The RRAs of the automatically created RRD files depend on the `step'
603     and `heartbeat' settings given. If change these settings you may need to
604     re-create the files, losing all data. Please be aware of that when changing
605     the values and read the rrdtool(1) manpage thoroughly.
606
607
608 collectd and chkrootkit
609 -----------------------
610
611   If you are using the `dns' plugin chkrootkit(1) will report collectd as a
612   packet sniffer ("<iface>: PACKET SNIFFER(/usr/sbin/collectd[<pid>])"). The
613   plugin captures all UDP packets on port 53 to analyze the DNS traffic. In
614   this case, collectd is a legitimate sniffer and the report should be
615   considered to be a false positive. However, you might want to check that
616   this really is collectd and not some other, illegitimate sniffer.
617
618
619 Prerequisites
620 -------------
621
622   To compile collectd from source you will need:
623
624   * Usual suspects: C compiler, linker, preprocessor, make, ...
625
626   * A POSIX-threads (pthread) implementation.
627     Since gathering some statistics is slow (network connections, slow devices,
628     etc) collectd is parallelized. The POSIX threads interface is being
629     used and should be found in various implementations for hopefully all
630     platforms.
631
632   * aerotools-ng (optional)
633     Used by the `aquaero' plugin. Currently, the `libaquaero5' library, which
634     is used by the `aerotools-ng' toolkit, is not compiled as a shared object
635     nor does it feature an installation routine. Therefore, you need to point
636     collectd's configure script at the source directory of the `aerotools-ng'
637     project.
638     <https://github.com/lynix/aerotools-ng>
639
640   * CoreFoundation.framework and IOKit.framework (optional)
641     For compiling on Darwin in general and the `apple_sensors' plugin in
642     particular.
643     <http://developer.apple.com/corefoundation/>
644
645   * libatasmart (optional)
646     Used by the `smart' plugin.
647     <http://git.0pointer.de/?p=libatasmart.git>
648
649   * libcap (optional)
650     The `turbostat' plugin can optionally build Linux Capabilities support,
651     which avoids full privileges requirement (aka. running as root) to read
652     values.
653     <http://sites.google.com/site/fullycapable/>
654
655   * libclntsh (optional)
656     Used by the `oracle' plugin.
657
658   * libhiredis (optional)
659     Used by the redis plugin. Please note that you require a 0.10.0 version
660     or higher. <https://github.com/redis/hiredis>
661
662   * libcurl (optional)
663     If you want to use the `apache', `ascent', `bind', `curl', `curl_json',
664     `curl_xml', `nginx', or `write_http' plugin.
665     <http://curl.haxx.se/>
666
667   * libdbi (optional)
668     Used by the `dbi' plugin to connect to various databases.
669     <http://libdbi.sourceforge.net/>
670
671   * libesmtp (optional)
672     For the `notify_email' plugin.
673     <http://www.stafford.uklinux.net/libesmtp/>
674
675   * libganglia (optional)
676     Used by the `gmond' plugin to process data received from Ganglia.
677     <http://ganglia.info/>
678
679   * libgcrypt (optional)
680     Used by the `network' plugin for encryption and authentication.
681     <http://www.gnupg.org/>
682
683   * libhal (optional)
684     If present, the `uuid' plugin will check for UUID from HAL.
685     <http://hal.freedesktop.org/>
686
687   * libi2c-dev (optional)
688     Used for the plugin `barometer', provides just the i2c-dev.h header file
689     for user space i2c development.
690
691   * libiptc (optional)
692     For querying iptables counters.
693     <http://netfilter.org/>
694
695   * libjvm (optional)
696     Library that encapsulates the `Java Virtual Machine' (JVM). This library is
697     used by the `java' plugin to execute Java bytecode. See “Configuring with
698     libjvm” below.
699     <http://openjdk.java.net/> (and others)
700
701   * libldap (optional)
702     Used by the `openldap' plugin.
703     <http://www.openldap.org/>
704
705   * liblvm2 (optional)
706     Used by the `lvm' plugin.
707     <ftp://sources.redhat.com/pub/lvm2/>
708
709   * libmemcached (optional)
710     Used by the `memcachec' plugin to connect to a memcache daemon.
711     <http://tangent.org/552/libmemcached.html>
712
713   * libmnl (optional)
714     Used by the `netlink' plugin.
715     <http://www.netfilter.org/projects/libmnl/>
716
717   * libmodbus (optional)
718     Used by the `modbus' plugin to communicate with Modbus/TCP devices. The
719     `modbus' plugin works with version 2.0.3 of the library – due to frequent
720     API changes other versions may or may not compile cleanly.
721     <http://www.libmodbus.org/>
722
723   * libmysqlclient (optional)
724     Unsurprisingly used by the `mysql' plugin.
725     <http://dev.mysql.com/>
726
727   * libnetapp (optional)
728     Required for the `netapp' plugin.
729     This library is part of the “Manage ONTAP SDK” published by NetApp.
730
731   * libnetsnmp (optional)
732     For the `snmp' plugin.
733     <http://www.net-snmp.org/>
734
735   * libnotify (optional)
736     For the `notify_desktop' plugin.
737     <http://www.galago-project.org/>
738
739   * libopenipmi (optional)
740     Used by the `ipmi' plugin to prove IPMI devices.
741     <http://openipmi.sourceforge.net/>
742
743   * liboping (optional)
744     Used by the `ping' plugin to send and receive ICMP packets.
745     <http://octo.it/liboping/>
746
747   * libowcapi (optional)
748     Used by the `onewire' plugin to read values from onewire sensors (or the
749     owserver(1) daemon).
750     <http://www.owfs.org/>
751
752   * libpcap (optional)
753     Used to capture packets by the `dns' plugin.
754     <http://www.tcpdump.org/>
755
756   * libperfstat (optional)
757     Used by various plugins to gather statistics under AIX.
758
759   * libperl (optional)
760     Obviously used by the `perl' plugin. The library has to be compiled with
761     ithread support (introduced in Perl 5.6.0).
762     <http://www.perl.org/>
763
764   * libpq (optional)
765     The PostgreSQL C client library used by the `postgresql' plugin.
766     <http://www.postgresql.org/>
767
768   * libprotobuf-c, protoc-c (optional)
769     Used by the `pinba' plugin to generate a parser for the network packets
770     sent by the Pinba PHP extension.
771     <http://code.google.com/p/protobuf-c/>
772
773   * libpython (optional)
774     Used by the `python' plugin. Currently, Python 2.3 and later and Python 3
775     are supported.
776     <http://www.python.org/>
777
778   * librabbitmq (optional; also called “rabbitmq-c”)
779     Used by the `amqp' plugin for AMQP connections, for example to RabbitMQ.
780     <http://hg.rabbitmq.com/rabbitmq-c/>
781
782   * librdkafka (optional; also called “rdkafka”)
783     Used by the `write_kafka' plugin for producing messages and sending them
784     to a Kafka broker.
785     <https://github.com/edenhill/librdkafka>
786
787   * librouteros (optional)
788     Used by the `routeros' plugin to connect to a device running `RouterOS'.
789     <http://octo.it/librouteros/>
790
791   * librrd (optional)
792     Used by the `rrdtool' and `rrdcached' plugins. The latter requires RRDtool
793     client support which was added after version 1.3 of RRDtool. Versions 1.0,
794     1.2 and 1.3 are known to work with the `rrdtool' plugin.
795     <http://oss.oetiker.ch/rrdtool/>
796
797   * librt, libsocket, libkstat, libdevinfo (optional)
798     Various standard Solaris libraries which provide system functions.
799     <http://developers.sun.com/solaris/>
800
801   * libsensors (optional)
802     To read from `lm_sensors', see the `sensors' plugin.
803     <http://www.lm-sensors.org/>
804
805   * libsigrok (optional)
806     Used by the `sigrok' plugin. In addition, libsigrok depends on glib,
807     libzip, and optionally (depending on which drivers are enabled) on
808     libusb, libftdi and libudev.
809
810   * libstatgrab (optional)
811     Used by various plugins to collect statistics on systems other than Linux
812     and/or Solaris.
813     <http://www.i-scream.org/libstatgrab/>
814
815   * libtokyotyrant (optional)
816     Used by the `tokyotyrant' plugin.
817     <http://1978th.net/tokyotyrant/>
818
819   * libupsclient/nut (optional)
820     For the `nut' plugin which queries nut's `upsd'.
821     <http://networkupstools.org/>
822
823   * libvirt (optional)
824     Collect statistics from virtual machines.
825     <http://libvirt.org/>
826
827   * libxml2 (optional)
828     Parse XML data. This is needed for the `ascent', `bind', `curl_xml' and
829     `virt' plugins.
830     <http://xmlsoft.org/>
831
832   * libxmms (optional)
833     <http://www.xmms.org/>
834
835   * libyajl (optional)
836     Parse JSON data. This is needed for the `ceph', `curl_json' and
837     `log_logstash' plugins.
838     <http://github.com/lloyd/yajl>
839
840   * libvarnish (optional)
841      Fetches statistics from a Varnish instance. This is needed for the
842      `varnish' plugin.
843      <http://varnish-cache.org>
844
845   * riemann-c-client (optional)
846      For the `write_riemann' plugin.
847      <https://github.com/algernon/riemann-c-client>
848
849 Configuring / Compiling / Installing
850 ------------------------------------
851
852   To configure, build and install collectd with the default settings, run
853   `./configure && make && make install'.  For detailed, generic instructions
854   see INSTALL. For a complete list of configure options and their description,
855   run `./configure --help'.
856
857   By default, the configure script will check for all build dependencies and
858   disable all plugins whose requirements cannot be fulfilled (any other plugin
859   will be enabled). To enable a plugin, install missing dependencies (see
860   section `Prerequisites' above) and rerun `configure'. If you specify the
861   `--enable-<plugin>' configure option, the script will fail if the depen-
862   dencies for the specified plugin are not met. In that case you can force the
863   plugin to be built using the `--enable-<plugin>=force' configure option.
864   This will most likely fail though unless you're working in a very unusual
865   setup and you really know what you're doing. If you specify the
866   `--disable-<plugin>' configure option, the plugin will not be built. If you
867   specify the `--enable-all-plugins' or `--disable-all-plugins' configure
868   options, all plugins will be enabled or disabled respectively by default.
869   Explicitly enabling or disabling a plugin overwrites the default for the
870   specified plugin. These options are meant for package maintainers and should
871   not be used in everyday situations.
872
873   By default, collectd will be installed into `/opt/collectd'. You can adjust
874   this setting by specifying the `--prefix' configure option - see INSTALL for
875   details. If you pass DESTDIR=<path> to `make install', <path> will be
876   prefixed to all installation directories. This might be useful when creating
877   packages for collectd.
878
879 Configuring with libjvm
880 -----------------------
881
882   To determine the location of the required files of a Java installation is not
883   an easy task, because the locations vary with your kernel (Linux, SunOS, …)
884   and with your architecture (x86, SPARC, …) and there is no ‘java-config’
885   script we could use. Configuration of the JVM library is therefore a bit
886   tricky.
887
888   The easiest way to use the `--with-java=$JAVA_HOME' option, where
889   `$JAVA_HOME' is usually something like:
890     /usr/lib/jvm/java-1.5.0-sun-1.5.0.14
891
892   The configure script will then use find(1) to look for the following files:
893
894     - jni.h
895     - jni_md.h
896     - libjvm.so
897
898   If found, appropriate CPP-flags and LD-flags are set and the following
899   library checks succeed.
900
901   If this doesn't work for you, you have the possibility to specify CPP-flags,
902   C-flags, LD-flags and LIBS for the ‘Java’ plugin by hand, using the
903   following environment variables:
904
905     - JAVA_CPPFLAGS
906     - JAVA_CFLAGS
907     - JAVA_LDFLAGS
908     - JAVA_LIBS
909
910   For example (shortened for demonstration purposes):
911
912     ./configure JAVA_CPPFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
913
914   Adding "-ljvm" to JAVA_LIBS is done automatically, you don't have to
915   do that.
916
917 Generating the configure script
918 -------------------------------
919
920 Collectd ships with a `build.sh' script to generate the `configure'
921 script shipped with releases.
922
923 To generate the `configure` script, you'll need the following dependencies:
924
925 - autoconf
926 - automake
927 - flex
928 - bison
929 - libtool
930 - libtool-ltdl
931 - pkg-config
932
933 The `build.sh' script takes no arguments.
934
935 Crosscompiling
936 --------------
937
938   To compile correctly collectd needs to be able to initialize static
939   variables to NAN (Not A Number). Some C libraries, especially the GNU
940   libc, have a problem with that.
941
942   Luckily, with GCC it's possible to work around that problem: One can define
943   NAN as being (0.0 / 0.0) and `isnan' as `f != f'. However, to test this
944   ``implementation'' the configure script needs to compile and run a short
945   test program. Obviously running a test program when doing a cross-
946   compilation is, well, challenging.
947
948   If you run into this problem, you can use the `--with-nan-emulation'
949   configure option to force the use of this implementation. We can't promise
950   that the compiled binary actually behaves as it should, but since NANs
951   are likely never passed to the libm you have a good chance to be lucky.
952
953   Likewise, collectd needs to know the layout of doubles in memory, in order
954   to craft uniform network packets over different architectures. For this, it
955   needs to know how to convert doubles into the memory layout used by x86. The
956   configure script tries to figure this out by compiling and running a few
957   small test programs. This is of course not possible when cross-compiling.
958   You can use the `--with-fp-layout' option to tell the configure script which
959   conversion method to assume. Valid arguments are:
960
961     * `nothing'    (12345678 -> 12345678)
962     * `endianflip' (12345678 -> 87654321)
963     * `intswap'    (12345678 -> 56781234)
964
965
966 Contact
967 -------
968
969   For questions, bug reports, development information and basically all other
970   concerns please send an email to collectd's mailing list at
971   <list at collectd.org>.
972
973   For live discussion and more personal contact visit us in IRC, we're in
974   channel #collectd on freenode.
975
976
977 Author
978 ------
979
980   Florian octo Forster <octo at collectd.org>,
981   Sebastian tokkee Harl <sh at tokkee.org>,
982   and many contributors (see `AUTHORS').
983
984   Please send bug reports and patches to the mailing list, see `Contact'
985   above.
986