Argus
Argus copied to clipboard
Argus is an alert aggregator for monitoring systems
We could possibly reuse the email template for the content (or improve that one while we're at it.) We'd need a solution to #307 and #305 and when that is...
Let the API be accessed with JWT tokens that are created by an external party (goal is to use Feide). Public Key for the token issuer must be configurable
Companion issue for https://github.com/Uninett/Argus-frontend/issues/448: "Idea: On the incidents-page, allow adding columns from tags". A model with OneToOneField to an argus_auth.User with fields for user preferences. We could also put a...
Currently it is possible to create a timeslot without any time recurrences. This should be changed, since a timeslot without time recurrence is useless.
The incident table will become very large, and `count()` in postgres is quite expensive.
Argus needs at minimum two types of delayed notifications (this definitely post-1.0) It should be possible to configure a subscription that will **queue all notifications generated in a timeslot, and...
Depends on #359. NAV has this. From the time an incident has been put on the queue for sending notifications until it is sent, two things may have happened: 1....
Every test class should be tagged (e.g. `@tag("integration")`) respectively.
For instance Humio can create alerts for when a specific query hits, and this alert can trigger a webhook. Humio's default payload looks like this: ``` { "repository": "{repo_name}", "timestamp":...
The environment was setup by running the Frontend from the Argus-Frontend repo docker-compose file, and the backend stuff from the Argus repo docker-compose file. Error messages were made when the...