Re: File Count Monitoring using NRPE
Posted: Wed Dec 05, 2012 3:56 pm
MSPK,
you could do it in one command, like so:
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
you could do it in one command, like so:
Code: Select all
check_winfile.exe --target "c:\windows" && check_winfile.exe --target "c:\temp"
probably best to just use separate check definitions.
-Yancy