[mod] conf

This commit is contained in:
Christian Fraß 2023-03-05 15:52:28 +01:00
parent e3011a12fb
commit 760ae50e55

View file

@ -20,7 +20,7 @@ def conf_schema_threshold(
def conf_schema_annoy(
):
return {
"description": "whether notifications shall be kept sending after the threshold has been surpassed",
"description": "whether notifications about non-ok states shall be kept sending after the threshold has been surpassed",
"type": "boolean",
"default": False,
}