Updated Branches:
  refs/heads/trunk 16088a760 -> 8dd0f4f51

AMBARI-3211. NameNode StartTime property does not exist at host level API. 
(swagle)


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

Branch: refs/heads/trunk
Commit: 8dd0f4f51b00d970b783c0addc746a0db6180fd8
Parents: 16088a7
Author: Siddharth Wagle <[email protected]>
Authored: Thu Sep 12 12:51:48 2013 -0700
Committer: Siddharth Wagle <[email protected]>
Committed: Thu Sep 12 12:56:32 2013 -0700

----------------------------------------------------------------------
 ambari-server/src/main/resources/jmx_properties_2.json | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8dd0f4f5/ambari-server/src/main/resources/jmx_properties_2.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/jmx_properties_2.json 
b/ambari-server/src/main/resources/jmx_properties_2.json
index a7ab85b..ae374f1 100644
--- a/ambari-server/src/main/resources/jmx_properties_2.json
+++ b/ambari-server/src/main/resources/jmx_properties_2.json
@@ -1141,6 +1141,11 @@
         "metric":"Hadoop:service=NameNode,name=UgiMetrics.LoginSuccessNumOps",
         "pointInTime":true,
         "temporal":false
+      },
+      "metrics/runtime/StartTime":{
+        "metric" : "java.lang:type=Runtime.StartTime",
+        "pointInTime" : true,
+        "temporal" : false
       }
     },
     "DATANODE":{

Reply via email to