updated conf

This commit is contained in:
levasseur
2022-02-21 14:48:17 +01:00
parent 6a06b61335
commit 0f7acc72ec
2 changed files with 13 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
export REALM="mixart-myrys.org"
# Conf_ntp variables
export NTPSERVERS="ntp1.$REALM ntp2.$REALM"
export NTP_SERVERS="ntp1.$REALM ntp2.$REALM"
# Upgrade_dist variables
export PROXYAPT="acng.$REALM"
@@ -22,3 +22,14 @@ export KDC_SERVER="kerb.$REALM"
export KADM_SERVER="kerb.$REALM"
export LDAP_SERVER="ldap.$REALM"
export LDAP_ADM="admin"
# 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"
# Syslog
export SYSLOG_SRV="syslog.$REALM"
# System mail
export MAIL_RELAY="smtp-out.$REALM"