mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
add: owner kathi to kathi services
This commit is contained in:
@@ -76,6 +76,7 @@ object Host "kathilaptop" {
|
||||
|
||||
vars.ssl_address = "async-icinga.atlantishq.de"
|
||||
vars.ssl_port = "443"
|
||||
vars.owner = "kathi"
|
||||
|
||||
check_command = "http"
|
||||
|
||||
@@ -87,6 +88,7 @@ object Host "kathilaptop" {
|
||||
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"
|
||||
@@ -97,6 +99,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user