From 1c8b1e0e0e3ed989e0416b0a7c151ab424de5119 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 7391987..d8fedde 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -164,6 +164,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 This service displays a version string instead of a subtitle. Example configuration: