mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
21 lines
No EOL
1 KiB
Markdown
21 lines
No EOL
1 KiB
Markdown
# Argos monitoring
|
||
|
||
Argos is an HTTP monitoring service. It allows you to define a list of websites to monitor, and a list of checks to run on these websites. It will then run these checks periodically, and alert you if something goes wrong.
|
||
|
||
See the online documentation at http://framasoft.frama.io/framaspace/argos
|
||
|
||
Todo:
|
||
|
||
- [ ] Cleandb should keep max number of results by task
|
||
- [ ] Do not return empty list on / when no results from agents.
|
||
- [ ] Last seen agents
|
||
- [ ] donner un aperçu rapide de l’état de la supervision.
|
||
- [ ] Rename error in unexpected error
|
||
- [ ] Use background tasks for alerting
|
||
- [ ] Delete outdated tasks from config
|
||
- [ ] Implement alerting tasks
|
||
- [ ] Handles multiple alerting backends (email, sms, gotify)
|
||
- [ ] Un flag de configuration permet d’ajouter automatiquement un job de vérification de redirection 301 de la version HTTP vers HTTPS
|
||
- [ ] add an "unknown" severity for check errors
|
||
- [ ] Add a way to specify the severity of the alerts in the config
|
||
- [ ] Add a command to generate new authentication token |