X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=95e7d62b8e73e7bb775bfdb62b2aa7d982f95127;hb=a24baf2ad70837ea46cacbfee6e03537cf284ad5;hp=7d1a64a35f926ec81e183c4056adcb438bf09e72;hpb=593ea76dca367478b92e17f91e663fe7c67b4df9;p=collectd.git diff --git a/README b/README index 7d1a64a3..95e7d62b 100644 --- a/README +++ b/README @@ -208,6 +208,10 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). + - pinba + Receive and dispatch timing values from Pinba, a profiling extension for + PHP. + - ping Network latency: Time to reach the default gateway or another given host. @@ -546,8 +550,10 @@ Prerequisites * libmodbus (optional) - Used by the `modbus' plugin to communicate with Modbus/TCP devices. - + Used by the “modbus” plugin to communicate with Modbus/TCP devices. The + “modbus” plugin works with version 2.0.3 of the library – due to frequent + API changes other versions may or may not compile cleanly. + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin. @@ -582,6 +588,9 @@ Prerequisites Used to capture packets by the `dns' plugin. + * libperfstat (optional) + Used by various plugins to gather statistics under AIX. + * libperl (optional) Obviously used by the `perl' plugin. The library has to be compiled with ithread support (introduced in Perl 5.6.0). @@ -591,6 +600,11 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libprotobuf-c, protoc-c (optional) + Used by the `pinba' plugin to generate a parser for the network packets + sent by the Pinba PHP extension. + + * libpython (optional) Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.