From 19c5f174e8b9e3906c4f65247e0574a5aaffd939 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 26 May 2025 15:10:10 +0200 Subject: [PATCH] Add documentation on Groups --- docs/customservices.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/customservices.md b/docs/customservices.md index 4ceb119..62bdd54 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -173,6 +173,12 @@ Two lines are needed in the config.yml : url: "http://192.168.0.151/gatus" ``` + +Optionally, the results can be filtered to only include jobs in the defined groups: +```yaml + groups: [Services, External] +``` + ## Gitea / Forgejo Displays a Gitea / Forgejo version.