summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a005f0)
raw | patch | inline | side by side (parent: 4a005f0)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 25 Mar 2008 14:58:47 +0000 (15:58 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 26 Mar 2008 08:35:00 +0000 (09:35 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
bindings/perl/Collectd/Unixsock.pm | patch | blob | history |
index d3b77d02e4d714f5fbf6ad24022f7c7dd6700705..8749c1abff28e3fd1ee2880535a765b5911d5dae 100644 (file)
=head1 VALUE IDENTIFIER
-The values in the collectd are identified using an five-tupel (host, plugin,
+The values in the collectd are identified using an five-tuple (host, plugin,
plugin-instance, type, type-instance) where only plugin-instance and
type-instance may be NULL (or undefined). Many functions expect an
I<%identifier> hash that has at least the members B<host>, B<plugin>, and
=item I<$obj>-E<gt>B<putval> (I<%identifier>, B<time> =E<gt> I<$time>, B<values> =E<gt> [...]);
Submits a value-list to the daemon. If the B<time> argument is omitted
-C<time()> is used. The requierd argument B<values> is a reference to an array
+C<time()> is used. The required argument B<values> is a reference to an array
of values that is to be submitted. The number of values must match the number
of values expected for the given B<type> (see L<VALUE IDENTIFIER>), though this
is checked by the daemon, not the Perl module. Also, gauge data-sources