conf change

This commit is contained in:
2023-05-05 20:37:36 +02:00
parent 7542fba94e
commit dd1d97e625
2 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,4 @@
# Check devuan.conf file for general declaration
# This is specific for version 5
export NTP_SERV=ntpsec

View File

@@ -41,9 +41,9 @@ export MOUNTPOINT_data="/data"
export SSHD_PERMITROOT_RANGE="10.254.1.0/24"
# Check MK
export MK_VERSION="2.0.0p20-1"
export MK_URL="https://cmk.mixart-myrys.org/cmk/check_mk/agents/check-mk-agent_${MK_VERSION}_all.deb"
export MK_SERVER_IP="10.254.1.65"
export MK_VERSION="2.2.0b6-1"
export MK_URL="http://192.168.1.201/check_mk/check_mk/agents/check-mk-agent_${MK_VERSION}_all.deb"
export MK_SERVER_IP="192.168.1.201"
# Syslog
export SYSLOG_SRV="syslog.$REALM"