From ec50cc8b2a9ae07a6087a455db2e3cafcd2afaf6 Mon Sep 17 00:00:00 2001 From: saiprakash Date: Mon, 18 Aug 2008 17:45:51 +0000 Subject: [PATCH] Modified Ganglia plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2036 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/monitoring/gangliamon.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/monitoring/gangliamon.pm b/xCAT-server/lib/xcat/monitoring/gangliamon.pm index 41292d7b3..9f582825c 100755 --- a/xCAT-server/lib/xcat/monitoring/gangliamon.pm +++ b/xCAT-server/lib/xcat/monitoring/gangliamon.pm @@ -172,8 +172,8 @@ sub start =head3 config This function configures the cluster for the given nodes. This function is called when moncfg command is issued or when xcatd starts on the service node. It will - configure the cluster to include the given nodes within the monitoring doamin. This - calls to other functions called as confGmond and confGmetad which are used for configuring + configure the cluster to include the given nodes within the monitoring domain. This + calls two other functions called as confGmond and confGmetad which are used for configuring the Gmond and Gmetad configuration files respectively. Arguments: p_nodes -- a pointer to an arrays of nodes to be added for monitoring. none means all. @@ -562,7 +562,7 @@ sub deconfig #-------------------------------------------------------------- =head3 deconfGmond - This function is called by the deconfig() function. It configures the Gmetad + This function is called by the deconfig() function. It deconfigures the Gmetad configuration files for the given nodes Arguments: p_nodes -- a pointer to an arrays of nodes to be added for monitoring. none means all.