Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B622E1034D for ; Wed, 26 Nov 2014 20:32:12 +0000 (UTC) Received: (qmail 93626 invoked by uid 500); 26 Nov 2014 20:32:12 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 93584 invoked by uid 500); 26 Nov 2014 20:32:12 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 93571 invoked by uid 99); 26 Nov 2014 20:32:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2014 20:32:12 +0000 Date: Wed, 26 Nov 2014 20:32:12 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-8460) Alerts: AlertDefinition and AlertGroup Automatic Creation On Startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jonathan Hurley created AMBARI-8460: --------------------------------------- Summary: Alerts: AlertDefinition and AlertGroup Automatic Creation On Startup Key: AMBARI-8460 URL: https://issues.apache.org/jira/browse/AMBARI-8460 Project: Ambari Issue Type: Task Components: alerts, ambari-server Affects Versions: 2.0.0 Reporter: Jonathan Hurley Assignee: Jonathan Hurley Fix For: 2.0.0 When upgrading to a version of Ambari that supports the new alert framework, the AlertDefinition and AlertGroup tables must be populated with the definitions and default groups for services that are already installed in the cluster. Most of this is actually taken care of automatically. When Ambari 2.0.0 starts up, it will read all of the services for each cluster and then it will determine if any of the stack alert definitions for that service exist or are new. They will all be new, causing them to be created. However, the alert groups will not be created automatically for the services. When adding alert definitions, we must ensure that a default group is already created. -- This message was sent by Atlassian JIRA (v6.3.4#6332)