mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-05-01 19:32:24 +02:00
9 lines
No EOL
577 B
Markdown
9 lines
No EOL
577 B
Markdown
# Checks
|
|
|
|
At its core, argos runs checks and return the results to the service. Here are the implemented checks, with a description of what they do and how to configure them.
|
|
|
|
| Check | Description | Configuration |
|
|
| --- | --- | --- |
|
|
| `status-is` | Check that the returned status code matches what you expect. | `status-is: "200"` |
|
|
| `body-contains` | Check that the returned body contains a given string. | `body-contains: "Hello world"` |
|
|
| `ssl-certificate-expiration` | Check that the SSL certificate expires in more than X days. | `ssl-certificate-expiration: "30d"` | |