jonnystorm / snmp-elixir

An SNMP client library for Elixir
Mozilla Public License 2.0
33 stars 12 forks source link

V3 engine discovery #26

Closed alexnavis closed 7 years ago

alexnavis commented 7 years ago

Pending:

To discuss:

alexnavis commented 7 years ago

I'm still looking at the test failures, I feel it is a problem with starting multiple snmpa agents from tests.

alexnavis commented 7 years ago

Build failing because of the Logger not being part of the application in 1.3.4 elixir version. Since the extra_applications was part of 1.4 release. Would you want to support 1.3.4 ?

https://elixirforum.com/t/runtimeerror-in-elixir-1-3-4-logger-application-not-running/3306/3

jonnystorm commented 7 years ago

Thank you, Alex. This seems to be working well. :D

I think I've been able to kludge the version problem with :logger. I'll do a pull for that shortly.