X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=ade430ccd415a71a1f7eeb44ec5bda150db2c506;hb=02428b77975c086b108fae378ad5f139a606be7b;hp=7d1a64a35f926ec81e183c4056adcb438bf09e72;hpb=5f3702fcc67d68d428708e9cf5e5897ad2578925;p=collectd.git diff --git a/README b/README index 7d1a64a3..ade430cc 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. @@ -591,6 +595,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.