Ability to define snmp agents UDP port, ...

Started by sodalist, February 08, 2008, 08:29:41 PM

Previous topic - Next topic

sodalist

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.   


Victor Kirhenshtein

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