You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/03/01 19:38:31 UTC

ambari git commit: AMBARI-9861. Metric Collector is installed on all nodes. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0 9d617dbe1 -> 706464b00


AMBARI-9861. Metric Collector is installed on all nodes. (swagle)


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

Branch: refs/heads/branch-2.0.0
Commit: 706464b009d3fe75b4540cbb890336035459e593
Parents: 9d617db
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Sun Mar 1 10:34:14 2015 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Sun Mar 1 10:38:05 2015 -0800

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/706464b0/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py
index f6cce8f..a1d6a1d 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_monitor.py
@@ -25,7 +25,7 @@ from status import check_service_status
 
 class AmsMonitor(Script):
   def install(self, env):
-    self.install_packages(env)
+    self.install_packages(env, exclude_packages = ['ambari-metrics-collector'])
     self.configure(env) # for security
 
   def configure(self, env):