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

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

Andrii Tkach created AMBARI-7381:
------------------------------------

             Summary: 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


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)