[
https://issues.apache.org/jira/browse/AMBARI-15909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242825#comment-15242825
]
Hadoop QA commented on AMBARI-15909:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12798934/AMBARI-15909.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{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
ambari-web.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/6463//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6463//console
This message is automatically generated.
> Alert help_url is not visible on the dash board
> -----------------------------------------------
>
> Key: AMBARI-15909
> URL: https://issues.apache.org/jira/browse/AMBARI-15909
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.4.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-15909.patch, Screen Shot 2016-04-14 at 5.34.19
> PM.png
>
>
> See the attached screen-shot !Screen Shot 2016-04-14 at 5.34.19
> PM.png|thumbnail!
> The help_url field is in the API.
> {code}
> {
> "href" :
> "http://c6401.ambari.apache.org:8080/api/v1/clusters/c1/alert_definitions/53",
> "AlertDefinition" : {
> "cluster_name" : "c1",
> "component_name" : "AMBARI_SERVER",
> "description" : "This alert is triggered if the server has lost contact
> with an agent.",
> "enabled" : true,
> "help_url" :
> "https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Alerts#AmbariAlerts-ambari_agent_heartbeat",
> "id" : 53,
> "ignore_host" : false,
> "interval" : 2,
> "label" : "Ambari Agent Heartbeat",
> "name" : "ambari_server_agent_heartbeat",
> "repeat_tolerance" : 1,
> "repeat_tolerance_enabled" : false,
> "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)