Anyone monitoring GlusterFS?

Is anyone monitoring GlusterFS?

Thinking about using SNMP extend to retrieve the glusterd status, though don’t want all nodes polling glusterd at the same time. Perhaps there are other options.

Monitoring the individual bricks is pretty straightforward using regex in an alert rule. As below. So the last piece of the puzzle is monitoring what the cluster is doing.

macros.device_up = 1 AND storage.storage_descr REGEXP "/mnt/data/brick." AND storage.storage_perc >= 85*

I might take a look at using existing munin or collectd plugins.

The main problem I forsee is covering off the gluster peer status or volume status commands - being able to obtain an equivalent.

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.