Hello, I need to monitor several directories on Ubuntu servers via the SNMP disk free sensor. The problem is when I go to add this sensor the directories I want to monitor are not showing up as options under "Disk Free Settings". Some directories are present but not the ones I need to monitor. How do I monitor directories that are not showing up? Thanks Jeremy


Article Comments

The SNMP Disk Free sensor will only show you the disks that are mounted to specific points on the Linux installation, it's not going to show directories. If there is a specific directory that you want to monitor, you could build a SSH custom script that will query the size of the folder / directory and return it to PRTG following the API guidelines that can be found under the Setup->PRTG API->Custom Sensors section.


Sep, 2014 - Permalink

Thanks for the reply! Some directories do show up as options though. There's nothing on the server that I could change that would permit additional directories? Our current environment does not permit SSH from PRTG directly to the servers so I'd like to monitor via SNMP if possible.


Sep, 2014 - Permalink

If you want to use SNMP you can try to set up an SNMP Library sensor and use the Paessler Common Library as the OID library and you should be able to see all of the mountpoints available through SNMP.


Sep, 2014 - Permalink