Skip to content

Commit

Permalink
Clarify behaviour when a layer is added.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Jan 16, 2025
1 parent e76435c commit 85021c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/health-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ When a check is stopped, the active `perform-check` or `recover-check` change is

You can stop one or more checks using the `pebble stop-checks` command. A stopped check shows in the `pebble checks` output as "inactive" status, and the check will no longer be executed until the check is started again. Stopped (inactive) checks appear in check lists but do not contribute to any overall health calculations - they behave as if the check did not exist.

A stopped check that has `startup` set to `enabled` will be started in a `replan` operation. Stopped checks can also be manually started via the `pebble start-checks` command.
A stopped check that has `startup` set to `enabled` will be started in a `replan` operation and when the layer is first added. Stopped checks can also be manually started via the `pebble start-checks` command.

Checks that have `startup` set to `disabled` will be added in a stopped (inactive) state. These checks will only be started when instructed by a `pebble start-checks` command.

Expand Down

0 comments on commit 85021c2

Please sign in to comment.