Search found 2 matches

by nad
Wed Nov 29, 2017 6:43 am
Forum: Open Source Nagios Projects
Topic: check_drivesize through NRPE - expr. error
Replies: 3
Views: 2369

Re: check_drivesize through NRPE - expr. error

Oh, thanks so much man.

I've copied this from older version of nsclient where It worked. It looks like that somebody has changed that.

The problem has been solved.
by nad
Tue Nov 28, 2017 11:17 am
Forum: Open Source Nagios Projects
Topic: check_drivesize through NRPE - expr. error
Replies: 3
Views: 2369

check_drivesize through NRPE - expr. error

Hello, when I run command ./check_nrpe -H host_ip_address -c check_drivesize -a "crit=free<5GB" "warn=free<10GB" drive=c: "filter=type='fixed'" from nagios server, I get error: Failed to validate filter see log for details: Warning expression is not valid: free<10GB It ...