NetXMS Support Forum

English Support => Feature Requests => Topic started by: hkusulja on April 29, 2014, 04:35:31 PM

Title: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: hkusulja on April 29, 2014, 04:35:31 PM
NetXMS Agent service, which is configured as a Proxy, should be able to receive SNMP traps, and Syslog messages from local network and relay them / proxy them to the NetXMS server.

I hope this will be implemented.
Title: Re: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: ADABman on October 24, 2015, 01:36:14 AM
Did this ever get implemented?
We could really use this functionality.
If not, is there a paid service available for feature implementation?

Thanks
Title: Re: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: tomaskir on October 24, 2015, 01:49:28 AM
SNMP Traps are proxied, that was implemented some time ago.
Syslog proxying is currently not implemented.

For custom development, you can use the contact form at:
https://www.netxms.org/contact/
Title: Re: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: ADABman on October 24, 2015, 02:25:22 AM
Thanks Tomas.

For the SNMP trap proxy .. are the traps buffered?
If the link from agent to master server is down for some time, when connectivity is restored, will the traps then be forwarded?
Title: Re: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: tomaskir on October 24, 2015, 09:03:32 AM
Proxied DCIs are buffered and then synced, but I am not sure about proxied SNMP Traps.

Viktor will have to answer that.
Title: Re: Relay snmp traps and syslog messages with NetXMS Agent acting as a Proxy
Post by: Victor Kirhenshtein on October 24, 2015, 11:39:29 AM
Hi,

received SNMP traps cached in memory until connection with NetXMS server restored. However, they are not stored to local database so if agent is restarted any cached traps will be lost.

Best regards,
Victor