summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34b102c)
raw | patch | inline | side by side (parent: 34b102c)
author | Sebastian Pfahl <eryx@gmx.net> | |
Mon, 15 Jun 2015 14:05:04 +0000 (14:05 +0000) | ||
committer | Sebastian Pfahl <eryx@gmx.net> | |
Mon, 15 Jun 2015 14:05:04 +0000 (14:05 +0000) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index d713667eb7573d7b22a62f194d9168287b43f9de..874c16c11a871c5e92520006f8388c47592e331b 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Host "localhost"
Port "6379"
Timeout 1000
+ Prefix "examplePrefix"
</Node>
</Plugin>
Values are submitted to I<Sorted Sets>, using the metric name as the key, and
the timestamp as the score. Retrieving a date range can then be done using the
C<ZRANGEBYSCORE> I<Redis> command. Additionnally, all the identifiers of these
-I<Sorted Sets> are kept in a I<Set> called C<collectd/values> and can be
+I<Sorted Sets> are kept in a I<Set> called C<collectd/values> or C<Prefix/collectd/values> if a Prefix was specified and can be
retrieved using the C<SMEMBERS> I<Redis> command. See
L<http://redis.io/commands#sorted_set> and L<http://redis.io/commands#set> for
details.