pull/618/head
Mr Chen 10 months ago
parent 0de883b5b1
commit c47dac6731
  1. 2
      plugins/zabbix/conf/zabbix_server.conf
  2. 1
      scripts/install/debian.sh

@ -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

@ -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

Loading…
Cancel
Save