From 6343d4185da0abe98ffb93a8b7ab3297e5612594 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Thu, 25 Sep 2025 22:16:14 +0200 Subject: [PATCH] premature ip change --- conf/includes/gl.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/includes/gl.conf.sh b/conf/includes/gl.conf.sh index db3f303..e797ee0 100644 --- a/conf/includes/gl.conf.sh +++ b/conf/includes/gl.conf.sh @@ -35,7 +35,7 @@ export SSHD_PERMITROOT_RANGE="192.168.1.0/24" # Check MK #export MK_VERSION="2.3.0p27-1" No longer needed -export MK_SERVER_IP="10.250.42.20" +export MK_SERVER_IP="192.168.1.201" export MK_SITE="check_mk" export MK_URL="http://$MK_SERVER_IP/$MK_SITE/check_mk/agents/check-mk-agent_latest_all.deb" export MK_SECRET="file:/share/services/gestparc/mk_secret"