Solved no swap in pandora_mem_usage
This commit is contained in:
parent
268cff6d55
commit
e074b021f3
|
@ -12,7 +12,7 @@ eval {
|
|||
$SFREE=($SUSED/$STOTAL)*100;
|
||||
};
|
||||
if ($@) {
|
||||
$SFREE = 0;
|
||||
$SFREE = 100;
|
||||
}
|
||||
|
||||
$SFREE = floor($SFREE);
|
||||
|
|
Loading…
Reference in New Issue