Merge branch 'collectd-4.9' into collectd-4.10
[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 transfered, 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, fanspeed and
27       voltage sensors.
28
29     - ascent
30       Statistics about Ascent, a free server for the game `World of Warcraft'.
31
32     - battery
33       Batterycharge, -current and voltage of ACPI and PMU based laptop
34       batteries.
35
36     - bind
37       Name server and resolver statistics from the `statistics-channel'
38       interface of BIND 9.5, 9,6 and later.
39
40     - conntrack
41       Number of nf_conntrack entries.
42
43     - contextswitch
44       Number of context switches done by the operating system.
45
46     - cpu
47       CPU utilization: Time spent in the system, user, nice, idle, and related
48       states.
49
50     - cpufreq
51       CPU frequency (For laptops with speed step or a similar technology)
52
53     - curl
54       Parse statistics from websites using regular expressions.
55
56     - curl_json
57       Retrieves JSON data via cURL and parses it according to user
58       configuration.
59
60     - curl_xml
61       Retrieves XML data via cURL and parses it according to user
62       configuration.
63
64     - dbi
65       Executes SQL statements on various databases and interprets the returned
66       data.
67
68     - df
69       Mountpoint usage (Basically the values `df(1)' delivers)
70
71     - disk
72       Disk utilization: Sectors read/written, number of read/write actions,
73       average time an IO-operation took to complete.
74
75     - dns
76       DNS traffic: Query types, response codes, opcodes and traffic/octets
77       transfered.
78
79     - email
80       Email statistics: Count, traffic, spam scores and checks.
81       See collectd-email(5).
82
83     - entropy
84       Amount of entropy available to the system.
85
86     - exec
87       Values gathered by a custom program or script.
88       See collectd-exec(5).
89
90     - filecount
91       Count the number of files in directories.
92
93     - fscache
94       Linux file-system based caching framework statistics.
95
96     - gmond
97       Receive multicast traffic from Ganglia instances.
98
99     - hddtemp
100       Harddisk temperatures using hddtempd.
101
102     - interface
103       Interface traffic: Number of octets, packets and errors for each
104       interface.
105
106     - iptables
107       Iptables' counters: Number of bytes that were matched by a certain
108       iptables rule.
109
110     - ipmi
111       IPMI (Intelligent Platform Management Interface) sensors information.
112
113     - ipvs
114       IPVS connection statistics (number of connections, octets and packets
115       for each service and destination).
116       See http://www.linuxvirtualserver.org/software/index.html.
117
118     - irq
119       IRQ counters: Frequency in which certain interrupts occur.
120
121     - java
122       Integrates a `Java Virtual Machine' (JVM) to execute plugins in Java
123       bytecode. See “Configuring with libjvm” below.
124
125     - load
126       System load average over the last 1, 5 and 15 minutes.
127
128     - libvirt
129       CPU, disk and network I/O statistics from virtual machines.
130
131     - madwifi
132       Queries very detailed usage statistics from wireless LAN adapters and
133       interfaces that use the Atheros chipset and the MadWifi driver.
134
135     - mbmon
136       Motherboard sensors: temperature, fanspeed and voltage information,
137       using mbmon(1).
138
139     - memcachec
140       Query and parse data from a memcache daemon (memcached).
141
142     - memcached
143       Statistics of the memcached distributed caching system.
144       <http://www.danga.com/memcached/>
145
146     - memory
147       Memory utilization: Memory occupied by running processes, page cache,
148       buffer cache and free.
149
150     - modbus
151       Reads values from Modbus/TCP enabled devices. Supports reading values
152       from multiple "slaves" so gateway devices can be used.
153
154     - multimeter
155       Information provided by serial multimeters, such as the `Metex
156       M-4650CR'.
157
158     - mysql
159       MySQL server statistics: Commands issued, handlers triggered, thread
160       usage, query cache utilization and traffic/octets sent and received.
161
162     - netapp
163       Plugin to query performance values from a NetApp storage system using the
164       “Manage ONTAP” SDK provided by NetApp.
165
166     - netlink
167       Very detailed Linux network interface and routing statistics. You can get
168       (detailed) information on interfaces, qdiscs, classes, and, if you can
169       make use of it, filters.
170
171     - network
172       Receive values that were collected by other hosts. Large setups will
173       want to collect the data on one dedicated machine, and this is the
174       plugin of choice for that.
175
176     - nfs
177       NFS Procedures: Which NFS command were called how often. Only NFSv2 and
178       NFSv3 right now.
179
180     - nginx
181       Collects statistics from `nginx' (speak: engine X), a HTTP and mail
182       server/proxy.
183
184     - ntpd
185       NTP daemon statistics: Local clock drift, offset to peers, etc.
186
187     - nut
188       Network UPS tools: UPS current, voltage, power, charge, utilisation,
189       temperature, etc. See upsd(8).
190
191     - olsrd
192       Queries routing information from the “Optimized Link State Routing”
193       daemon.
194
195     - onewire (EXPERIMENTAL!)
196       Read onewire sensors using the owcapu library of the owfs project.
197       Please read in collectd.conf(5) why this plugin is experimental.
198
199     - openvpn
200       RX and TX of each client in openvpn-status.log (status-version 2).
201       <http://openvpn.net/index.php/documentation/howto.html>
202
203     - oracle
204       Query data from an Oracle database.
205
206     - perl
207       The perl plugin implements a Perl-interpreter into collectd. You can
208       write your own plugins in Perl and return arbitrary values using this
209       API. See collectd-perl(5).
210
211     - pinba
212       Receive and dispatch timing values from Pinba, a profiling extension for
213       PHP.
214
215     - ping
216       Network latency: Time to reach the default gateway or another given
217       host.
218
219     - postgresql
220       PostgreSQL database statistics: active server connections, transaction
221       numbers, block IO, table row manipulations.
222
223     - powerdns
224       PowerDNS name server statistics.
225
226     - processes
227       Process counts: Number of running, sleeping, zombie, ... processes.
228
229     - protocols
230       Counts various aspects of network protocols such as IP, TCP, UDP, etc.
231
232     - python
233       The python plugin implements a Python interpreter into collectd. This
234       makes it possible to write plugins in Python which are executed by
235       collectd without the need to start a heavy interpreter every interval.
236       See collectd-python(5) for details.
237
238     - routeros
239       Query interface and wireless registration statistics from RouterOS.
240
241     - rrdcached
242       RRDtool caching daemon (RRDcacheD) statistics.
243
244     - sensors
245       System sensors, accessed using lm_sensors: Voltages, temperatures and
246       fan rotation speeds.
247
248     - serial
249       RX and TX of serial interfaces. Linux only; needs root privileges.
250
251     - snmp
252       Read values from SNMP (Simple Network Management Protocol) enabled
253       network devices such as switches, routers, thermometers, rack monitoring
254       servers, etc. See collectd-snmp(5).
255
256     - swap
257       Pages swapped out onto harddisk or whatever is called `swap' by the OS..
258
259     - table
260       Parse table-like structured files.
261
262     - tail
263       Follows (tails) logfiles, parses them by lines and submits matched
264       values.
265
266     - tape
267       Bytes and operations read and written on tape devices. Solaris only.
268
269     - tcpconns
270       Number of TCP connections to specific local and remote ports.
271
272     - teamspeak2
273       TeamSpeak2 server statistics.
274
275     - ted
276       Plugin to read values from `The Energy Detective' (TED).
277
278     - thermal
279       Linux ACPI thermal zone information.
280
281     - tokyotyrant
282       Reads the number of records and file size from a running Tokyo Tyrant
283       server.
284
285     - uptime
286       System uptime statistics.
287
288     - users
289       Users currently logged in.
290
291     - vmem
292       Virtual memory statistics, e. g. the number of page-ins/-outs or the
293       number of pagefaults.
294
295     - vserver
296       System resources used by Linux VServers.
297       See <http://linux-vserver.org/>.
298
299     - wireless
300       Link quality of wireless cards. Linux only.
301
302     - xmms
303       Bitrate and frequency of music played with XMMS.
304
305     - zfs_arc
306       Statistics for ZFS' “Adaptive Replacement Cache” (ARC).
307
308   * Output can be written or sent to various destinations by the following
309     plugins:
310
311     - csv
312       Write to comma separated values (CSV) files. This needs lots of
313       diskspace but is extremely portable and can be analysed with almost
314       every program that can analyse anything. Even Microsoft's Excel..
315
316     - network
317       Send the data to a remote host to save the data somehow. This is useful
318       for large setups where the data should be saved by a dedicated machine.
319
320     - perl
321       Of course the values are propagated to plugins written in Perl, too, so
322       you can easily do weird stuff with the plugins we didn't dare think of
323       ;) See collectd-perl(5).
324
325     - python
326       It's possible to implement write plugins in Python using the python
327       plugin. See collectd-python(5) for details.
328
329     - rrdcached
330       Output to round-robin-database (RRD) files using the RRDtool caching
331       daemon (RRDcacheD) - see rrdcached(1). That daemon provides a general
332       implementation of the caching done by the `rrdtool' plugin.
333
334     - rrdtool
335       Output to round-robin-database (RRD) files using librrd. See rrdtool(1).
336       This is likely the most popular destination for such values. Since
337       updates to RRD-files are somewhat expensive this plugin can cache
338       updates to the files and write a bunch of updates at once, which lessens
339       system load a lot.
340
341     - unixsock
342       One can query the values from the unixsock plugin whenever they're
343       needed. Please read collectd-unixsock(5) for a description on how that's
344       done.
345
346     - write_http
347       Sends the values collected by collectd to a web-server using HTTP POST
348       requests. The transmitted data is either in a form understood by the
349       Exec plugin or formatted in JSON.
350
351   * Logging is, as everything in collectd, provided by plugins. The following
352     plugins keep up informed about what's going on:
353
354     - logfile
355       Writes logmessages to a file or STDOUT/STDERR.
356
357     - perl
358       Log messages are propagated to plugins written in Perl as well.
359       See collectd-perl(5).
360
361     - python
362       It's possible to implement log plugins in Python using the python plugin.
363       See collectd-python(5) for details.
364
365     - syslog
366       Logs to the standard UNIX logging mechanism, syslog.
367
368   * Notifications can be handled by the following plugins:
369
370     - notify_desktop
371       Send a desktop notification to a notification daemon, as defined in
372       the Desktop Notification Specification. To actually display the
373       notifications, notification-daemon is required.
374       See http://www.galago-project.org/specs/notification/.
375
376     - notify_email
377       Send an E-mail with the notification message to the configured
378       recipients.
379
380     - exec
381       Execute a program or script to handle the notification.
382       See collectd-exec(5).
383
384     - logfile
385       Writes the notification message to a file or STDOUT/STDERR.
386
387     - network
388       Send the notification to a remote host to handle it somehow.
389
390     - perl
391       Notifications are propagated to plugins written in Perl as well.
392       See collectd-perl(5).
393
394     - python
395       It's possible to implement notification plugins in Python using the
396       python plugin. See collectd-python(5) for details.
397
398   * Value processing can be controlled using the "filter chain" infrastructure
399     and "matches" and "targets". The following plugins are available:
400
401     - match_empty_counter
402       Match counter values which are currently zero.
403
404     - match_hashed
405       Match values using a hash function of the hostname.
406
407     - match_regex
408       Match values by their identifier based on regular expressions.
409
410     - match_timediff
411       Match values with an invalid timestamp.
412
413     - match_value
414       Select values by their data sources' values.
415
416     - target_notification
417       Create and dispatch a notification.
418
419     - target_replace
420       Replace parts of an identifier using regular expressions.
421
422     - target_scale
423       Scale (multiply) values by an arbitrary value.
424
425     - target_set
426       Set (overwrite) entire parts of an identifier.
427
428   * Miscellaneous plugins:
429
430     - uuid
431       Sets the hostname to an unique identifier. This is meant for setups
432       where each client may migrate to another physical host, possibly going
433       through one or more name changes in the process.
434
435   * Performance: Since collectd is running as a daemon it doesn't spend much
436     time starting up again and again. With the exception of the exec plugin no
437     processes are forked. Caching in output plugins, such as the rrdtool and
438     network plugins, makes sure your resources are used efficiently. Also,
439     since collectd is programmed multithreaded it benefits from hyperthreading
440     and multicore processors and makes sure that the daemon isn't idle if only
441     one plugin waits for an IO-operation to complete.
442
443   * Once set up, hardly any maintenance is necessary. Setup is kept as easy
444     as possible and the default values should be okay for most users.
445
446
447 Operation
448 ---------
449
450   * collectd's configuration file can be found at `sysconfdir'/collectd.conf.
451     Run `collectd -h' for a list of builtin defaults. See `collectd.conf(5)'
452     for a list of options and a syntax description.
453
454   * When the `csv' or `rrdtool' plugins are loaded they'll write the values to
455     files. The usual place for these files is beneath `/var/lib/collectd'.
456
457   * When using some of the plugins, collectd needs to run as user root, since
458     only root can do certain things, such as craft ICMP packages needed to ping
459     other hosts. collectd should NOT be installed setuid root since it can be
460     used to overwrite valuable files!
461
462   * Sample scripts to generate graphs reside in `contrib/' in the source
463     package or somewhere near `/usr/share/doc/collectd' in most distributions.
464     Please be aware that those script are meant as a starting point for your
465     own experiments.. Some of them require the `RRDs' Perl module.
466     (`librrds-perl' on Debian) If you have written a more sophisticated
467     solution please share it with us.
468
469   * The RRAs of the automatically created RRD files depend on the `step'
470     and `heartbeat' settings given. If change these settings you may need to
471     re-create the files, losing all data. Please be aware of that when changing
472     the values and read the rrdtool(1) manpage thoroughly.
473
474
475 collectd and chkrootkit
476 -----------------------
477
478   If you are using the `dns' plugin chkrootkit(1) will report collectd as a
479   packet sniffer ("<iface>: PACKET SNIFFER(/usr/sbin/collectd[<pid>])"). The
480   plugin captures all UDP packets on port 53 to analyze the DNS traffic. In
481   this case, collectd is a legitimate sniffer and the report should be
482   considered to be a false positive. However, you might want to check that
483   this really is collectd and not some other, illegitimate sniffer.
484
485
486 Prerequisites
487 -------------
488
489   To compile collectd from source you will need:
490
491   * Usual suspects: C compiler, linker, preprocessor, make, ...
492
493   * A POSIX-threads (pthread) implementation.
494     Since gathering some statistics is slow (network connections, slow devices,
495     etc) the collectd is parallelized. The POSIX threads interface is being
496     used and should be found in various implementations for hopefully all
497     platforms.
498
499   * CoreFoundation.framework and IOKit.framework (optional)
500     For compiling on Darwin in general and the `apple_sensors' plugin in
501     particular.
502     <http://developer.apple.com/corefoundation/>
503
504   * libclntsh (optional)
505     Used by the `oracle' plugin.
506
507   * libcurl (optional)
508     If you want to use the `apache', `ascent', `curl', `nginx', or `write_http'
509     plugin.
510     <http://curl.haxx.se/>
511
512   * libdbi (optional)
513     Used by the `dbi' plugin to connect to various databases.
514     <http://libdbi.sourceforge.net/>
515
516   * libesmtp (optional)
517     For the `notify_email' plugin.
518     <http://www.stafford.uklinux.net/libesmtp/>
519
520   * libganglia (optional)
521     Used by the `gmond' plugin to process data received from Ganglia.
522     <http://ganglia.info/>
523
524   * libgcrypt (optional)
525     Used by the `network' plugin for encryption and authentication.
526     <http://www.gnupg.org/>
527
528   * libhal (optional)
529     If present, the uuid plugin will check for UUID from HAL.
530     <http://hal.freedesktop.org/>
531
532   * libiptc (optional)
533     For querying iptables counters.
534     <http://netfilter.org/>
535
536     If not found on the system, a version shipped with this distribution can
537     be used. It requires some Linux headers in /usr/include/linux. You can
538     force the build system to use the shipped version by specifying
539       --with-libiptc=shipped
540     when running the configure script.
541
542   * libjvm (optional)
543     Library that encapsulates the `Java Virtual Machine' (JVM). This library is
544     used by the Java plugin to execute Java bytecode. See “Configuring with
545     libjvm” below.
546     <http://openjdk.java.net/> (and others)
547
548   * libmemcached (optional)
549     Used by the `memcachec' plugin to connect to a memcache daemon.
550     <http://tangent.org/552/libmemcached.html>
551
552   * libmodbus (optional)
553     Used by the `modbus' plugin to communicate with Modbus/TCP devices.
554     <https://launchpad.net/libmodbus>
555
556   * libmysqlclient (optional)
557     Unsurprisingly used by the `mysql' plugin.
558     <http://dev.mysql.com/>
559
560   * libnetapp (optional)
561     Required for the “netapp” plugin.
562     This library is part of the “Manage ONTAP SDK” published by NetApp.
563
564   * libnetlink (optional)
565     Used, obviously, for the `netlink' plugin.
566     <http://www.linuxfoundation.org/en/Net:Iproute2>
567
568   * libnetsnmp (optional)
569     For the `snmp' plugin.
570     <http://www.net-snmp.org/>
571
572   * libnotify (optional)
573     For the `notify_desktop' plugin.
574     <http://www.galago-project.org/>
575
576   * liboping (optional)
577     Used by the `ping' plugin to send and receive ICMP packets.
578     <http://verplant.org/liboping/>
579
580   * libowcapi (optional)
581     Used by the `onewire' plugin to read values from onewire sensors (or the
582     owserver(1) daemon).
583     <http://www.owfs.org/>
584
585   * libpcap (optional)
586     Used to capture packets by the `dns' plugin.
587     <http://www.tcpdump.org/>
588
589   * libperfstat (optional)
590     Used by various plugins to gather statistics under AIX.
591
592   * libperl (optional)
593     Obviously used by the `perl' plugin. The library has to be compiled with
594     ithread support (introduced in Perl 5.6.0).
595     <http://www.perl.org/>
596
597   * libpq (optional)
598     The PostgreSQL C client library used by the `postgresql' plugin.
599     <http://www.postgresql.org/>
600
601   * libprotobuf-c, protoc-c (optional)
602     Used by the `pinba' plugin to generate a parser for the network packets
603     sent by the Pinba PHP extension.
604     <http://code.google.com/p/protobuf-c/>
605
606   * libpython (optional)
607     Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.
608     <http://www.python.org/>
609
610   * librouteros (optional)
611     Used by the `routeros' plugin to connect to a device running `RouterOS'.
612     <http://verplant.org/librouteros/>
613
614   * librrd (optional)
615     Used by the `rrdtool' and `rrdcached' plugins. The latter requires RRDtool
616     client support which was added after version 1.3 of RRDtool. Versions 1.0,
617     1.2 and 1.3 are known to work with the `rrdtool' plugin.
618     <http://oss.oetiker.ch/rrdtool/>
619
620   * librt, libsocket, libkstat, libdevinfo (optional)
621     Various standard Solaris libraries which provide system functions.
622     <http://developers.sun.com/solaris/>
623
624   * libsensors (optional)
625     To read from `lm_sensors', see the `sensors' plugin.
626     <http://www.lm-sensors.org/>
627
628   * libstatgrab (optional)
629     Used by various plugins to collect statistics on systems other than Linux
630     and/or Solaris.
631     <http://www.i-scream.org/libstatgrab/>
632
633   * libtokyotyrant (optional)
634     Used by the tokyotyrant plugin.
635     <http://1978th.net/tokyotyrant/>
636
637   * libupsclient/nut (optional)
638     For the `nut' plugin which queries nut's `upsd'.
639     <http://networkupstools.org/>
640
641   * libvirt (optional)
642     Collect statistics from virtual machines.
643     <http://libvirt.org/>
644
645   * libxml2 (optional)
646     Parse XML data. This is needed for the `ascent' and `libvirt' plugins.
647     <http://xmlsoft.org/>
648
649   * libxmms (optional)
650     <http://www.xmms.org/>
651
652   * libyajl (optional)
653     Parse JSON data. This is needed for the `curl_json' plugin.
654     <http://github.com/lloyd/yajl>
655
656 Configuring / Compiling / Installing
657 ------------------------------------
658
659   To configure, build and install collectd with the default settings, run
660   `./configure && make && make install'.  For detailed, generic instructions
661   see INSTALL. For a complete list of configure options and their description,
662   run `./configure --help'.
663
664   By default, the configure script will check for all build dependencies and
665   disable all plugins whose requirements cannot be fulfilled (any other plugin
666   will be enabled). To enable a plugin, install missing dependencies (see
667   section `Prerequisites' above) and rerun `configure'. If you specify the
668   `--enable-<plugin>' configure option, the script will fail if the depen-
669   dencies for the specified plugin are not met. In that case you can force the
670   plugin to be built using the `--enable-<plugin>=force' configure option.
671   This will most likely fail though unless you're working in a very unusual
672   setup and you really know what you're doing. If you specify the
673   `--disable-<plugin>' configure option, the plugin will not be built. If you
674   specify the `--enable-all-plugins' or `--disable-all-plugins' configure
675   options, all plugins will be enabled or disabled respectively by default.
676   Explicitly enabling or disabling a plugin overwrites the default for the
677   specified plugin. These options are meant for package maintainers and should
678   not be used in everyday situations.
679
680   By default, collectd will be installed into `/opt/collectd'. You can adjust
681   this setting by specifying the `--prefix' configure option - see INSTALL for
682   details. If you pass DESTDIR=<path> to `make install', <path> will be
683   prefixed to all installation directories. This might be useful when creating
684   packages for collectd.
685
686 Configuring with libjvm
687 -----------------------
688
689   To determine the location of the required files of a Java installation is not
690   an easy task, because the locations vary with your kernel (Linux, SunOS, …)
691   and with your architecture (x86, SPARC, …) and there is no ‘java-config’
692   script we could use. Configuration of the JVM library is therefore a bit
693   tricky.
694
695   The easiest way to use the `--with-java=$JAVA_HOME' option, where
696   `$JAVA_HOME' is usually something like:
697     /usr/lib/jvm/java-1.5.0-sun-1.5.0.14
698
699   The configure script will then use find(1) to look for the following files:
700
701     - jni.h
702     - jni_md.h
703     - libjvm.so
704
705   If found, appropriate CPP-flags and LD-flags are set and the following
706   library checks succeed.
707
708   If this doesn't work for you, you have the possibility to specify CPP-flags,
709   C-flags and LD-flags for the ‘Java’ plugin by hand, using the following three
710   (environment) variables:
711
712     - JAVA_CPPFLAGS
713     - JAVA_CFLAGS
714     - JAVA_LDFLAGS
715
716   For example (shortened for demonstration purposes):
717
718     ./configure JAVA_CPPFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
719
720   Adding "-ljvm" to the JAVA_LDFLAGS is done automatically, you don't have to
721   do that.
722
723 Crosscompiling
724 --------------
725
726   To compile correctly collectd needs to be able to initialize static
727   variables to NAN (Not A Number). Some C libraries, especially the GNU
728   libc, have a problem with that.
729
730   Luckily, with GCC it's possible to work around that problem: One can define
731   NAN as being (0.0 / 0.0) and `isnan' as `f != f'. However, to test this
732   ``implementation'' the configure script needs to compile and run a short
733   test program. Obviously running a test program when doing a cross-
734   compilation is, well, challenging.
735
736   If you run into this problem, you can use the `--with-nan-emulation'
737   configure option to force the use of this implementation. We can't promise
738   that the compiled binary actually behaves as it should, but since NANs
739   are likely never passed to the libm you have a good chance to be lucky.
740
741   Likewise, collectd needs to know the layout of doubles in memory, in order
742   to craft uniform network packets over different architectures. For this, it
743   needs to know how to convert doubles into the memory layout used by x86. The
744   configure script tries to figure this out by compiling and running a few
745   small test programs. This is of course not possible when cross-compiling.
746   You can use the `--with-fp-layout' option to tell the configure script which
747   conversion method to assume. Valid arguments are:
748
749     * `nothing'    (12345678 -> 12345678)
750     * `endianflip' (12345678 -> 87654321)
751     * `intswap'    (12345678 -> 56781234)
752
753
754 Contact
755 -------
756
757   For questions, bug reports, development information and basically all other
758   concerns please send an email to collectd's mailing list at
759   <collectd at verplant.org>.
760
761   For live discussion and more personal contact visit us in IRC, we're in
762   channel #collectd on freenode.
763
764
765 Author
766 ------
767
768   Florian octo Forster <octo at verplant.org>,
769   Sebastian tokkee Harl <sh at tokkee.org>,
770   and many contributors (see `AUTHORS').
771
772   Please send bug reports and patches to the mailing list, see `Contact'
773   above.
774