On Thu, Aug 13, 2009 at 11:48 PM, Trnka Tomas<tomas.tr...@podravka.cz> wrote:
> Hello everyone ,
>
> I want to check  updates on windows machine, i like to use check_nt , not
> nrpe.
>
> Please tell if you have any idea , thanks
>
> zed


Try the Sysinternals Suite ZIP file at this URL:

http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx

Download SysinternalsSuite.zip, extract the zipfile, and take a look
at the PsLogList.exe utility, see this URL for specific info:

http://technet.microsoft.com/en-us/sysinternals/bb897544.aspx

You could have the check_nt utility run psloglist.exe and redirect the
output to a file and parse it:

psloglist -d 0 > psloglist.txt

The "-d 0" argument dumps only log events for today, by default the system log.

==========Keith

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

Reply via email to