From 4b79213ff14efd39dcba4cec3aa40e535028c99a Mon Sep 17 00:00:00 2001 From: Ivan Devat Date: Thu, 1 Aug 2024 12:28:18 +0200 Subject: [PATCH] fix: improve README.md (alerts; external programs) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f2f5c1..c2e158f0 100644 --- a/README.md +++ b/README.md @@ -1411,7 +1411,9 @@ The items of `recipients` are as follows: Currently, only one set is supported, so the first set is used and the rest are ignored. -**Note:** The role configures the cluster to call external programs to handle alerts. It is your responsibility to distribute the programs to cluster nodes. +**Note:** The role configures the cluster to call external programs to handle +alerts. It is your responsibility to provide the programs and distribute them to +cluster nodes. You may take a look at [an example](#configuring-alerts).