X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=5063069009e490e245e57e3498f07a61cb3c2cbf;hb=bd6038590ee2b3de949ff087bc4a9214613b97b1;hp=7d1a64a35f926ec81e183c4056adcb438bf09e72;hpb=a158940fd85bbef59a65f593cd8130896f5c44d0;p=collectd.git diff --git a/README b/README index 7d1a64a3..50630690 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. @@ -582,6 +586,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 +598,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.