argos/docs/index.md
2024-03-28 14:09:16 +01:00

1.5 KiB

Argos monitoring

A monitoring and status board for websites. Test how your websites respond to external checks, get notified when something goes wrong.

Features

  • Server-Agent architecture: The server is responsible for storing the configuration and the results of the checks. The agent is responsible for running the checks and sending the results to the server.
  • Extensibility: New checks can be added using python.
  • A Website allows to navigate the results of the checks.
  • HTTP API: An HTTP API is exposed to get the results of the checks.

Argos web interface

Installation

pip install argos-monitoring
argos server start
argos agent http://localhost:8000 "<auth-token>"
---
caption: config.yaml
---

Next

::::{grid} 2 :::{grid-item-card} Getting started 🔗 installation/getting-started.html The best way to get started with argos. ::: :::{grid-item-card} Developper docs 🔗 developer/overview.html You want to know more about the internals ?. ::: ::::

:caption: Getting started
:hidden:

installation/getting-started
installation/postgresql
cli
api
:caption: Deployment
:hidden:
deployment/systemd
deployment/nginx
:caption: Configuration
:hidden:
configuration
checks
:caption: Developer docs
:hidden:
developer/overview
developer/new-check
developer/models
developer/migrations
developer/projects
changelog