You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/09/23 17:04:04 UTC

[jira] [Created] (AMBARI-13209) API returns incorrect info about alerts

Dmitry Lysnichenko created AMBARI-13209:
-------------------------------------------

             Summary: API returns incorrect info about alerts
                 Key: AMBARI-13209
                 URL: https://issues.apache.org/jira/browse/AMBARI-13209
             Project: Ambari
          Issue Type: Bug
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko


Steps:
# Deploy cluster.
# Stop some service.
# Wait for alerts appearing.

Result: Hosts page button does not have counter with alerted hosts.
"http://host:8080/api/v1/clusters/cl1?fields=Clusters/health_report,Clusters/total_hosts,alerts_summary_hosts&minimal_response=true":
{code}
{
  "Clusters" : {
    "cluster_name" : "cl1",
    "health_report" : {
      "Host/stale_config" : 0,
      "Host/maintenance_state" : 0,
      "Host/host_state/HEALTHY" : 4,
      "Host/host_state/UNHEALTHY" : 0,
      "Host/host_state/HEARTBEAT_LOST" : 0,
      "Host/host_state/INIT" : 0,
      "Host/host_status/HEALTHY" : 0,
      "Host/host_status/UNHEALTHY" : 1,
      "Host/host_status/UNKNOWN" : 0,
      "Host/host_status/ALERT" : 3
    },
    "total_hosts" : 4,
    "version" : "HDP-2.3"
  },
  "alerts_summary_hosts" : {
    "CRITICAL" : 0,
    "OK" : 4,
    "UNKNOWN" : 0,
    "WARNING" : 0
  }
}
{code}
{code}
"CRITICAL" : 0,
"WARNING" : 0
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)