summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab19611)
raw | patch | inline | side by side (parent: ab19611)
author | daryder <daryder@cisco.com> | |
Tue, 7 Oct 2014 14:38:46 +0000 (10:38 -0400) | ||
committer | daryder <daryder@cisco.com> | |
Tue, 7 Oct 2014 14:38:46 +0000 (10:38 -0400) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 7c37ef5efa05534d7f38ff3d5eb0e862fde9711e..70e8314780fea80860faeedc3998b1802244a4a8 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
The ceph plugin accepts the following configuration options:
-= over 4
+=over 4
-= item B<LongRunAvgLatency> B<true>|B<false>
+=item B<LongRunAvgLatency> B<true>|B<false>
If enabled, latency values(sum,count pairs) are calculated as the long run
average - average since the ceph daemon was started = (sum / count).
@@ -1001,10 +1001,12 @@ When disabled, all metrics are treated as the types received from the ceph schem
Default: Enabled
+=back
+
Each B<Daemon> block must have a string argument for the plugin instance name.
A B<SocketPath> is also required for each B<Daemon> block:
-=item B<Daemon> I<Name>
+=item B<Daemon> I<DaemonName>
Name to be used as the instance name for this daemon.