From 42c5164ff2fe8198956bef0c8504f51f56c5a637 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 1 May 2010 10:55:22 +0200 Subject: [PATCH] README: Added the pinba plugin and its dependency. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.11.0