Morten Brekkevold
Morten Brekkevold
IIRC, this is the pattern that would need to be configurable: https://github.com/Uninett/nav/blob/388145c9af5f54cb100ce0bf434e7c1b1b24c159/python/nav/ipdevpoll/plugins/prefix.py#L54-L57 And, as always, if made configurable, we need to have provisions in place to handle invalid patterns/values, either...
> Fun bug I found, the box for the management profiles before clicking on it has now gotten smaller: Yeah, those are the same findings I reported to @Simrayz on...
> The last idea would permanently fix everything for new entries and the object-column in the auditlog list but do nothing for existing descriptions. Altering `__str__` would likewise only fix...
> I tried your code change and I got the following new stack trace which I haven't seen before. The stack trace mentions this line `return self._netbox_from_sysname(chassid)` as a problem...
If you want, I've pushed another update you can test, @hamartin
> I've implemented this change and tried it out over time. There are no stack traces or errors other than the expected warnings for some of our more "special" devices....
@hamartin We've merged this for the next release, but please do follow up if there is more to be done w/respect to Aruba and LLDP :)
> Info collected: I took the liberty of modifying the markup of your comment, @mofit08, to make it easier to read in GitHub (mainly adding backticks and triple back ticks...
The tests are failing on Python 3.7. I just merged #2901 to get rid of Python 3.7 from the default test matrix, since NAV 5.10 is out and 5.11 will...
It's been way too long since I looked at this, but I surmise that it really just adds a generic framework for fetching DHCP metrics, with a Kea-specific implementation. There...