check_drivesize through NRPE - expr. error
Posted: Tue Nov 28, 2017 11:17 am
Hello,
when I run command
from nagios server, I get error:
It is same when I set this command to nsclient.ini.
I've tried also alternative command
I'm using latest version of Nagios Core (Nagios® Core⢠4.3.4) and NSClient++ (0.5.1.44)
Where can the problem be ?
when I run command
Code: Select all
./check_nrpe -H host_ip_address -c check_drivesize -a "crit=free<5GB" "warn=free<10GB" drive=c: "filter=type='fixed'"Code: Select all
Failed to validate filter see log for details: Warning expression is not valid: free<10GBI've tried also alternative command
But I get same error.check_c=CheckDriveSize Drive=c:\ MinWarn=10GB MinCrit=5GB FilterType=FIXED CheckAll=false
I'm using latest version of Nagios Core (Nagios® Core⢠4.3.4) and NSClient++ (0.5.1.44)
Where can the problem be ?