After import flow node alert counts are initialized by zero. But after un-manage if we do import cluster again then the alert count shows NoData in UI.
We don't want to maintain node_alert and cluster_node_alert. Because both have the same value. Maintain same info in two places is causing an issue. Better we remove node_alert_count and maintain cluster_node_alert count solve this issue. Because we can move cluster node alert count initialization to gluster-integration.
After import flow node alert counts are initialized by zero. But after un-manage if we do import cluster again then the alert count shows NoData in UI.
We don't want to maintain node_alert and cluster_node_alert. Because both have the same value. Maintain same info in two places is causing an issue. Better we remove node_alert_count and maintain cluster_node_alert count solve this issue. Because we can move cluster node alert count initialization to gluster-integration.