Page 2 of 2

Re: File Count Monitoring using NRPE

Posted: Wed Dec 05, 2012 3:56 pm
by yancy
MSPK,

you could do it in one command, like so:

Code: Select all

 
check_winfile.exe --target "c:\windows" && check_winfile.exe --target "c:\temp"
this way, if the first check was ok, it would test the 2nd check and so on. Although it's a bit of a hack because if the both the first and the 2nd could fail and you would only know the first failed.

probably best to just use separate check definitions.


-Yancy

Re: File Count Monitoring using NRPE

Posted: Fri Dec 28, 2012 12:19 am
by MSPk
Please close this link as solved