Add service group fro certificate checks
This commit is contained in:
parent
545bc49d88
commit
500099ae6e
1 changed files with 6 additions and 0 deletions
|
@ -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" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue