Repository: flume Updated Branches: refs/heads/flume-1.5 0cb6ce691 -> 323a46614 refs/heads/trunk b4ddd5829 -> 89470c6a6
FLUME-2319. Fix Ganglia documentation error (Satoshi Iijima via Juhani Connolly) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/89470c6a Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/89470c6a Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/89470c6a Branch: refs/heads/trunk Commit: 89470c6a62b54b5c1411d519ebc952e557dc5a9f Parents: b4ddd58 Author: Juhani Connolly <[email protected]> Authored: Mon Feb 17 13:54:13 2014 +0900 Committer: Juhani Connolly <[email protected]> Committed: Mon Feb 17 13:54:13 2014 +0900 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/89470c6a/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 1ec5a22..8390cd2 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -2996,7 +2996,7 @@ Property Name Default Description ======================= ======= ===================================================================================== **type** -- The component type name, has to be ``ganglia`` **hosts** -- Comma-separated list of ``hostname:port`` of Ganglia servers -pollInterval 60 Time, in seconds, between consecutive reporting to Ganglia server +pollFrequency 60 Time, in seconds, between consecutive reporting to Ganglia server isGanglia3 false Ganglia server version is 3. By default, Flume sends in Ganglia 3.1 format ======================= ======= =====================================================================================
