I'm trying to monitor an Ubuntu Server 18.04.4 LTS. The normal SSH disk space sensor works in general but displays all the snap volumes as a seperate filesystem. Even the ones that are no longer available.
I found a shell script here in the KB (https://kb.paessler.com/en/topic/91016-how-do-i-prevent-ssh-disk-free-monitoring-ubuntu-snap-partititons#reply-316191), I wanted to try to implement to change this behavior.
I created the script, put it on the linux server I want to monitor under /var/prtg/scriptsxml
, checked that the permissions are ok and it's executable but it does not show up in the drop down field in the "Add new Sensor: SSH Script Extended" (I'm using a german verion of PRTG, so the Sensor could be named slightly different in english) where I can usually choose the script to execute (in other Sensor types for Windows for example).
We usually only monitor Windows systems. This is one of the first Linux system I'm trying to integrate in our monitoring so the problem could well be ... me. :-)
Since other SSH Sensors are working and I provided the security credentials for my linux system on the device level, I'm pretty confident, that the credentials shouldn't be the problem.
I read the manual (https://www.paessler.com/manuals/prtg/ssh_script_advanced_sensor) again, but did not find anything helpful.
Add comment