-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19057/
-----------------------------------------------------------
(Updated March 14, 2014, 4:25 p.m.)
Review request for Ambari, Dmitro Lisnichenko and Sumit Mohanty.
Changes
-------
I've missed that we are installing gmetad on hosts where we need only gmond too.
Bugs: AMBARI-5031
https://issues.apache.org/jira/browse/AMBARI-5031
Repository: ambari
Description
-------
Gmond is set to start on boot, so when the server is rebooted our hdp-gmond
fails to start. We need to make sure that after we install ganglia we do a :
'chkconfig --del gmond' to make sure the process that does not have our config
/etc/init.d/gmond does not start on boot.
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/package/scripts/ganglia_monitor.py
2eab1e8
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/ganglia_monitor.py
d03f0bb
ambari-server/src/test/python/stacks/1.3.2/GANGLIA/test_ganglia_monitor.py
af56453
ambari-server/src/test/python/stacks/2.0.6/GANGLIA/test_ganglia_monitor.py
666ac3e
Diff: https://reviews.apache.org/r/19057/diff/
Testing
-------
----------------------------------------------------------------------
Ran 188 tests in 1.203s
OK
----------------------------------------------------------------------
Total run:507
Total errors:0
Total failures:0
OK
Thanks,
Vitalyi Brodetskyi