You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/09/12 16:01:01 UTC

git commit: AMBARI-7260. Total space Utilization metric is not displaying on stack 1.3 (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 6d6f4dda5 -> 941b56a39


AMBARI-7260. Total space Utilization metric is not displaying on stack 1.3 (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/941b56a3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/941b56a3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/941b56a3

Branch: refs/heads/trunk
Commit: 941b56a39aff7c53514d235e86143a8269b1b0a5
Parents: 6d6f4dd
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Fri Sep 12 17:00:53 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Fri Sep 12 17:00:53 2014 +0300

----------------------------------------------------------------------
 .../src/main/resources/ganglia_properties.json  | 40 ++++++++++++++++++++
 1 file changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/941b56a3/ambari-server/src/main/resources/ganglia_properties.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/ganglia_properties.json b/ambari-server/src/main/resources/ganglia_properties.json
index 3fe9460..e64309a 100644
--- a/ambari-server/src/main/resources/ganglia_properties.json
+++ b/ambari-server/src/main/resources/ganglia_properties.json
@@ -1649,6 +1649,26 @@
         "pointInTime":false,
         "temporal":true
       },
+      "metrics/dfs/FSNamesystem/CapacityRemaining":{
+        "metric":"dfs.FSNamesystem.CapacityRemaining",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityTotal":{
+        "metric":"dfs.FSNamesystem.CapacityTotal",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityUsed":{
+        "metric":"dfs.FSNamesystem.CapacityUsed",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityNonDFSUsed": {
+        "metric": "dfs.FSNamesystem.CapacityUsedNonDFS",
+        "pointInTime": false,
+        "temporal": true
+      },
       "metrics/dfs/FSNamesystem/CorruptBlocks":{
         "metric":"dfs.FSNamesystem.CorruptBlocks",
         "pointInTime":false,
@@ -11115,6 +11135,26 @@
         "pointInTime":false,
         "temporal":true
       },
+      "metrics/dfs/FSNamesystem/CapacityRemaining":{
+        "metric":"dfs.FSNamesystem.CapacityRemaining",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityTotal":{
+        "metric":"dfs.FSNamesystem.CapacityTotal",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityUsed":{
+        "metric":"dfs.FSNamesystem.CapacityUsed",
+        "pointInTime":false,
+        "temporal":true
+      },
+      "metrics/dfs/FSNamesystem/CapacityNonDFSUsed": {
+        "metric": "dfs.FSNamesystem.CapacityUsedNonDFS",
+        "pointInTime": false,
+        "temporal": true
+      },
       "metrics/dfs/FSNamesystem/CorruptBlocks":{
         "metric":"dfs.FSNamesystem.CorruptBlocks",
         "pointInTime":false,