From 3333e8d7fdcb5a45c7998b067b2c840543abd53e Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 12 Mar 2012 03:31:22 +0000 Subject: [PATCH] ganglia gmetad configure file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11812 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/monitoring/gangliamon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/monitoring/gangliamon.pm b/xCAT-server/lib/xcat/monitoring/gangliamon.pm index f923e5649..1602a2af2 100755 --- a/xCAT-server/lib/xcat/monitoring/gangliamon.pm +++ b/xCAT-server/lib/xcat/monitoring/gangliamon.pm @@ -474,7 +474,7 @@ sub confGmetad { } my $tmp = `/bin/grep "xCAT gmetad settings done" $configure_file`; - if ($tmp) { #openinf if ? + if (!$tmp) { #openinf if ? if ($callback) { my $resp = {}; $resp->{data}->[0] = "$localhost: $tmp";