王艳玲 发表于 2019-1-25 11:21:05

解决zabbix 3.0中1151端口不能运行问题

  修改PHP配置文件
  shell> vim ...etc/php.ini
  post_max_size = 64M(之前是16MB,默认是8MB)
  修改完后重启php-fpm
  查看1151端口是否运行
  shell> netstat -nptl
  Active Internet connections (only servers)
  Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
  tcp      0      0 0.0.0.0:10051               0.0.0.0:*                   LISTEN      15
  




页: [1]
查看完整版本: 解决zabbix 3.0中1151端口不能运行问题