Argus
Argus copied to clipboard
Argus is an alert aggregator for monitoring systems
Bonus: halt setup with a traceback if the JSON in EXTRA_APPS/OVERRIDING_APPS is buggy!
This is quite rough and ready. Each provider will have very different steps so we cannot go into high detail on any of them.
Add a boolean environment variable "ARGUS_DISABLE_REDIS" that, when set, will tell channels to use an InMemoryChannel instead of Redis so that we may run the backend without having a redis...
Suggested: - [ ] How to develop with docker - [ ] How to develop directly on the command line - [ ] How to triage tickets and PR's (what...
> Another howto needed: split out how to override settings file from `site-specific-settings.rst` so that that file is only a list of settings. _Originally posted by @hmpf in https://github.com/Uninett/Argus/issues/761#issuecomment-2082139732_
Team members are reporting that CodeCov doesn't properly nix PRs that have no diff coverage. We should investigate and ensure the CodeCov rules for the Argus repo are the same...
Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.2.0 to 5.4.1. Release notes Sourced from social-auth-app-django's releases. Release 5.4.1 Changed Added reverse migration for JSON field Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)...
INCIDENT_START is created by the backend when it receives a new incident and should not be created by any other process. Needed: - [ ] Make test that api may...