[erlang-questions] SNMP Manager

Anders Nygren anders.nygren@REDACTED
Tue Feb 6 22:39:37 CET 2007


On 2/6/07, Kenneth Lundin <kenneth.lundin@REDACTED> wrote:
> Hi Sebastian,
>
> I think you are reading some old documentation.
> What version of OTP and of the SNMP application are you using?
>
> At least starting from OTP R10B there has been an snmpm (m for manager)
> module in the SNMP application.
> I am looking at the documentation from OTP R11B and I don't recognize
> your example.
> There are however other examples on how to implement an SNMP manager.
>
> /Regards Kenneth for the OTP team at Ericsson
>
> On 2/6/07, Sebastian Bello <sebastian@REDACTED> wrote:
> > Hi all,
> >
> > I'm trying to write a simple SNMP manager using the Erlang toolkit. >From
> > the User's Guide:
> >
> > snmp_test_mgr:start_link([{agent,"dront.ericsson.se"},{community,"public"},{mibs,["EX1-MIB","STANDARD-MIB"]}]).
> >
> > 1- I can't find module snmp_test_mgr
> > 2- module snmp_mgr_tests references module snmp_mgr, which I can't find
> > neither.
> > 3- does anybody have a simple working manager example?
> >
> > Thanks,
> >     Sebastian-
> >
> >
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
> >
> >
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>

No, it is still in the new documentation

find /usr/local/lib/erlang/ -name *.html -exec grep -H snmp_test_mgr {} \;
/usr/local/lib/erlang/lib/snmp-4.8.4/doc/html/snmp_impl_example_agent.html:1>
<STRONG>snmp_test_mgr:start_link([{agent,"dront.ericsson.se"},{community,"all-rights"},</STRONG>

/Anders



More information about the erlang-questions mailing list