Monitoring tool for Framaspace. [Online documentation](https://argos-monitoring.framasoft.org/)
Find a file
Alexis Métaireau ad5a90c5e7
Move migrations inside the argos/server/migrations directory.
They are required to be accessible by the server when running an
upgrade,  and as such need to part of the packaged files.
2024-04-10 17:26:49 +02:00
argos Move migrations inside the argos/server/migrations directory. 2024-04-10 17:26:49 +02:00
conf [chore] move the configuration files in a conf folder. 2024-04-08 08:37:15 +02:00
docs 🚚 — Renaming developer/installing to developer/installation 2024-04-08 14:23:51 +02: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
alembic.ini feat: Add alembic for db migrations 2023-12-16 23:35:56 +01:00
CHANGELOG.md 📝 Start a documentation 2023-10-19 22:46:01 +02:00
LICENSE 📄 — Include AGPLv3 text in the repository 2023-12-14 15:20:45 +01:00
Makefile build: use make test rather than make tests 2024-04-05 13:19:26 +02:00
pyproject.toml 🔀 Merge branch 'fix-11' into 'main' 2024-04-10 15:24:35 +00:00
README.md [docs] Remove the todolist from the readme 2024-04-05 13:19:26 +02:00

Argos monitoring

A monitoring and status board for your websites.

  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.