mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +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"
|
||||
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user