mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-01-22 04:27: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_address = "async-icinga.atlantishq.de"
|
||||||
vars.ssl_port = "443"
|
vars.ssl_port = "443"
|
||||||
|
vars.owner = "kathi"
|
||||||
|
|
||||||
check_command = "http"
|
check_command = "http"
|
||||||
|
|
||||||
@@ -87,6 +88,7 @@ object Host "kathilaptop" {
|
|||||||
apply Service "backup_kathi_laptop" {
|
apply Service "backup_kathi_laptop" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
|
vars.owner = "kathi"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
vars.host = "async-icinga.atlantishq.de"
|
vars.host = "async-icinga.atlantishq.de"
|
||||||
vars.service_name = "backup_kathi_laptop"
|
vars.service_name = "backup_kathi_laptop"
|
||||||
@@ -97,6 +99,7 @@ apply Service "backup_kathi_server" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
vars.protocol = "https"
|
vars.protocol = "https"
|
||||||
|
vars.owner = "kathi"
|
||||||
vars.host = "async-icinga.atlantishq.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user