Monitoring tool for Framaspace. [Online documentation](https://argos-monitoring.framasoft.org/)
Find a file
2025-02-18 17:05:55 +01:00
argos 🏷 — Bump version (0.9.0) 2025-02-18 17:05:55 +01:00
conf — Allow to run Argos in a subfolder (i.e. not on /). Fix #59 2024-08-27 13:02:01 +02:00
docs 🐛 — Fix worker timeout for old results cleaning in recurring tasks (fix #84) 2025-02-18 17:04:26 +01:00
tests 🐛 — Fix worker timeout for old results cleaning in recurring tasks (fix #84) 2025-02-18 17:04:26 +01:00
.fix-pylint-output-for-gitlab-ci.py 🎨 — Ruff formating 2024-03-25 13:19:07 +01:00
.gitignore 💥 — Change default config file path to argos-config.yaml (fix #36) 2024-06-17 16:15:53 +02:00
.gitlab-ci.yml 🛂 — Allow to use a LDAP server for authentication (fix #64) 2024-11-28 15:37:07 +01:00
.pylintrc 🐛 — Fix domains sorting on domains view 2023-12-14 16:43:45 +01:00
CHANGELOG.md 🏷 — Bump version (0.9.0) 2025-02-18 17:05:55 +01:00
LICENSE 📄 — Include AGPLv3 text in the repository 2023-12-14 15:20:45 +01:00
Makefile 🛂 — Allow to use a LDAP server for authentication (fix #64) 2024-11-28 15:37:07 +01:00
pyproject.toml 🐛 — Fix recurring tasks with gunicorn 2025-02-18 14:57:49 +01:00
README.md 📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/ 2024-06-18 09:04:32 +02:00

Argos monitoring

A monitoring and status board for your websites.

Screenshot of Argos’ status page

  1. Define a list of websites to monitor
  2. Specify a list of checks to run on these websites.
  3. Argos will run the checks periodically and alert you if something goes wrong.

Internally, a HTTP API is exposed, and a job queue is used to distribute the checks to the agents.

Requirements

  • Python: 3.11+
  • Backends: SQLite (development), PostgreSQL 14+ (production)

License

Copyright © 2023 Alexis Métaireau, Framasoft

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.