0
Under review

Free space monitoring for Virtuozzo filesystem

peteles 10 years ago updated by Konstantin (Here to help) 10 years ago 2

Hello, trying to add a mount point to monitor the space, but there's an empty drop down. Even if I manually enter a mount point, it does not work.


Some help would be appreciated.

Hi

Thanks for reporting. I see the problem, will investigate and come back to you.

Hi, 


Currently we do not support disk monitoring for Virtuozzo (but will certainly do so in future).

As a workaround you may use Custom Shell monitor with the following command:

df -k / | awk 'NR==2{printf "%d\n",$4}'

which will give you free space in bytes.


Please let me know if it helps.

Thanks