Tendrl / node-agent

A python agent local to every managed storage node in the sds cluster
GNU Lesser General Public License v2.1
4 stars 14 forks source link

After un-manage and import node_alert_count is shows NoData #800

Closed GowthamShanmugam closed 6 years ago

GowthamShanmugam commented 6 years ago

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.

GowthamShanmugam commented 6 years ago

This issue is fixed