mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
health check update
This commit is contained in:
parent
1d54650af5
commit
0cd9c6e4a6
@ -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}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user