fix: remove obsolete kathi icinga services

This commit is contained in:
2023-07-24 17:19:39 +00:00
parent ab5dac0470
commit 33237f001e

View File

@@ -65,46 +65,6 @@ object Host "atlantislaptop" {
}
object Host "kathilaptop" {
import "generic-host"
address = "localhost"
name = "kathilaptop"
vars.async = "true"
vars.linux = "true"
vars.ssl_address = "async-icinga.atlantishq.de"
vars.ssl_port = "443"
vars.owner = "kathi"
check_command = "http"
max_check_attempts = 5
retry_interval = 1m
}
apply Service "backup_kathi_laptop" {
import "generic-service"
check_command = "gateway"
vars.owner = "kathi"
vars.protocol = "https"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_kathi_laptop"
assign where host.name == "kathi"
}
apply Service "backup_kathi_server" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.owner = "kathi"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_kathi_laptop"
assign where host.name == "kathi"
}
apply Service "apt_atlantis_laptop" {
import "generic-service"
check_command = "gateway"