Updated Branches: refs/heads/trunk 2406165f7 -> f79b9ff3c
AMBARI-3147. Modify ganglia config to match the data resolution of the older version. Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/f79b9ff3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/f79b9ff3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/f79b9ff3 Branch: refs/heads/trunk Commit: f79b9ff3cbf414b9609aa085c8980f4df3620daf Parents: 2406165 Author: Sumit Mohanty <[email protected]> Authored: Mon Sep 9 10:20:26 2013 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Sep 9 10:20:26 2013 -0700 ---------------------------------------------------------------------- .../src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f79b9ff3/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh b/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh index fa529af..e28610e 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh +++ b/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetadLib.sh @@ -109,8 +109,16 @@ END_OF_GMETAD_CONF_1 # Round-Robin Archives # You can specify custom Round-Robin archives here (defaults are listed below) # +# Old Default RRA: Keep 1 hour of metrics at 15 second resolution. 1 day at 6 minute # RRAs "RRA:AVERAGE:0.5:1:244" "RRA:AVERAGE:0.5:24:244" "RRA:AVERAGE:0.5:168:244" "RRA:AVERAGE:0.5:672:244" \ # "RRA:AVERAGE:0.5:5760:374" +# New Default RRA +# Keep 5856 data points at 15 second resolution assuming 15 second (default) polling. That's 1 day +# Two weeks of data points at 1 minute resolution (average) +#RRAs "RRA:AVERAGE:0.5:1:5856" "RRA:AVERAGE:0.5:4:20160" "RRA:AVERAGE:0.5:40:52704" +# Retaining existing resolution +RRAs "RRA:AVERAGE:0.5:1:244" "RRA:AVERAGE:0.5:24:244" "RRA:AVERAGE:0.5:168:244" "RRA:AVERAGE:0.5:672:244" \ + "RRA:AVERAGE:0.5:5760:374" # #------------------------------------------------------------------------------- # Scalability mode. If on, we summarize over downstream grids, and respect
