mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:41:37 +01:00
fix: remove obsolete kathi icinga services
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user