Repository: ambari
Updated Branches:
  refs/heads/trunk 443da921b -> 841a69d28


AMBARI-5538 Nagios stale_config isn't set if nagios_web_password or 
nagios_contactc changed (dsen)


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

Branch: refs/heads/trunk
Commit: 841a69d28fb811bd5800f89397f99a630de18622
Parents: 443da92
Author: Dmitry Sen <d...@hortonworks.com>
Authored: Wed Apr 23 15:27:44 2014 +0300
Committer: Dmitry Sen <d...@hortonworks.com>
Committed: Wed Apr 23 15:27:44 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/841a69d2/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 3b3986c..55d36b7 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
@@ -95,6 +95,9 @@
           </packages>
         </osSpecific>
       </osSpecifics>
+      <configuration-dependencies>
+        <config-type>global</config-type>
+      </configuration-dependencies>      
       <monitoringService>true</monitoringService>
     </service>
   </services>

http://git-wip-us.apache.org/repos/asf/ambari/blob/841a69d2/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 025835c..c2626ac 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
@@ -94,6 +94,9 @@
           </packages>
         </osSpecific>
       </osSpecifics>
+      <configuration-dependencies>
+        <config-type>global</config-type>
+      </configuration-dependencies>
       <monitoringService>true</monitoringService>
     </service>
   </services>

Reply via email to