Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Argus is an alert aggregator for monitoring systems

Results 298 Argus issues
Sort by recently updated
recently updated
newest added

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...

enhancement
frontend
blocked

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

enhancement

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...

enhancement
discussion
frontend
data model
API v2

Currently it is possible to create a timeslot without any time recurrences. This should be changed, since a timeslot without time recurrence is useless.

data model

The incident table will become very large, and `count()` in postgres is quite expensive.

enhancement
priority: low

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...

enhancement
notification
queue

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....

frontend
data model
notification
API v2
queue
delayed notification

Every test class should be tagged (e.g. `@tag("integration")`) respectively.

tests

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":...

enhancement
glue service

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...

bug
dependencies