health check update

This commit is contained in:
Ben Allfree 2024-09-06 09:15:54 +00:00
parent 1d54650af5
commit 0cd9c6e4a6

View File

@ -161,8 +161,8 @@ export const checkHealth = async () => {
`CPU Usage: ${await cpu.usage()}%`,
`Free RAM: ${getFreeMemoryInGB()}GB`,
`Free Storage /: ${(await drive.info(`/`)).freeGb}GB`,
`Free Storage /mnt/pockethost: ${
(await drive.info(`/mnt/pockethost`)).freeGb
`Free Storage /mnt/sfo_data: ${
(await drive.info(`/mnt/sfo_data`)).freeGb
}GB`,
`Open files: ${openFiles}`,
`Containers: ${containers.length}`,