mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
577 B
577 B
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" |