I need to monitor about a thousand devices, but the devices are mostly SNMP only devices. They aren't Linux or Windows servers or network gear(IT department takes care of that). I've been looking at a few of the popular monitoring/logging packages and they are all so... overkill and loading/configuring MIBs is like a 30 step process. I think we want Alerts first and then might add on logging and graphs later.

The hardware is mostly Audio Video type hardware: Projectors, Video and Audio players, DSP...

link|improve this question

57% accept rate
If you're going to monitor anything using SNMP you need MIBs. The only way around that is to custom write your own code. – John Gardeniers May 27 '11 at 23:36
@John - I've some some NMS's that make loading MIBs a 2-click process, others where you have to convert the OIDs by hand, or manually import each one (Zabbix, I'm looking at you). I suspect they're trying to avoid a long import process. – Mark Henderson May 28 '11 at 0:22
@Mark, you may be right. I think the OP could do a lot to make the objective clearer, including telling us just what is to be monitored. Perhaps someone else here has already been through the exercise. – John Gardeniers May 28 '11 at 0:55
@Mark Henderson which one was two clicks?... – tladuke Jun 8 '11 at 20:49
PRTG isn't too bad, but I wouldn't do more than a few dozen devices with it, which is why I didn't suggest it. Also, it's windows only and I found it quite irritating. – Mark Henderson Jun 8 '11 at 21:02
feedback

5 Answers

Nagios has a commercial version called Nagios XI that will easily receive SNMP traps (and do SNMP gets as well). It may have TONS of other functionality but no one says you have to use it. If you are well versed in Linux you could also use the free (open source) version but if you are looking for something easy to administer, has a GUI web interface and can be up and running fairly quickly, I would recommend you take a look at it. It also has graphing ability if you want it to.

The web address is: http://nagios.com/products/nagiosxi

link|improve this answer
1  
The non-commercial version handles SNMP just fine. – John Gardeniers May 28 '11 at 0:59
I agree, the OP was asking for something "easy" and I find XI to be a bit easier to use than the open source version. – Chris May 28 '11 at 14:36
feedback

Observium might be a good fit. Sounds like simplicity is one of the design goals of the project.

link|improve this answer
feedback

While its not two clicks, OpenNMS has a script to parse the mib, which you can include into your configuration.

They have an example, using the snmp information mibs: http://www.opennms.org/wiki/SNMP_Informant_How-To

link|improve this answer
feedback

If you just want to receive traps, then you should check out EventSentry Light, for which they just released v2.92. It's free, very easy to configure, and you can setup email alerts based on text matching. There is also a commercial version which can consolidate traps in a database (and more).

link|improve this answer
feedback

SolarWinds Orion, I recall, makes this fairly easy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.