You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/04/05 20:07:35 UTC

ambari git commit: AMBARI-15702 - Global Repeat Tolerance Value For Alerts (part2) (jonathanhurley)

Repository: ambari
Updated Branches:
  refs/heads/trunk 867213892 -> 7e3b8673b


AMBARI-15702 - Global Repeat Tolerance Value For Alerts (part2) (jonathanhurley)


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

Branch: refs/heads/trunk
Commit: 7e3b8673bd7a2444f2d7ecf0cb13692d47046bb0
Parents: 8672138
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Tue Apr 5 14:07:22 2016 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Tue Apr 5 14:07:28 2016 -0400

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/configuration/cluster-env.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7e3b8673/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
index 974ddd7..6be568b 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
@@ -191,4 +191,10 @@ gpgcheck=0</value>
         <description>Stack root folder</description>
     </property>
 
+    <property>
+        <name>alerts_repeat_tolerance</name>
+        <value>1</value>
+        <description>The number of consecutive alerts required to transition an alert from the SOFT to the HARD state.</description>
+    </property>
+
 </configuration>