From 666f0dd75195ae324a01a9bdb2045e7fd63f7a1a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 24 May 2022 14:17:19 -0700 Subject: [PATCH] Add missing Healthchecks "states" option example in configuration schema (#525). --- borgmatic/config/schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index c4b802af..70fdeb1b 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -914,6 +914,8 @@ properties: List of one or more monitoring states to ping for: "start", "finish", and/or "fail". Defaults to pinging for all states. + example: + - finish description: | Configuration for a monitoring integration with Healthchecks. Create an account at https://healthchecks.io