From 3f51e45e9339cc5600c36a4ba49568b3dc8d530a Mon Sep 17 00:00:00 2001 From: jabertwo <wz@jabertwo.de> Date: Wed, 31 May 2023 21:35:15 +0200 Subject: [PATCH] add checks for uplinks --- .../etc/icinga/conf.d/hosts_manual.conf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf b/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf index b0812786..c3fdcf18 100644 --- a/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf +++ b/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf @@ -81,3 +81,27 @@ object Host "homematic-ccu2" { groups = [ "network" ] } + +object Host "wz-uplink-globe" { + import "generic-host" + + address = "212.124.34.242" + + groups = [ "network" ] +} + +object Host "wz-uplink-webdiscount-1" { + import "generic-host" + + address = "212.3.65.45" + + groups = [ "network" ] +} + +object Host "wz-uplink-webdiscount-2" { + import "generic-host" + + address = "212.3.80.222" + + groups = [ "groups" ] +} \ No newline at end of file -- GitLab