Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

berndmweber/munin-glusterfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

munin-glusterfs

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

About

Munin GlusterFS plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published