Hi Everyone,

I am new to this list and looking for some help. I have searched the archives for this list and many other corners of the web to no avail.

Our user home directories are mounted on the compute nodes via an NFS share on the head node. User data is written to the home directories.
When the cluster is busy an eye has to be kept on the disk usage in order not to fill it up.

I want to add a graph to the cluster_view.tpl showing the total disk available and the current amount of disk used.

I have this script running at 1min cron job on the head node.

#!/bin/bash
VALUE=$(df /home/ | grep /home |awk '{print $3 }')
gmetric --name disk_nfs_used --value $VALUE --type uint32 --units Bytes


gmond is running on the head node. However, there doesn't seem to be any rrd's being produced.

I  have added the flowing lines to the cluster_view.tpl
<IMG HEIGHT="147" WIDTH="395" ALT="{cluster} DISK"
    SRC="">
</TD>

I am running ganglia 3.0.4. shiva is the head node and shiva001... ect are the compute nodes.

On another note. Can anyone suggest a good way of visualizing my PBS queue in Ganglia. I have tried to setup Jobmonarch but we are running PHP5 (according to their website it needs PHP4) and it doesn't seem to work.


Thanks
ads

-- 
Adam Mitchell

CAE Engineer
_____________________________________________

EDAG Australia Pty Ltd
Phone:  +61(0)3 9676 8825
Fax:    +61(0)3 9676 8806
e-mail: [EMAIL PROTECTED]
Web:    www.edag.com.au
_____________________________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to