mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Remove trailing spaces in file xCAT-server/lib/xcat/plugins/nodestat.pm
This commit is contained in:
parent
9810da03b6
commit
859a72caee
@ -111,7 +111,7 @@ sub getstat {
|
||||
|
||||
=head3 preprocess_request
|
||||
|
||||
Check and setup for hierarchy
|
||||
Check and setup for hierarchy
|
||||
|
||||
=cut
|
||||
|
||||
@ -1233,7 +1233,7 @@ sub usage
|
||||
Arguments:
|
||||
none.
|
||||
Returns:
|
||||
a hash that has settings from the monsetting table for node status and
|
||||
a hash that has settings from the monsetting table for node status and
|
||||
app status monitoring. For example:
|
||||
( 'APPS'=>[ll,gpfs],
|
||||
'll' =>
|
||||
@ -1296,15 +1296,15 @@ sub getStatusMonsettings {
|
||||
Arguments:
|
||||
nodelist--- an array of nodes
|
||||
Returns:
|
||||
a hash pointer that has the node status and appstatus. The format is:
|
||||
a hash pointer that has the node status and appstatus. The format is:
|
||||
{ node1=> {
|
||||
status=>'active',appstatus=>'sshd=up,ll=up,gpfs=down'
|
||||
} ,
|
||||
} ,
|
||||
node2=> {
|
||||
status=>'active',appstatus=>'sshd=up,ll=down,gpfs=down'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user