mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:18:32 +01:00
fix: change domain to atlantishq.de
This commit is contained in:
@@ -104,7 +104,7 @@ apply Service "backup_kathi_laptop" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_kathi_laptop"
|
vars.service_name = "backup_kathi_laptop"
|
||||||
assign where host.name == "kathi"
|
assign where host.name == "kathi"
|
||||||
}
|
}
|
||||||
@@ -113,7 +113,7 @@ apply Service "apt_atlantis_laptop" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "apt_atlantis_laptop"
|
vars.service_name = "apt_atlantis_laptop"
|
||||||
assign where host.name == "atlantislaptop"
|
assign where host.name == "atlantislaptop"
|
||||||
}
|
}
|
||||||
@@ -122,7 +122,7 @@ apply Service "apt_atlantis_pc" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "apt_atlantis_pc"
|
vars.service_name = "apt_atlantis_pc"
|
||||||
assign where host.name == "atlantispc"
|
assign where host.name == "atlantispc"
|
||||||
}
|
}
|
||||||
@@ -131,7 +131,7 @@ apply Service "backup_atlantis_laptop" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_atlantis_laptop"
|
vars.service_name = "backup_atlantis_laptop"
|
||||||
assign where host.name == "atlantispc"
|
assign where host.name == "atlantispc"
|
||||||
}
|
}
|
||||||
@@ -140,7 +140,7 @@ apply Service "backup_atlantishq" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_atlantishq"
|
vars.service_name = "backup_atlantishq"
|
||||||
assign where host.name == "atlantispc"
|
assign where host.name == "atlantispc"
|
||||||
}
|
}
|
||||||
@@ -149,7 +149,7 @@ apply Service "backup_ths_server" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_ths_server"
|
vars.service_name = "backup_ths_server"
|
||||||
assign where host.name == "atlantispc"
|
assign where host.name == "atlantispc"
|
||||||
}
|
}
|
||||||
@@ -158,7 +158,7 @@ apply Service "backup_ths_offline_storrage_box" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_ths_offline_storrage_box"
|
vars.service_name = "backup_ths_offline_storrage_box"
|
||||||
assign where host.name == "atlantispc"
|
assign where host.name == "atlantispc"
|
||||||
}
|
}
|
||||||
@@ -167,7 +167,7 @@ apply Service "backup_ths" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_ths"
|
vars.service_name = "backup_ths"
|
||||||
assign where host.name == "THS"
|
assign where host.name == "THS"
|
||||||
}
|
}
|
||||||
@@ -176,7 +176,7 @@ apply Service "ths_auftragsdatenbank" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.athq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "ths_auftragsdatenbank"
|
vars.service_name = "ths_auftragsdatenbank"
|
||||||
assign where host.name == "THS"
|
assign where host.name == "THS"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user