Morten Brekkevold

Results 97 issues of Morten Brekkevold

**Is your feature request related to a problem? Please describe.** A user reports problems with some new switches, where there are intermittent alerts about outages in its redundant power supplies....

enhancement
maintenance
CNaaS

**Is your feature request related to a problem? Please describe.** If device **A** goes down during a maintenance period (as expected), we don't want to be notified about it. NAV...

enhancement
discussion

**Is your feature request related to a problem? Please describe.** Juniper devices can be stacked into a virtual chassis. NAV cannot detect the VC members or outages thereof. **Describe the...

enhancement
CNaaS
blocked

**Is your feature request related to a problem? Please describe.** Future browser releases may decide to discard NAV's session cookie, due to it not having any explicit SameSite policy. **Describe...

enhancement

**Describe the bug** NAV doesn't employ the `Secure` attribute on its session cookie. Whenever NAV is configured to be served over HTTPS, this should be part of the cookie. This...

bug

**Is your feature request related to a problem? Please describe.** The NAV documentation does not contain a sufficiently detailed usage guide for configuring threshold rules. Although the threshold rule editor...

enhancement
nav-ref
documentation

**Describe the bug** Through conversation with @indy-independence, we have learned that any environment variable prefixed with `TEMPLATE_SECRET_`, exported to the CNaaS-NMS API process, will be made available as variables in...

This introduces a new `lru_cache` decorator that will change its behavior according to the current environment. If imported in isolation, it selects the `functools.lru_cache` implementation. If imported in a fully...

The ipwrap filter is functionally equivalent to that provided by Ansible (see https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters_ipaddr.html#wrapping-ipv6-addresses-in-brackets). A template may look like ``` url https://{{ file_server }}/somefile.py ``` However, if the `file_server` variable is...

If the host system is running with a restrictive umask (which mine does), these scripts may be copied with a mode of `700`. Owned by root, they would not be...