On Mon, Dec 14, 2009 at 8:17 PM, C. Bensend <[email protected]> wrote: > > Looking at the vssadmin.exe command on the Windows server, I see > I can: > > > vssadmin List Shadows > > > And it prints out a listing of the existing shadow copies. > However, without awk and grep (and no, I cannot install cygwin or > anything like that), I don't have a clue how to process it.
you'll have to parse the output of that command with the tools at hand: vbscript or powershell, even and oldfashined bat file. Write your own plugin, it is not that hard. Once you have the script, you have it executed by nrpe (nsclient++ has an nrpe client). -- natxo ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
