Add service group fro certificate checks

This commit is contained in:
Jan Dittberner 2023-08-19 12:49:47 +02:00
parent 545bc49d88
commit 500099ae6e

View file

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