You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
565 B
Plaintext

// vim: set ft=icinga2 et sw=2 ts=2 si ai:
object ServiceGroup "disk" {
display_name = "Disk Checks"
assign where service.check_command == "disk"
}
object ServiceGroup "package-updates" {
display_name = "Package Update Status"
assign where service.check_command == "apt"
}
object ServiceGroup "procs" {
display_name = "Process Checks"
assign where service.check_command == "procs"
}
object ServiceGroup "ceritficates" {
display_name = "X.509 Certificate Checks"
assign where service.check_command in [ "custom_ssl_cert", "custom_ca_cert" ]
}