Luc Didry
211ac32028
🐛 — Fix worker timeout for old results cleaning in recurring tasks ( fix #84 )
...
💥 Old results are now removed by their age, not based on their number.
💥 Warning: `max_results` setting has been replaced by `max_results_age`, which is a duration.
Use `argos server generate-config > /etc/argos/config.yaml-dist` to generate
a new example configuration file.
2025-02-18 17:04:26 +01:00
Luc Didry
8d82f7f9d6
✨ — No need cron tasks for agents watching ( fix #76 )
2025-02-17 15:35:13 +01:00
Luc Didry
c98cd9c017
✨ — No need cron tasks for DB cleaning anymore ( fix #74 and #75 )
2025-02-17 10:46:01 +01:00
Luc Didry
ea23ea7c1f
✨ — IPv4/IPv6 choice for checks, and choice for a dual-stack check ( fix #69 )
2024-12-02 15:24:54 +01:00
Luc Didry
09a858794d
✨ — Add built-in authentication for human interface
...
Built-in user management is provided too
2024-06-21 13:40:47 +02:00
Luc Didry
638dcc0295
💥 — Remove env vars and only use the configuration file ( fix #47 )
2024-06-20 13:02:49 +02:00
Luc Didry
6f93eeee49
🎨 — Ruff formating
2024-03-25 13:19:07 +01:00
Luc Didry
e3b1b714b3
🐛 — Delete tasks which are not in config file anymore ( fix #19 )
2024-03-21 15:49:39 +01:00
Luc Didry
098575f186
✨ — Link to reschedule non-ok checks ( fix #27 )
2024-03-14 16:49:03 +01:00
Luc Didry
2d6091ea41
🐛 — Fix alerts config in test scenario
2023-12-14 15:20:46 +01:00
aee1545814
Deduplicate checks from settings. Fixes #5
...
- Allow the database to have duplicates (previous calls were causing a server crash)
- Add tests scenarii for duplication
2023-10-25 00:00:25 +02:00
5bca4fa261
argos server cleandb now keep a number of results per task
2023-10-20 02:40:06 +02:00
9885a5809a
Add an 'argos server clean' command that needs to be run periodically to clean the db
2023-10-18 21:45:10 +02:00