News:

We really need your input in this questionnaire

Main Menu

Syslog Parser and Event Monitor

Started by ric001, September 07, 2017, 10:40:47 PM

Previous topic - Next topic

ric001

Hello.
I am trying to use SYSLOG Parser and show the Alerts in Event Monitor using built in netxms syslog daemon.
I create the Event 100013
This is my config:

<parser trace="0">
   <file/>
   <rules>
      <rule name="">
         <match repeatCount="0" repeatInterval="120" reset="false">PING</match>
         <event params="0">100013</event>
         <tag></tag>
      </rule>
   </rules>
   <macros/>
</parser>

Regards

voron

Try full message
<match repeatCount="0" repeatInterval="120" reset="false">PING OK</match>

ric001

Without changes.
Using the tag field and Event from Netxms (not custom event) equal negative result.
Can you pass a screenshot or an example of a Log Parser using built in netxms syslog daemon please.

Regards