From 500099ae6e3b4ee4c0c43b3333886c16978f2c66 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 19 Aug 2023 12:49:47 +0200 Subject: [PATCH] Add service group fro certificate checks --- global-templates/servicegroups.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/global-templates/servicegroups.conf b/global-templates/servicegroups.conf index 2e16249..8393f45 100644 --- a/global-templates/servicegroups.conf +++ b/global-templates/servicegroups.conf @@ -16,3 +16,9 @@ object ServiceGroup "procs" { assign where service.check_command == "procs" } + +object ServiceGroup "ceritficates" { + display_name = "X.509 Certificate Checks" + + assign where service.check_command in [ "ssl_cert", "custom_ca_cert" ] +}