Vitaly Brodetskyi created AMBARI-4778:
-----------------------------------------
Summary: Nagios reports a Host as down when it is actually up
Key: AMBARI-4778
URL: https://issues.apache.org/jira/browse/AMBARI-4778
Project: Ambari
Issue Type: Bug
Components: agent
Reporter: Vitaly Brodetskyi
Assignee: Vitaly Brodetskyi
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?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)