摘要:编译安装编译安装配置拷贝前端文件到目录下并配置页面端配置浏览器打开
1.编译安装NGINX
ssh zabbix@192.168.8.143 cd /home/zabbix/softs/nginx-1.10.3 ./configure --prefix=/home/zabbix/nginx-1.10.3 --pid-path=/tmp/nginx/nginx.pid --with-http_ssl_module --user=zabbix --group=zabbix --with-pcre --with-stream --with-stream_ssl_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-stream=dynamic make make install ln -s /home/zabbix/nginx-1.10.3 /home/zabbix/nginx /home/zabbix/nginx/sbin/nginx -s reload curl http://localhost:8000/2.编译安装PHP
su root yum install epel-release yum update yum install -y libxml2 libxml2-devel php-bcmath php-mbstring php-net-socket php-gd php-xml php5-dom php-xmlwriter php-xmlreader php-ctype php-session php-gettext yum install -y openssl openssl-devel curl-devel libjpeg-devel libpng-devel freetype-devel libmcrypt-devel php-ctype php-session php-gettext pcre pcre-devel yum install php-xml perl-DBI php-bcmath php-mbstring su zabbix cd /home/zabbix/softs/php-7.1.3 ./configure --with-oci8=shared,instantclient,/usr/lib/oracle/12.2/client64/lib --prefix=/home/zabbix/php-7.1.3 --with-config-file-path=/home/zabbix/php-7.1.3/etc --with-config-file-scan-dir=/home/zabbix/php-7.1.3/etc/php.d --with-mcrypt=/usr/include --enable-mysqlnd --with-mysqli --with-pdo-mysql --enable-fpm --with-fpm-user=zabbix --with-fpm-group=zabbix --with-gd --with-iconv --with-zlib --enable-xml --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-freetype-dir --enable-opcache --enable-bcmath make make install ln -s /home/zabbix/php-7.1.3/etc /home/zabbix/php cd /home/zabbix/php/etc cp /home/zabbix/softs/php-7.1.3/php.ini* ./ cp php-fpm.conf.default php-fpm.conf cp php-fpm.d/www.conf.default php-fpm.d/www.conf cd /home/zabbix/php/bin cp /home/zabbix/softs/php-7.1.3/sapi/fpm/init.d.php-fpm ./php-fpm chmod +x php-fpm ./php-fpm start3.配置Zabbix Web 3.1. 拷贝Zabbix前端文件到NGINX目录下并配置nginx.conf.
ssh zabbix@192.168.8.141 scp -r /home/zabbix/soft/zabbix-3.2.4/frontends/php 192.168.8.143:/home/zabbix/nginx/html/Zabbix3.2. 页面端配置
浏览器打开Zabbix Web -> http://192.168.8.143:8000/Zab...
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/22828.html
摘要:编译安装编译安装配置拷贝前端文件到目录下并配置页面端配置浏览器打开 1.编译安装NGINX ssh zabbix@192.168.8.143 cd /home/zabbix/softs/nginx-1.10.3 ./configure --prefix=/home/zabbix/nginx-1.10.3 --pid-path=/tmp/nginx/nginx.pid --with-...
摘要:,初始化完毕。。。解决图形中文乱码把它拷贝到的端的目录下例如,确认后缀为 本例环境使用Centos7.3 64位 安装zabbix需要mysql的支持,下面是快速安装LNMP的方法(使用EZHTTP安装) 安装LNMP 首先创建一个目录存放下载文件: [root@localhost ~]# mkdir /software [root@localhost software]# cd /s...
摘要:前言如果是用了阿里云或者腾讯云,他们都有各种监控帮我们做好。但是如果是遇到了自己维护自己机房的服务器,那么一些可视化或者监控就很有意义了。监控可能有很多种方案,这里就以比较老牌通吃的来解决服务监控问题。由于是可视化的,所以需要服务。 前言 如果是用了阿里云或者腾讯云,他们都有各种监控帮我们做好。但是如果是遇到了自己维护自己机房的服务器,那么一些可视化或者监控就很有意义了。监控可能有很多...
摘要:前言如果是用了阿里云或者腾讯云,他们都有各种监控帮我们做好。但是如果是遇到了自己维护自己机房的服务器,那么一些可视化或者监控就很有意义了。监控可能有很多种方案,这里就以比较老牌通吃的来解决服务监控问题。由于是可视化的,所以需要服务。 前言 如果是用了阿里云或者腾讯云,他们都有各种监控帮我们做好。但是如果是遇到了自己维护自己机房的服务器,那么一些可视化或者监控就很有意义了。监控可能有很多...
阅读 3409·2021-09-08 10:46
阅读 1164·2019-08-30 13:17
阅读 2332·2019-08-30 13:05
阅读 1175·2019-08-29 15:29
阅读 2866·2019-08-29 11:31
阅读 517·2019-08-26 12:13
阅读 1509·2019-08-26 11:42
阅读 1783·2019-08-23 18:37