-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18356/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
Bugs: AMBARI-4778
https://issues.apache.org/jira/browse/AMBARI-4778
Repository: ambari
Description
-------
Nagios tracks host status using ping, but the permissions on t_sles11x64sp1
/bin/ping prevent any user other than root to open the required port.
Changing the permissions;
chmod u+s /bin/ping
is the quick fix but is it ok long term??
Maybe sudoers, run Nagios as root?
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-hosts.cfg.j2
778e4f8
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-hosts.cfg.j2
62555d4
Diff: https://reviews.apache.org/r/18356/diff/
Testing
-------
Thanks,
Vitalyi Brodetskyi