You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/05/26 13:05:32 UTC

git commit: AMBARI-5889. Alerts appearing on SLES (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2350f476d -> 6f740bed9


AMBARI-5889. Alerts appearing on SLES (aonishuk)


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

Branch: refs/heads/trunk
Commit: 6f740bed9123b264d0d7f086ed42c0bf1665ba5f
Parents: 2350f47
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon May 26 14:05:22 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon May 26 14:05:22 2014 +0300

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml  | 3 +++
 .../main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml  | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6f740bed/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml
index 686c89a..b82fcd7 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml
@@ -100,6 +100,9 @@
             <package>
               <name>apache2?mod_php*</name>
             </package>
+            <package>
+              <name>php-curl</name>
+            </package>
           </packages>
         </osSpecific>
         <osSpecific>

http://git-wip-us.apache.org/repos/asf/ambari/blob/6f740bed/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
index 570ecd8..a097d47 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
@@ -114,6 +114,9 @@
             <package>
               <name>apache2?mod_php*</name>
             </package>
+            <package>
+              <name>php-curl</name>
+            </package>
           </packages>
         </osSpecific>
         <osSpecific>