mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
Update documentation
This commit is contained in:
parent
0541adec5e
commit
c23ba7b85d
@ -500,7 +500,7 @@ services:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
headers:
|
headers:
|
||||||
Content-Type: application/json
|
Content-Type: application/json # XXX: as of v1.9.2, this header is automatically added when graphql is set to true
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[BODY].data.user[0].gender == female"
|
- "[BODY].data.user[0].gender == female"
|
||||||
@ -576,7 +576,6 @@ established.
|
|||||||
|
|
||||||
Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS:
|
Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS:
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
|
||||||
- name: example dns query
|
- name: example dns query
|
||||||
url: "8.8.8.8" # Address of the DNS server to use
|
url: "8.8.8.8" # Address of the DNS server to use
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Loading…
Reference in New Issue
Block a user