From 4369226a63805e79e72f148f232a530b40afc3ec Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 19 May 2007 17:13:55 +0200 Subject: [PATCH] collectd-unixsock(5): Added a note about Collectd::Unixsock. --- src/collectd-unixsock.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 68756949..05e49a5d 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -91,6 +91,13 @@ Commands that return values may use I to return the number of values that follow, such as the B command. These commands usually return a negative value on failure and never return zero. +=head1 ABSTRACTION LAYER + +Shipped with the sourcecode comes the Perl-Module L which +provides an abstraction layer over the actual socket connection. It can be +found in the directory F. If you want to use Perl to +communicate with the daemon, you're encouraged to use and expand this module. + =head1 SEE ALSO L, L, L -- 2.30.2