We have a gluster cluster that we are about to put into production and other disk free I am not finding much that monitors the health of the bricks.
Has anyone tried to get Solar Winds to monitor a gluster volume?
Essentially what I want to do is:
[root@gluster01 ~]# for i in `gluster volume status |grep volume|grep -v active|cut -d : -f 2`; do gluster v heal $i info; done
Brick gluster01:/gluster_bricks/test/brick
Status: Connected
Number of entries: 0
Brick gluster02:/gluster_bricks/test/brick
Brick gluster03:/gluster_bricks/testa/brick
0 is good, anything else needs an alert.