Monitoring tool for Framaspace. [Online documentation](https://argos-monitoring.framasoft.org/)
Find a file
2024-05-27 15:25:06 +02:00
argos 🔊 — Add level of log before the log message 2024-05-27 15:25:06 +02:00
conf 📝 — Make .env example file usable (fix #40) 2024-05-27 08:26:44 +02:00
docs 🔀 Merge branch 'fix-33' into 'main' 2024-04-25 12:11:16 +00:00
tests 🎨 — Ruff formating 2024-03-25 13:19:07 +01:00
.fix-pylint-output-for-gitlab-ci.py 🎨 — Ruff formating 2024-03-25 13:19:07 +01:00
.gitignore build: move to hatch for packaging 2024-04-08 08:37:15 +02:00
.gitlab-ci.yml build: use make test rather than make tests 2024-04-05 13:19:26 +02:00
.pylintrc 🐛 — Fix domains sorting on domains view 2023-12-14 16:43:45 +01:00
CHANGELOG.md 🔊 — Add level of log before the log message 2024-05-27 15:25:06 +02:00
LICENSE 📄 — Include AGPLv3 text in the repository 2023-12-14 15:20:45 +01:00
Makefile 🔀 Merge branch 'almet/move-migrations' into 'main' 2024-04-25 11:40:27 +00:00
pyproject.toml 🔀 Merge branch 'fix-11' into 'main' 2024-04-10 15:24:35 +00:00
README.md 📝 — Add screenshot on README (fix #39) 2024-05-23 15:41:13 +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.