mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
Monitoring tool for Framaspace.
[Online documentation](https://argos-monitoring.framasoft.org/)
![]() Stacktrace of the test bug: ``` ImportError while loading conftest '/home/luc/tmp/framasoft/argos/tests/conftest.py'. tests/conftest.py:6: in <module> from fastapi.testclient import TestClient venv/lib/python3.12/site-packages/fastapi/testclient.py:1: in <module> from starlette.testclient import TestClient as TestClient # noqa venv/lib/python3.12/site-packages/starlette/testclient.py:362: in <module> class TestClient(httpx.Client): venv/lib/python3.12/site-packages/starlette/testclient.py:444: in TestClient url: httpx._types.URLTypes, E AttributeError: module 'httpx._types' has no attribute 'URLTypes' ``` |
||
---|---|---|
argos | ||
conf | ||
docs | ||
tests | ||
.fix-pylint-output-for-gitlab-ci.py | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pylintrc | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
README.md |
Argos monitoring
A monitoring and status board for your websites.
- Define a list of websites to monitor
- Specify a list of checks to run on these websites.
- 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.