File Count Monitoring using NRPE

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: File Count Monitoring using NRPE

Post 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
MSPk
Posts: 317
Joined: Fri Aug 24, 2012 12:03 am

Re: File Count Monitoring using NRPE

Post by MSPk »

Please close this link as solved
Locked