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