argos/docs/configuration.md
Luc Didry fde061da19
— Add new check type: status-in
Similar to status-is except that the HTTP status can be one of a list, instead of just one fixed value.

Usecase: a Sympa server with CAS authentication set. Without a sympa_session cookie, you get a 302 status,
with it, you have a 200 status.
2024-07-04 14:32:46 +02:00

471 B
Raw Blame History

Configuration

Argos uses a simple YAML configuration file to define the servers configuration, the websites to monitor and the checks to run on these websites.

See here for more informations about the checks you can use.

Here is a simple self-documented configuration file, which you can get with argos server generate-config:

---
caption: argos-config.yaml
---