add: kathi backup server check

This commit is contained in:
2023-04-02 10:15:03 +02:00
parent 8c8d2250f7
commit 2624b84ee0
2 changed files with 11 additions and 1 deletions

View File

@@ -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"