[
https://issues.apache.org/jira/browse/AMBARI-10625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504885#comment-14504885
]
Hadoop QA commented on AMBARI-10625:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12726869/AMBARI-10625.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2431//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2431//console
This message is automatically generated.
> UI Improvements For Server Side Alerts
> --------------------------------------
>
> Key: AMBARI-10625
> URL: https://issues.apache.org/jira/browse/AMBARI-10625
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Fix For: 2.1.0
>
> Attachments: AMBARI-10625.patch, Screen Shot 2015-04-06 at 8.06.10
> PM.png
>
>
> https://issues.apache.org/jira/browse/AMBARI-10348 adds a new type of alert
> known as a server-side alert. These are used to run specialized classes
> inside of the Ambari JVM which can produce alerts without the need to run
> them on an agent. We currently use this for 2 types of alerts:
> - If a host goes down
> - If alerts have not run within 2x their normal interval values
> This new alert causes some display weirdness in the UI (see attachment).
> Seems like we need a new UI asset to assign as the icon for this new type of
> alert.
> As for alert properties, there's only 1 property right now which is the
> classname. Similar to script alerts, we can choose not to expose this value
> since nobody really should be changing it anyway.
> For fun, here's the JSON:
> {code:title=Server Alert Definition JSON}
> "AlertDefinition" : {
> "cluster_name" : "c1",
> "component_name" : "AMBARI_SERVER",
> "description" : "This alert is triggered if the server has lost contain
> with an agent.",
> "enabled" : true,
> "id" : 80,
> "ignore_host" : false,
> "interval" : 1,
> "label" : "Ambari Agent Heartbeat",
> "name" : "ambari_server_agent_heartbeat",
> "scope" : "HOST",
> "service_name" : "AMBARI",
> "source" : {
> "class" : "org.apache.ambari.server.alerts.AgentHeartbeatAlertRunnable",
> "type" : "SERVER"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)