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/323a4661 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/323a4661 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/323a4661 Branch: refs/heads/flume-1.5 Commit: 323a46614cc8b17a9d74394237b6bc8fbaa41f39 Parents: 0cb6ce6 Author: Juhani Connolly <[email protected]> Authored: Mon Feb 17 13:54:52 2014 +0900 Committer: Juhani Connolly <[email protected]> Committed: Mon Feb 17 13:54:52 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/323a4661/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 ======================= ======= =====================================================================================
