Repository: ambari Updated Branches: refs/heads/trunk b97572927 -> d27801701
AMBARI-4872. Nagios alerts are not shown on SUSE.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d2780170 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d2780170 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d2780170 Branch: refs/heads/trunk Commit: d2780170127680ad6dbd5712f1bc7785a8252073 Parents: b975729 Author: Vitaly Brodetskyi <[email protected]> Authored: Fri Feb 28 15:46:33 2014 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Fri Feb 28 15:46:33 2014 +0200 ---------------------------------------------------------------------- .../resources/stacks/HDP/1.3.2/services/NAGIOS/metainfo.xml | 8 ++++++++ .../resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d2780170/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 8101be1..0be704a 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 @@ -79,6 +79,10 @@ <type>rpm</type> <name>php5-json</name> </package> + <package> + <type>rpm</type> + <name>apache2-mod_php5</name> + </package> </packages> </osSpecific> <osSpecific> @@ -88,6 +92,10 @@ <type>rpm</type> <name>php5-json</name> </package> + <package> + <type>rpm</type> + <name>apache2-mod_php5</name> + </package> </packages> </osSpecific> <osSpecific> http://git-wip-us.apache.org/repos/asf/ambari/blob/d2780170/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 8ab726e..3080880 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 @@ -78,6 +78,10 @@ <type>rpm</type> <name>php5-json</name> </package> + <package> + <type>rpm</type> + <name>apache2-mod_php5</name> + </package> </packages> </osSpecific> <osSpecific> @@ -87,6 +91,10 @@ <type>rpm</type> <name>php5-json</name> </package> + <package> + <type>rpm</type> + <name>apache2-mod_php5</name> + </package> </packages> </osSpecific> <osSpecific>
