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

Messages - ric001

#1
Hello.
Is it possible to create rules that trigger events if I do not receive logs every so often, filtering by field "tag" or "Message", etc, from unknown sources?
-Using the example image
trigger an action if in 10min the log "PING5051" does not arrive

Thanks
#2
Hi
Any news about this request?
#3
General Support / Re: Syslog Parser and Event Monitor
September 08, 2017, 04:48:11 PM
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
#4
General Support / Syslog Parser and Event Monitor
September 07, 2017, 10:40:47 PM
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