NetXMS Support Forum

English Support => Feature Requests => Topic started by: sodalist on February 08, 2008, 08:29:41 PM

Title: Ability to define snmp agents UDP port, ...
Post by: sodalist on February 08, 2008, 08:29:41 PM
ability to define multiple snmp agents on node...
ability to tie data colection to specific defined agent

* For instance server with 10 java virtual machines with enabled SNMP management on UDP ports
  161, 162, 163, ...

* I am solwing this problem currently using proxy on net-snmp and still trying to figure
  out how efficently monitor multiple JVM per machine.   
Title: Re: Ability to define snmp agents UDP port, ...
Post by: sodalist on November 26, 2010, 10:02:48 AM
https://www.netxms.org/forum/configuration/clustering-with-snmp-proxy/

thank you :)

Ales
Title: Re: Ability to define snmp agents UDP port, ...
Post by: Victor Kirhenshtein on November 26, 2010, 12:33:42 PM
Slow, but implemented finally :) However, it's not complete implementation yet - there are some limitations:
1. All agents must support same SNMP version;
2. All agents must use same community string or USM credentials;
3. Agents on ports other than node's default not checked for availability during status polls (you can however detect DCI collection errors).

I plan to add full per-agent configuration (version, credentials, etc.) in future versions.

Best regards,
Victor