Simon Oliver Tveit
Simon Oliver Tveit
> I'm inclined to say that this looks pretty good now, based on the code alone (some history cleanup/squashing is probably in order) ! :-) > > I have _not_...
So would this then be: 1) Add job / modify existing jobs to use script from #2371 to collect DHCP stats 2) Add 3 graphs to /search/vlan/xxxx for max/cur/touch that...
Force push to fix the commit log that went out of control. There have also been made some changes to the UI to better reflect if cache is used or...
Yeah i saw that it was behind a lot, i mistakenly branched off the wrong thing. I've rebased on develop now. do you mind if i force push it here,...
And nice that it seems to work, I still havent tried using the lab here so im not entirely ready to be running tests, ill have to spend some time...
some alerts for reporting that a device has disappeared already exist, like chassisDown and moduleDown alerts. These are meant for devices suddenly going missing, but I dont know how to...
Codecov complains a bit, but honestly not sure how to add tests to this, so ill put it back as ready 4 review
leaving some notes here with relevant info: The standard [POWER-ETHERNET-MIB](https://www.circitor.fr/Mibs/Html/P/POWER-ETHERNET-MIB.php) only supports turning on/off PoE on ports as far as I can see. Also some problems with not all ports...
frontend notes: Ikke inkluder Poe options/kolonne om devicen ikke støtter poe (i praksis: om ingen interfacer har en state når du bruke get_poe_states, så tolk det som at devicen ikke...
An actual difference between calling save early and not: `flush` sets the session ID to `None`. calling `save` will generate a session ID. So removing the current extra `save` calls...