Munin GlusterFS plugin for glusterfs 3.2+
This plugin can graph:
- Open and maximum fd count
- Read performance per brick
- Write performance per brick
Examples Create a symbolic link to glusterfs__<open|readperf|writeperf>
ln -s /usr/share/munin/plugins/glusterfs__ /etc/munin/plugins/glusterfs__open
graph open calls for all bricks
ln -s /usr/share/munin/plugins/glusterfs__ /etc/munin/plugins/glusterfs_192.168.1.3_writeperf
graph write performance for brick on 192.168.1.3
Add the following to your /etc/munin/plugin-conf.d/munin-node:
[glusterfs_*]
user root # Mandatory
env.volume <volume_name> # Mandatory
env.share <share_name> # Mandatory
env.blocksize <blocksize> # Optional
env.blockcount <blockcount> # Optional
Log Revision 0.1 01/31/2013 -First version of the GlusterFS Munin plugin