From c47dac673175c77397afde67771ec5ac5d2b1c0f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 17 Jul 2024 13:09:20 +0800 Subject: [PATCH] update --- plugins/zabbix/conf/zabbix_server.conf | 2 +- scripts/install/debian.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/zabbix/conf/zabbix_server.conf b/plugins/zabbix/conf/zabbix_server.conf index 653711112..32b810e3e 100644 --- a/plugins/zabbix/conf/zabbix_server.conf +++ b/plugins/zabbix/conf/zabbix_server.conf @@ -7,7 +7,7 @@ DBPort={$ZABBIX_DB_PORT} DBName=zabbix DBUser=zabbix DBPassword={$ZABBIX_DB_PASS} -ListenPort=10050 +ListenPort=10051 EnableGlobalScripts=1 SNMPTrapperFile=/var/log/snmptrap/snmptrap.log diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index 65e55f2b5..7f61d99f9 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -43,6 +43,7 @@ echo "SSH PORT:${SSH_PORT}" # choose lang cmd # dpkg-reconfigure --frontend=noninteractive locales +# dpkg-reconfigure locales if [ ! -f /usr/sbin/locale-gen ];then apt install -y locales sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen