Hi,
I only have access to the probe, not the PRTG server. I don't want NFS mounted file systems checked by this sensor (-x nfs), as I watch those on the NFS server itself. Is there any way to exclude those without writing my own sensor or wrapper script to the 'df' command? Thanks.
Article Comments
Understood. I nice feature to consider for this sensor would be to put the options and arguments we'd like to use in the sensor settings.
Nov, 2015 - Permalink
Hi Kyle,
Thank you for your input, I'll pass it along to our developers.
Kind regards.
Nov, 2015 - Permalink
I have decided to ditch the SSH Disk Free sensor altogether as the limits with individual channels didn't do what I liked. I am using a separate SNMP sensor on each file system that I want to monitor; i.e. not NFS; and I get definitive limits for each one.
Nov, 2015 - Permalink
Hi Kyle,
Alright, just keep in mind that SNMP Disk Free measurements are somewhat a little different than what "df" does through SSH.
Kind regards.
Nov, 2015 - Permalink
I've registered just to put my name to this request as well - being able to simply modify a sensor without having to create custom scripts would be much more sensible (and efficient in probe sensor usage!) for many scenarios.
@Erhard Mikulik [Paessler Support]: - Is there a time line of PRTG development so that we can see when requests are being brought in? Is there also a voting system so that customers can "push forward" specific features with regards development priority?
Nov, 2015 - Permalink
Hi Chris,
Thank you for your feedback, we appreciate it. Please find here more about how feature requests are handled. As for the time-line, there is no Pulic Roadmap, see also our CEO addressing this here.
Kind regards.
Nov, 2015 - Permalink
Any feedback from your developers on the ability to either exclude NFS or use arguments to the sensor, or did this not make the cut with a sufficient bang-for-the-buck value?
Mar, 2016 - Permalink
Hello Kyle,
I'm afraid that this is only very rarely requested so the prioritization won't be very high. Switching to your own custom script, or to another sensor like the SNMP Disk Free Sensor will indeed be the best way at the moment.
Best regards, Felix
Mar, 2016 - Permalink
I was able to resolve this for myself with a simple solution for the user we use for the credentials by using this overriding Bash alias to exclude NFS file systems.
alias df='df -TP -x tmpfs -x devtmpfs -x debugfs -x nfs'
Jun, 2016 - Permalink
Hi Kyle,
In this case your best option is indeed using a script of your own through an SSH Script Sensor.
Kind regards.
Nov, 2015 - Permalink