mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-24 06:18:41 +00:00
Bug fixes
This commit is contained in:
parent
6d5924c359
commit
785a3fc2a8
|
|
@ -30,7 +30,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><?= $this->getText('MemoryLimit') ?><td><?= ini_get('memory_limit'); ?>
|
||||
<tr><td><?= $this->getText('SystemRAM') ?><td><?= \phpOMS\System\SystemUtils::getRAM()/(1024); ?> MB
|
||||
<tr><td><?= $this->getText('CPUUsage') ?><td><?= \phpOMS\System\SystemUtils::getCpuUsage(); ?>%
|
||||
<tr><td><?= $this->getText('Monitoring', 'DiskUsage') ?><td><?= round(\phpOMS\System\File\Directory::getFolderSize(ROOT_PATH)/1000000, 'Backend', true); ?> MB
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user