Morten Brekkevold

Results 185 comments of Morten Brekkevold

> > This looks fine to me so far :) > > > The old software version is saved in the varmap. Is there any way to access that? >...

> For the functional tests this error message still appears: > > ``` > /source/tests/functional/conftest.py:30: ResourceWarning: unclosed file > start_gunicorn() > ResourceWarning: Enable tracemalloc to get the object allocation traceback...

This issue does not cover ipdevpoll. Ipdevpoll needs its own issue.

Note to self: This may need an alternative approach, since the problem is about requests timing out

No news, unfortunately. There is no such URL at the moment - but I suppose it could be implemented in JS using a URL anchor of some sort (currently, the...

> Bulk import two devices - I used Juniper EX 4300-32F switches with IP 10.219.85.84 and 10.219.85.76. The sysobjectid of these devices is not found in the pre-populated **type** table...

I tried the very same operation on a blank installation, and it occurs to me this is another potential "race" condition: I.e., ipdevpoll doesn't do staggered scheduling of collection jobs,...

Actually, a workaround for the dns problem might simply be to add the `dnsname` plugin as the first plugin of the `inventory` job as well.

Re: usage in pynetsnmp, this method seems to be the existing way of adding users to an SNMP session: https://github.com/Uninett/pynetsnmp/blob/abf7297f3339ad0f012de5cae1f39afaddb1f3b2/pynetsnmp/netsnmp.py#L620-L636 However, the `users` argument here seems to be a list...

I have tried making a quick hack by adding a single hardcoded user using the above mentioned `create_users()` method and enabling debug logging from Net-SNMP, but I am yet unable...