SNMP MIB-2 tables in Erlang?
Hal Snyder
hal@REDACTED
Thu Oct 23 01:49:01 CEST 2003
Luke Gorrie <luke@REDACTED> writes:
> We're adding support for some standard SNMP MIBs to our Linux boxes:
> interfaces, IP statistics, routing table, etc.
>
> I'm thinking about doing it with the Erlang SNMP agent instead of
> using an existing implementation, in the name of having better
> customization hooks. Has anyone already done something similar? If so
> please give me a yell.
We put stats into mnesia tables for distribution + SNMP monitoring.
Here's a cookbook from our last go-round with it, including sample
MIB. Hope it helps.
Making a Mnesia Table SNMP Accessible
http://www.drxyzzy.org/mnesia-snmp/index.html
More information about the erlang-questions
mailing list