From 07a3dec2e1a60416dcf4c6172755691097a2fb39 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 13 May 2008 15:03:53 +0200 Subject: [PATCH] bindings/perl/Collectd/Unixsock.pm: Add the `identifier' option to the `flush' method. --- bindings/perl/Collectd/Unixsock.pm | 44 ++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/bindings/perl/Collectd/Unixsock.pm b/bindings/perl/Collectd/Unixsock.pm index f21ebfe9..af274a58 100644 --- a/bindings/perl/Collectd/Unixsock.pm +++ b/bindings/perl/Collectd/Unixsock.pm @@ -71,7 +71,7 @@ sub _create_socket return ($sock); } # _create_socket -=head1 VALUE IDENTIFIER +=head1 VALUE IDENTIFIERS The values in the collectd are identified using an five-tuple (host, plugin, plugin-instance, type, type-instance) where only plugin-instance and @@ -219,8 +219,8 @@ sub getval Submits a value-list to the daemon. If the B