From e28b380aacdd9971188cb5ebabf9cae069024718 Mon Sep 17 00:00:00 2001 From: saiprakash Date: Wed, 20 Aug 2008 18:17:21 +0000 Subject: [PATCH] Modified Ganglia plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/monitoring/gangliamon.pm | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/xCAT-server/lib/xcat/monitoring/gangliamon.pm b/xCAT-server/lib/xcat/monitoring/gangliamon.pm index 5c318df25..f76daf667 100755 --- a/xCAT-server/lib/xcat/monitoring/gangliamon.pm +++ b/xCAT-server/lib/xcat/monitoring/gangliamon.pm @@ -15,8 +15,6 @@ use xCAT_monitoring::monitorctrl; use xCAT::MsgUtils; use strict; use warnings; -#start(); -#deconfig(); 1; #------------------------------------------------------------------------------- @@ -211,8 +209,7 @@ sub config 0 means localhost only. 2 means localhost and nodes, callback -- the callback pointer for error and status displaying. It can be null. - Returns: - (error code, error message) + Returns: none =cut #-------------------------------------------------------------- @@ -400,8 +397,7 @@ sub confGmond 0 means localhost only. 2 means localhost and nodes, callback -- the callback pointer for error and status displaying. It can be null. - Returns: - (error code, error message) + Returns : none =cut #-------------------------------------------------------------- @@ -540,8 +536,7 @@ sub confGmetad 0 means local host only. 2 means both local host and nodes, callback -- the callback pointer for error and status displaying. It can be null. - Returns: - (error code, error message) + Returns: none =cut #-------------------------------------------------------------- sub deconfig @@ -570,8 +565,7 @@ sub deconfig 0 means localhost only. 2 means localhost and nodes, callback -- the callback pointer for error and status displaying. It can be null. - Returns: - (error code, error message) + Returns:none =cut #-------------------------------------------------------------- @@ -670,8 +664,7 @@ sub deconfGmond 0 means localhost only. 2 means localhost and nodes, callback -- the callback pointer for error and status displaying. It can be null. - Returns: - (error code, error message) + Returns:none =cut #--------------------------------------------------------------