fix: remove old athq backup check

This commit is contained in:
2023-01-06 01:30:46 +01:00
parent f33b29287f
commit b681902948

View File

@@ -136,15 +136,6 @@ apply Service "backup_atlantis_laptop" {
assign where host.name == "atlantispc"
}
apply Service "backup_atlantishq" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_atlantishq"
assign where host.name == "atlantispc"
}
apply Service "backup_ths_server" {
import "generic-service"
check_command = "gateway"