ChangelogΒΆ

0.5.0ΒΆ

Date: 2024-09-26

  • πŸ’„ β€” Correctly show results on small screens

  • πŸ“πŸ’„ β€” Add opengraph tags to documentation site (#62)

  • πŸ”¨ β€” Add a small web server to browse documentation when developing

  • ✨ β€” Add new check type: http-to-https (#61)

  • πŸ’„ β€” Better display of results’ error details

0.4.1ΒΆ

Date: 2024-09-18

  • πŸ’„ β€” Use a custom User-Agent header

  • πŸ› β€” Fix mail and gotify alerting

0.4.0ΒΆ

Date: 2024-09-04

  • πŸ’„ β€” Improve email and gotify notifications

  • ✨ β€” Add command to test gotify configuration

  • ✨ β€” Add nagios command to use as a Nagios probe

  • ✨ β€” Add Apprise as notification way (#50)

0.3.1ΒΆ

Date: 2024-09-02

  • ✨ β€” Add new check types: body-like, headers-like and json-like (#58)

0.3.0ΒΆ

Date: 2024-09-02

  • 🩹 β€” Fix release documentation

  • βœ… β€” Add mypy test

  • ✨ β€” Add new check type: status-in

  • 🩹 β€” Close menu after rescheduling non-ok checks (#55)

  • ✨ β€” Add new check types: headers-contain and headers-have (#56)

  • ✨ β€” Add command to test email configuration (!66)

  • πŸ’„ β€” Enhance the mobile view (!67)

  • ✨ β€” Allow to run Argos in a subfolder (i.e. not on /) (#59)

  • ✨ β€” Add new check types: json-contains, json-has and json-is (#57)

0.2.2ΒΆ

Date: 2024-07-04

  • πŸ› β€” Fix bug in login view when having an expired token in cookie (redirect loop)

0.2.1ΒΆ

Date: 2024-06-27

  • πŸ› β€” Fix bug in login view when having a cookie (internal server error)

0.2.0ΒΆ

Date: 2024-06-24

  • πŸ’„πŸ“― β€” Improve notifications and result(s) pages

  • πŸ”Š β€” Add level of log before the log message β€” πŸ”Š β€” Add a warning messages in the logs if there is no tasks in database. (fix #41)

  • ✨ β€” Add command to generate example configuration (fix #38)

  • πŸ“ β€” Improve documentation

  • ✨ β€” Add command to warn if it’s been long since last viewing an agent (fix #49)

  • πŸ’₯ β€” Change default config file path to argos-config.yaml (fix #36)

  • πŸ“ β€” New documentation URL: doc is now on https://argos-monitoring.framasoft.org/

  • πŸ’₯ β€” Remove env vars and only use the configuration file

  • ✨ β€” Add built-in authentication for human interface

0.1.1ΒΆ

Date: 2024-04-30

  • πŸ› β€” Fix --config option for some commands

  • ☝️🧐 β€” Validate config file readability

0.1.0ΒΆ

Date: 2024-04-25

  • First working version