Add missing Healthchecks "states" option example in configuration schema (#525).
This commit is contained in:
parent
8b179e4647
commit
666f0dd751
1 changed files with 2 additions and 0 deletions
|
@ -914,6 +914,8 @@ properties:
|
||||||
List of one or more monitoring states to ping for:
|
List of one or more monitoring states to ping for:
|
||||||
"start", "finish", and/or "fail". Defaults to
|
"start", "finish", and/or "fail". Defaults to
|
||||||
pinging for all states.
|
pinging for all states.
|
||||||
|
example:
|
||||||
|
- finish
|
||||||
description: |
|
description: |
|
||||||
Configuration for a monitoring integration with
|
Configuration for a monitoring integration with
|
||||||
Healthchecks. Create an account at https://healthchecks.io
|
Healthchecks. Create an account at https://healthchecks.io
|
||||||
|
|
Loading…
Reference in a new issue