mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00

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.
13 lines
471 B
Markdown
13 lines
471 B
Markdown
# Configuration
|
||
|
||
Argos uses a simple YAML configuration file to define the server’s configuration, the websites to monitor and the checks to run on these websites.
|
||
|
||
See [here](checks.md) 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`](cli.md#server-generate-config):
|
||
|
||
```{literalinclude} ../conf/config-example.yaml
|
||
---
|
||
caption: argos-config.yaml
|
||
---
|
||
```
|