mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
add healthchecks client
This commit is contained in:
parent
c01ab8303c
commit
d59d5ac4e2
11 changed files with 630 additions and 5 deletions
|
|
@ -66,6 +66,12 @@ in
|
|||
};
|
||||
healthchecks = {
|
||||
enable = lib.mkEnableOption "[Healthchecks](https://healthchecks.io) notification channel";
|
||||
pingingApiEndpoint = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "https://hc-ping.com/";
|
||||
description = "Endpoint URL for Healthchecks pinging API.";
|
||||
example = "https://your-healthchecks-instance.com/ping/";
|
||||
};
|
||||
pingingKeysSecretPath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue