Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabc committed Jun 13, 2018
1 parent f3ad918 commit ee12ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zabbix/agent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "${isY}" != "y" ] && [ "${isY}" != "Y" ] && [ "${isY}" != "yes" ] && [ "${i
exit 1
fi
echo "安装相关组件"
yum install -y ntpdate gcc gcc-c++ wget unixODBC unixODBC-devel
yum install -y ntpdate gcc gcc-c++ wget pcre* unixODBC unixODBC-devel
echo "同步服务器时间"
ntpdate asia.pool.ntp.org
echo "创建zabbix用户"
Expand Down

0 comments on commit ee12ed3

Please sign in to comment.