support xcatmon push model for HPC software.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8255 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2010-11-24 07:07:23 +00:00
parent d8e50df636
commit a3de90b7df

View File

@ -354,7 +354,19 @@ if ($inet6support) {
plugin_command(\%request,undef,\&build_response);
xexit(0);
}
}
} elsif ($text =~ /hpcbootstatus/) {
$text =~ s/hpcbootstatus //;
chomp $text;
my %request = (
command => [ 'updatenodeappstat' ],
node => [ $node ],
arg => [ "$text" ],
);
plugin_command(\%request,undef,\&build_response);
close($conn);
}
alarm(2);
}
alarm(0);