Simon Oliver Tveit

Results 43 issues of Simon Oliver Tveit

Fixes #1504 Adds a system for periodic caching of ranked statistics. Specific reports that should be periodically cached can be set in config file. Hardcoded how often caches are run...

Fixes #2391 Creates alerts when discovering new devices. The alert type depends on what type of device it is, e.g. chassis, module etc. Also fixes a small bug in EventFactory.

Fixes #2373 Graph dhcp statistics on vlan page

blocked

PR for #237 move logging init into its own function. This has to be called for logging to work, but makes it possible for testing to just not call it...

**Is your feature request related to a problem? Please describe.** Logging is done via the log.py file, where get_logger is used to get a logger object. This obejct has a...

**Is your feature request related to a problem? Please describe.** We have had issues regarding the session.py module. The module automatically runs code for connecting to the database. So when...

As a stack is still a single device, multiple links between devices must be supported to be able to have two uplinks to a stack. Draft changes trying to figure...

Related to #2804 Django lets SessionMiddleware save session during the response processing step. Saving on login was already done some places, but #2813 made it happen for all kinds of...

Closes #2392 There already exists moduleDown and chassisDown alerts that are made when Module or Chassis disappear. FanOrPsu objects are deleted if they disappear, but no alerts are made. This...

Fixes #2618 Adds docs for how to configure JWTs, how to use them and requirements for them to be valid.