mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:38:33 +01:00
feat: caldav backup monitoring
This commit is contained in:
@@ -171,3 +171,12 @@ apply Service "mail_atlantishq" {
|
||||
vars.service_name = "mail_atlantishq"
|
||||
assign where host.name == "async_icinga"
|
||||
}
|
||||
|
||||
apply Service "ths_caldav_backup" {
|
||||
import "generic-service"
|
||||
check_command = "gateway"
|
||||
vars.protocol = "https"
|
||||
vars.host = "async-icinga.atlantishq.de"
|
||||
vars.service_name = "ths_caldav_backup"
|
||||
assign where host.name == "async_icinga"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user