Re: Configure NTFS mount points disk space monitoring
Posted: Thu Oct 12, 2017 12:42 am
Yes we have tried it and we got the same error.
Support for Nagios products and services
https://support.nagios.com/forum/
Also can you post the command of how you ran this?I'm not 100% sure, this will fix it but if we are escaping the # with a \ you should have 3 \\\ after C: because the standard in the check has 2 \\
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.3.46 -c CheckDriveSize -a Drive='C:\\\#_test_data_\\\' MinCritFree=15% MinWarnFree=20%
OK All 1 drive(s) are ok|'C:\\\#_test_data_\\\ free'=281.593GB;90.38594;67.78945;0;451.9297 'C:\\\#_test_data_\\\ free %'=62%;20;15;0;100
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.3.46 -c CheckDriveSize -a Drive='C:\#_test_data_' MinCritFree=15% MinWarnFree=20%
OK All 1 drive(s) are ok|'C:\#_test_data_ free'=281.59249GB;90.38594;67.78945;0;451.9297 'C:\#_test_data_ free %'=62%;20;15;0;100