problem generate event from Syslog

Started by technak, February 09, 2011, 11:34:43 AM

Previous topic - Next topic

technak

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

Victor Kirhenshtein

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

technak

you kick my problem after registering node it is working like charm. Thanks !