Solved no swap in pandora_mem_usage

This commit is contained in:
fermin831 2017-02-27 13:47:56 +01:00
parent 268cff6d55
commit e074b021f3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ eval {
$SFREE=($SUSED/$STOTAL)*100;
};
if ($@) {
$SFREE = 0;
$SFREE = 100;
}
$SFREE = floor($SFREE);