I would like to know that which command is used for ssh disk free sensor, is it using df -h or some other command.


Article Comments

Hi there,

You can lookup most of the used SSH Commands by logging in as the user you have defined in PRTG and entering "history" as a command. This should bring up all commands issued under that user.
To answer your question, PRTG uses the following command:

df -TP -x tmpfs -x devtmpfs -x debugfs


Best Regards.


Nov, 2018 - Permalink