What is the best open source SNMP monitoring tool? [closed]
Asked Answered
K

2

20

I am currently working on software that must emit SNMP traps for SNMP versions 1 & 2 and possibly v3 in the future. I have downloaded several and found them to be either too complex or too simplistic. All I want is to view traps and analyze the data structures within them, and the ability to import my custom MIB's. The best I have found so far is ireasonings MIB Browser, but would be greatful for any nice alternatives.

Kratzer answered 15/10, 2008 at 11:10 Comment(0)
S
11

netsnmp - should do everything you're after, with a variety of language bindings to suit every taste.

Sunstroke answered 15/10, 2008 at 11:25 Comment(1)
This is the route I'd take, at least for simple stuff that was mentioned. It's very easy to setup snmptrapd from Net-SNMP and have it catch incoming traps, then pass them to a Perl script (or external program). Net-SNMP comes with Perl bindings, and if compiled in, it makes handling the traps very easy.Smacking
C
6

The only monitoring tools I've used that utilize SNMP monitoring are Nagios, Zenoss, OpenNMS, and the proprietary product from my company - but they're for full network monitoring.

How many devices are you looking to monitor? If it's only a couple, @Andrew's suggestion of netsnmp may be sufficient.

Codee answered 15/10, 2008 at 13:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.