fix: change domain to atlantishq.de

This commit is contained in:
2023-01-02 02:55:02 +01:00
parent f85c4d57b4
commit 1098cc6512

View File

@@ -104,7 +104,7 @@ apply Service "backup_kathi_laptop" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_kathi_laptop"
assign where host.name == "kathi"
}
@@ -113,7 +113,7 @@ apply Service "apt_atlantis_laptop" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "apt_atlantis_laptop"
assign where host.name == "atlantislaptop"
}
@@ -122,7 +122,7 @@ apply Service "apt_atlantis_pc" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "apt_atlantis_pc"
assign where host.name == "atlantispc"
}
@@ -131,7 +131,7 @@ apply Service "backup_atlantis_laptop" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_atlantis_laptop"
assign where host.name == "atlantispc"
}
@@ -140,7 +140,7 @@ apply Service "backup_atlantishq" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_atlantishq"
assign where host.name == "atlantispc"
}
@@ -149,7 +149,7 @@ apply Service "backup_ths_server" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_ths_server"
assign where host.name == "atlantispc"
}
@@ -158,7 +158,7 @@ apply Service "backup_ths_offline_storrage_box" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_ths_offline_storrage_box"
assign where host.name == "atlantispc"
}
@@ -167,7 +167,7 @@ apply Service "backup_ths" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "backup_ths"
assign where host.name == "THS"
}
@@ -176,7 +176,7 @@ apply Service "ths_auftragsdatenbank" {
import "generic-service"
check_command = "gateway"
vars.protocol = "https"
vars.host = "async-icinga.athq.de"
vars.host = "async-icinga.atlantishq.de"
vars.service_name = "ths_auftragsdatenbank"
assign where host.name == "THS"
}