From ce84336ab99230e46ecbe052dfd7d18d39a8c513 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Fri, 2 Jun 2023 16:53:41 +0200
Subject: [PATCH] fix typo

---
 .../templates/etc/icinga/conf.d/services_manual.conf            | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/webserver/docker_icinga/templates/etc/icinga/conf.d/services_manual.conf b/webserver/docker_icinga/templates/etc/icinga/conf.d/services_manual.conf
index e5293d5b..4ddcc4e6 100644
--- a/webserver/docker_icinga/templates/etc/icinga/conf.d/services_manual.conf
+++ b/webserver/docker_icinga/templates/etc/icinga/conf.d/services_manual.conf
@@ -44,6 +44,8 @@ apply Service "wz-uplink-webdiscount-1" {
 apply Service "wz-uplink-webdiscount-2" {
   import "generic-service"
 
+  check_command = "ping4"
+
   vars.ping_address = "212.3.80.222"
 
   vars.ping_wrta = "100"
-- 
GitLab