[
https://issues.apache.org/jira/browse/AMBARI-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14138831#comment-14138831
]
Hudson commented on AMBARI-7381:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #289 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/289/])
AMBARI-7381 Slider View: FE - status of alerts shows as UNKNOWN. (atkach)
(atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=731d7b4a7beca2d7a3ab810b5f83f96ee301a15c)
*
contrib/views/slider/src/main/resources/ui/app/views/slider_app/summary_view.js
*
contrib/views/slider/src/main/resources/ui/app/templates/slider_app/summary.hbs
* contrib/views/slider/src/main/resources/ui/app/models/slider_app_alert.js
> Slider View: FE - status of alerts shows as UNKNOWN
> ---------------------------------------------------
>
> Key: AMBARI-7381
> URL: https://issues.apache.org/jira/browse/AMBARI-7381
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Fix For: 1.7.0
>
> Attachments: AMBARI-7381.patch, SliderView_AlertStatus.png
>
>
> On Slider View, application page (see attached image) any status shows as
> UNKNOWN. By BE was posted such json :
> {code}
> "alerts" : {
> "detail" : [
> {
> "sevice_name" : "slider-appmaster",
> "last_status" : "OK",
> "actual_status" : "OK",
> "last_status_time" : 1410968676714,
> "output" : null,
> "host_name" : "test103.vm",
> "description" : "slider-appmaster component",
> "status_time" : 1410968677714,
> "status" : "OK"
> },
> {
> "sevice_name" : "HBASE_REGIONSERVER",
> "last_status" : "OK",
> "actual_status" : "OK",
> "last_status_time" : 1410968676713,
> "output" : null,
> "host_name" : "test103.vm",
> "description" : "HBASE_REGIONSERVER component",
> "status_time" : 1410968677713,
> "status" : "OK"
> },
> {
> "sevice_name" : "HBASE_REST",
> "last_status" : "OK",
> "actual_status" : "OK",
> "last_status_time" : 1410968676714,
> "output" : null,
> "host_name" : "test103.vm",
> "description" : "HBASE_REST component",
> "status_time" : 1410968677714,
> "status" : "OK"
> },
> {
> "sevice_name" : "HBASE_THRIFT",
> "last_status" : "OK",
> "actual_status" : "OK",
> "last_status_time" : 1410968676714,
> "output" : null,
> "host_name" : "test103.vm",
> "description" : "HBASE_THRIFT component",
> "status_time" : 1410968677714,
> "status" : "OK"
> }
> ],
> "summary" : {
> "CRITICAL" : 0,
> "OK" : 4,
> "UNKNOWN" : 0,
> "WARNING" : 0
> }
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)