You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2014/02/21 15:06:19 UTC

[jira] [Created] (AMBARI-4778) Nagios reports a Host as down when it is actually up

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)