Hello,
I have problem to create Event from syslog event. I am receiving syslog messages (image1)
My syslog parser:
<rules>
    <rule>
      <severity>8</severity>
      <match>(.*)</match>
      <event params="1">100000</event>
    </rule>
  </rules> 
My Event (image2)
But nothing happen when syslog message arrives :-( event viewer (image3). NETXMS is running as service on Windows 7 computer. 
Thanks,
MK
			
			
			
				Hi!
For syslog-based events to be generated, host which is source of the event must be registered as node in NetXMS. Also, I suppose you just omit <parser> tag from posted config - <rules> must be wrapped in it.
Best regards,
Victor
			
			
			
				you kick my problem after registering node it is working like charm. Thanks !