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:
parent
d8e50df636
commit
a3de90b7df
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user