From 9878c42f6e95f9f5da4d28119976331ccc19de9b Mon Sep 17 00:00:00 2001 From: linggao Date: Fri, 20 Mar 2009 17:50:09 +0000 Subject: [PATCH] minor bug fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/pcp_collect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/pcp_collect b/xCAT-server/sbin/pcp_collect index 7facf4ccd..6eb25da60 100755 --- a/xCAT-server/sbin/pcp_collect +++ b/xCAT-server/sbin/pcp_collect @@ -38,7 +38,7 @@ sub performance { #opening foreach1 #print "opening foreach1 \n"; #print "key is: $key \n"; - my @key_a=split(',', $key); + my @key_a=split(':', $key); if (! $iphash{$key_a[0]}) { next;} my $mon_nodes=$noderef->{$key}; @@ -192,4 +192,4 @@ sub performance } #closing if nodestatusmon } #closing if count_child 1 - } # closing subroutine \ No newline at end of file + } # closing subroutine