>>> On 10/26/2007 at 8:03 AM, in message <[EMAIL PROTECTED]>, "James Richardson" <[EMAIL PROTECTED]> wrote: > Is it possible to have gmond report per disk metics? For example, some > of my gmond running nodes have 2 disks and I'd like to know disk usage > (free/used/total) for the specific disks rather than a total. >
Depends on which version of Ganglia you are talking about. A per disk metrics module has already been developed and added to Ganglia 3.1.x (which is the version that is currently under development). This module has been implemented as a python plugin and is called multidisk.py. You can find it here http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/gmond/python_modules/disk/ . The module will discover all of the individual hard drives attached to the machine and then dynamically create a metric for each one. This allows you to track either specific drives or all drives. Brad ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

