NetXMS Support Forum

English Support => General Support => Topic started by: pablitos79 on March 09, 2015, 03:55:13 PM

Title: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: pablitos79 on March 09, 2015, 03:55:13 PM
Hello,
after the upgrade to NetXMS release 2.0 M2 syslog parser stops to work.
Configuration are not changed, but no event are generated by syslog message.

Thanks in advance.
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: pablitos79 on March 09, 2015, 05:59:25 PM
UPDATE

Hello,
I've found where is the problem.

My setup is as follows:
Devices ---> Syslog-Ng Server ---> NetXMS

The problem is that all messages in NetXMS show a sending host as "Syslog-Ng Server". Before the upgrade all messages in NetXMS show original sender device as sending host.

Syslog-Ng configuration is not changed.

Is possible to modify NetXMS Syslog daemon configuration?

Thanks in advance
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: Dani@M3T on March 09, 2015, 06:04:51 PM
maybe check this:
https://www.netxms.org/forum/general-support/syslog-from-source-unknown/15/ (https://www.netxms.org/forum/general-support/syslog-from-source-unknown/15/)

edit:
sorry wrong link
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: pablitos79 on March 09, 2015, 06:44:55 PM
Thank you Dani.
Sorry but I don't know where I can find the syslogd.cpp file.
My NetXMS is installed on Windows machine.

Thank you.
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: Dani@M3T on March 09, 2015, 07:58:36 PM
sorry, it was not the right feed. I was a little bit too fast.
Try to switch 'SyslogNodeMatchingPolicy' to '1' in Server Configuration and restart the NetXMS server. That changes source to node matching.
0 = "syslog message source IP address then hostname "
1 = "hostname then syslog message source IP address"
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: pablitos79 on March 10, 2015, 09:36:07 AM
Hi Dani,
it works!!
Thanks a lot for your help!

BYE
Title: Re: Syslog Parser prblem after upgrade to Release 2.0 M2
Post by: rvallejo on October 16, 2015, 09:40:52 PM
Hi. On Windows Server, Netxms (2.0-RC2) SysLog don't show Source.

Thanks