mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
add: kathi backup server check
This commit is contained in:
@@ -93,6 +93,15 @@ apply Service "backup_kathi_laptop" {
|
||||
assign where host.name == "kathi"
|
||||
}
|
||||
|
||||
apply Service "backup_kathi_server" {
|
||||
import "generic-service"
|
||||
check_command = "gateway"
|
||||
vars.protocol = "https"
|
||||
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