Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B604191D4 for ; Tue, 5 Apr 2016 15:35:26 +0000 (UTC) Received: (qmail 5650 invoked by uid 500); 5 Apr 2016 15:35:26 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 5616 invoked by uid 500); 5 Apr 2016 15:35:25 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 5581 invoked by uid 99); 5 Apr 2016 15:35:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2016 15:35:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9C6AE2C1F5D for ; Tue, 5 Apr 2016 15:35:25 +0000 (UTC) Date: Tue, 5 Apr 2016 15:35:25 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-15702) Global Repeat Tolerance Value For Alerts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-15702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hurley updated AMBARI-15702: ------------------------------------- Status: Patch Available (was: Open) > Global Repeat Tolerance Value For Alerts > ---------------------------------------- > > Key: AMBARI-15702 > URL: https://issues.apache.org/jira/browse/AMBARI-15702 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Priority: Critical > Fix For: 2.4.0 > > Attachments: AMBARI-15702.patch > > > The global repeat tolerance value for all alert definitions is set on the {{cluster-env}} configuration. Unless an alert definition overrides this value, it will be used for any definition in the system. By default, this value will be set to 1, indicating that there is no retry tolerance and the alert state should be taken at face value. > {code} > GET api/v1/clusters//configurations?type=cluster-env&tag= > "Config": { > "cluster_name": "c1", > "stack_id": "HDP-2.4" > }, > "properties": { > "command_retry_enabled": "true", > "command_retry_max_time_in_sec": "600", > ... > "alerts_repeat_tolerance" : "1" > ... > } > {code} > The scope of work must also include > - Default values if the property does not exist > - Ambari upgrade work to ensure it's populated with a default value -- This message was sent by Atlassian JIRA (v6.3.4#6332)