第二节:zabbix模板监控php
使用模板监控php 一、安装php并开启监控页面 1、安装php [root@web01 ~]# yum install -y php-fpm 2、修改配置文件开启监控页面 [root@web01 ~]# vim /etc/php-fpm.d/www.conf ... ; Default Value: not set pm.status_path …
第三节:搭建discuz论坛使用redis服务
搭建discuz论坛使用redis加速 一、修改nginx配置文件 [root@web01 ~]# vim /etc/nginx/nginx.conf ... root /code; index index.php index.html index.htm; ... location ~ \.php$ { fastcgi_pass 127.0.0.…
第四节:zabbix模板监控redis
使用模板监控redis服务 一、查看redis状态 交互式 [root@web01 ~]# redis-cli 127.0.0.1:6379> info 非交互式 [root@web01 ~]# redis-cli info 二、导入模板 三、上传配置文件、脚本 [rml_read_more]: [root@web01 /etc/zabbix…