• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SNMP Monitoring?

whoisrube

Junior Member
Does anyone know of any Free SNMP monitoring programs. I have a few devices that spit out some info in SNMP only that I'd like to monitor. Hopefully it will have a "Hey dummy! Look at me!" kind of pop-up alert thing. Devices are kinda varied: UPS's, switches, etc.

Thanks in advance. . .
 
What kind of monitoring are you talking about? Most unixes come with snmp clients (i.e. you can type 'snmpwalk hostname' to walk the public community) so it would be extremely simple to write a small shell or perl script to use the output from snmpwalk and do whatever you want like put it on a web page, send an email about changes, etc.
 
Simple for you maybe, but I am a windows slave, and I have no programming ability. :-( Basically, I want to be notified of any severe errors that occur. Both my UPS's & switches are capable of this (supposedly) but they are very vague as to how to actually capture these traps & then "do" something with them. If it actually requires any programming, my head is going back in the sand.
 
Back
Top