mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-24 04:00:26 +00:00
fix monshow bug
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -412,7 +412,7 @@ sub get_sum_metrix
|
||||
}
|
||||
# $summary{$a}{$n} = &share({});
|
||||
foreach $line (@$result){
|
||||
if($line =~ /NaNQ/){
|
||||
if($line =~ /[NaNQ|nan]/){
|
||||
next;
|
||||
} elsif ($line =~ /^(\d+): (\S+) (\S+)/){
|
||||
$timestamp = $1;
|
||||
|
Reference in New Issue
Block a user