Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - ftrotta

#1
General Support / Syslog Parser issues?
August 20, 2012, 07:06:54 PM
I am using NetXMS Managemente Console 1.2.2 on Windows 7 to (try to) configure a remote NetXMS server.

The NetXMS server is 1.2.2 as well and it is hosted on a Windows 2003 Server R2 Enterprise Edition.

I am trying to configure the syslog parser, but I experience the following issues:
- I am not able to remove a rule added via the Editor
- I am not able to save any change applied to the parser, in both cases of Editor or XML editing

How can I modify the Syslog Parser configuration?

Thank you in advance

Francesco
#2
I'm trying to watch the System Eventlog in Windows for error events.

I manually add a new error event, while the agent is running in debug mode (level 9).

This is what I can see

[09-Apr-2012 12:46:30] LogWatch: unable to load event source "System" for log "System"

Agent versione is: 1.0.13
Operating system is: Windows 2003 Enterpirse R2

Does anyone have any clue?

#3
I'm trying to watch the log of Windows Scheduled Task.

The file to watch is c:\Windows\Tasks\SchedLgU.txt

The (very basic) parser file I use is
Begin file ----------
<parser>
   <file>c:\Windows\Tasks\SchedLgU.txt</file>
   <rules>
      <rule>
         <match>ERROR</match>
         <event>100002</event>
      </rule>
   </rules>
</parser>
End File -----------

Agent version is: 1.0.13
Operating system is: Windows 2003 server R2

I started the agenti in debug mode (level 9) and I cannot see anything happening.