<div>HI,</div>
<div>This is something I been wanting to add to NC_NEt for a while, but have not had the time to implement.</div>
<div> </div>
<div>I have not yet heard of one availible specifically for nagios on a Windows Host.</div>
<div> </div>
<div>Assuming the Log Files are just TEXT</div>
<div> </div>
<div>your best bet is to write a program that parses through text logs using regular expessions.</div>
<div>This can be done through VB Scripts.</div>
<div>The tricky thing with VBS, or Dot Net is it handles RegExp slightly differently than compared to UNIX but there are a series of Settings one could use to get desired results from the Regexp.</div>
<div> </div>
<div>THe other tricky thing with  Windows is making sure you file opening for Read Only , since opening them with RW access may cause their corrosponding apps to fail getting the file handles to its own log file.</div>
<div> </div>
<div>The last thing to consider is the order of the file,</div>
<div>If the Log file always appends to the end then try to itterate through the file from the end moving twords the begining untill you hit your stopping point,</div>
<div> </div>
<div>This way you can exit the loop early.  </div>
<div> </div>
<div>Tony (author of NC_NEt)<br><br></div>
<div class="gmail_quote">On Mon, Mar 2, 2009 at 3:20 PM, Masoud Tabrizi <span dir="ltr"><<a href="mailto:masoud.tabrizi@gmail.com">masoud.tabrizi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I looked that the event log but does no good for me as I am trying to monitor application logs and not events logs. looking for something similar to check_logfiles on Unix.<br>
Thanks<br><br><br>++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<div class="im">-----Original Message-----<br>From: Curtis LaMasters [mailto:<a href="mailto:curtislamasters@gmail.com">curtislamasters@gmail.com</a>]<br>Sent: Monday, March 02, 2009 3:10 PM<br>To: Masoud Tabrizi<br>Cc: <a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>
Subject: Re: [Nagios-users] Monitoring Logs under Windows 2003 server<br><br>You could use NSClient++ with the event log plugin.  I'm not sure what<br>you need exactly from the eventlog but it'll alert you when something<br>
happens.<br><br>Curtis LaMasters<br><a href="http://www.curtis-lamasters.com/" target="_blank">http://www.curtis-lamasters.com</a><br><a href="http://www.builtnetworks.com/" target="_blank">http://www.builtnetworks.com</a><br>
<br><br><br>On Mon, Mar 2, 2009 at 10:08 AM, Masoud Tabrizi<br><<a href="mailto:masoud.tabrizi@gmail.com">masoud.tabrizi@gmail.com</a>> wrote:<br>> Hello Everyone,<br>><br>> I have a requirement to monitor a large number of application log files<br>
> under Win2003.<br>><br>> Is there anything out there that can accomplish this?<br>><br>> Using Nagios 2.9 and Nrpe_nt_0.8<br>><br>><br>><br>> Thanks in advance<br>><br>> M<br>><br>><br>
><br>><br>><br>><br>><br></div>
<div>
<div></div>
<div class="h5">> ------------------------------------------------------------------------------<br>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
> -Strategies to boost innovation and cut costs with open source participation<br>> -Receive a $600 discount off the registration fee with the source code: SFAD<br>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
> _______________________________________________<br>> Nagios-users mailing list<br>> <a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
> ::: Please include Nagios version, plugin version (-v) and OS when reporting<br>> any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br><br><br>------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br><a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>_______________________________________________<br>
Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br></div></div></blockquote></div><br>