diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index b74cb46..ab8b6e8 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -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"