NetXMS Support Forum

English Support => General Support => Topic started by: DanG on August 06, 2012, 03:24:51 PM

Title: logwatch.nsm SubAgent
Post by: DanG on August 06, 2012, 03:24:51 PM
Hi,

I'm trying to set the logwatch agent to capture event from the windows Application log.

The configuration loads without any error the parser file reads as follows:

<parser trace="7">
  <file>*Application</file>
  <rules>
    <rule>
      <source>Dcs*</source>
      <match>(.*)</match>
      <event params="1">100012</event>
    </rule>
  </rules>
</parser>

however no event is raised. I've started the agent is debug mode, I can see other agent event getting triggered but not the log watch.

Is the above wrong?

BTW. IMHO the nxagentd.conf file path syntax for *LOGWATCH is inconsistent

This does not work
Parser = "C:\Program Files\NetXMS\abc.xml"

This does:
Parser = C:\Program Files\NetXMS\abc.xm

Notice the space in the path... I would have though delimiting the path by quotes should be mandatory or at least allowed.

Kind regards,

Dan
Title: Re: logwatch.nsm SubAgent
Post by: Victor Kirhenshtein on August 16, 2012, 12:04:18 PM
Hi!

I don't see any problem in parser configuration. Could you please send me debug output of the agent?

Best regards,
Victor