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" ] +}