diff --git a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm index 5931dac00..b1ea8c0e1 100644 --- a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm +++ b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm @@ -62,7 +62,8 @@ sub preprocess_request my $req = shift; my $callback = shift; my $command = $req->{command}->[0]; - if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed +# if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed + if ($req->{module}) { return [$req]; } my $args=$req->{arg}; my @requests=();