From c1af8f182b3b5638327d0a1051c99ee12afd1f94 Mon Sep 17 00:00:00 2001 From: ellen56 Date: Sun, 27 Mar 2011 12:25:32 +0000 Subject: [PATCH] monshow enhancement for rmcmon eventlog git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9157 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/monitoring/monitorctrl.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/monitoring/monitorctrl.pm b/xCAT-server/lib/xcat/monitoring/monitorctrl.pm index 7f9e3d1a9..0dd1915dc 100644 --- a/xCAT-server/lib/xcat/monitoring/monitorctrl.pm +++ b/xCAT-server/lib/xcat/monitoring/monitorctrl.pm @@ -1426,7 +1426,7 @@ sub show { if ($nameref =~ /xCAT_monitoring::monitorctrl/) { $nameref=shift; } - my ($noderef, $sum, $time, $attrs, $pe, $callback) = @_; + my ($noderef, $sum, $time, $attrs, $pe, $where,$callback) = @_; my %ret=(); my @product_names=@$nameref; @@ -1450,7 +1450,7 @@ sub show { #initialize and start monitoring no strict "refs"; if (defined(${$module_name."::"}{show})) { - my @ret1 = ${$module_name."::"}{show}->($noderef, $sum, $time, $attrs, $pe, $callback); + my @ret1 = ${$module_name."::"}{show}->($noderef, $sum, $time, $attrs, $pe, $where,$callback); $ret{$_}=\@ret1; } } else {