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