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

Pushing monitoring details only for managed nodes #810

Closed GowthamShanmugam closed 6 years ago

r0h4n commented 6 years ago

Monitoring is only setup during Import, so all the nodes will be already managed, why do you need this bug, please add more info

GowthamShanmugam commented 6 years ago

@r0h4n Yes monitoring happening only after import for each node, but only low weight operation are node specific, but a heavyweight operation like volume profile info and heal info is calculated from provisioner node only. So the problem is even if the node is imported or not the profile info and heal info calculation happen for all bricks in a particular volume. So a brick name with the particular host is displayed in grafana.

GowthamShanmugam commented 6 years ago

This issue is fixed