You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2014/09/18 13:16:33 UTC

[jira] [Commented] (AMBARI-7381) Slider View: FE - status of alerts shows as UNKNOWN

    [ https://issues.apache.org/jira/browse/AMBARI-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14138798#comment-14138798 ] 

Oleg Nechiporenko commented on AMBARI-7381:
-------------------------------------------

+1 for patch 

> 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)