91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Zabbix監控php-fpm

發布時間:2020-06-04 22:29:35 來源:網絡 閱讀:2543 作者:丶老龔 欄目:web開發

原理:通過nginx的代理功能,把php-fpm的狀態轉發出來。再用commandzabbix上添加監控。

 

步驟

1、開啟Php-fpm狀態功能。

PHP5.3.3以后就集成了php-fpm模塊,不需要額外裝包。

   Zabbix監控php-fpm

2、Nginx配置。

Zabbix監控php-fpm


3、重啟nginx/php-fpm服務。



4、打開status頁面。(測試到這初步成功)

Zabbix監控php-fpm

5、zabbix agent腳本目錄下創建腳本(/usr/local/zabbix/etc/monitor_scripts/

   [root@master~]# cat php-fpm_status.sh   -----可直接復制粘貼----

   #########################################################################

   # File Name:php-fpm_status.sh

   # Author: Ifeng

   # Created Time:20140612 星期四

   #########################################################################

 

   #!/bin/bash

   idle(){

        wget --quiet -O -http://127.0.0.1/status |grep "idle processes" |awk '{print$3}'

}

 

total(){

        wget --quiet -O - http://127.0.0.1/status|grep "total processes" |awk '{print$3}'

}

 

active(){

        wget --quiet -O -http://127.0.0.1/status |grep "active" |awk '{print$3}'|grep -v"process"

}

 

mactive(){

 

        wget --quiet -O -http://127.0.0.1/status |grep "max active processes:" |awk'{print$4}'

}

 

listenqueuelen(){

        wget --quiet -O -http://127.0.0.1/status |grep "listen queue len" |awk '{print$4}'

}

 

listenqueue(){

        wget --quiet -O -http://127.0.0.1/status |grep "listen queue:"|grep -vE"len|max"|awk '{print$3}'

}

 

since(){

        wget --quiet -O -http://127.0.0.1/status |grep "start since: " |awk '{print$3}'

}

 

conn(){

        wget --quiet -O -http://127.0.0.1/status |grep "accepted conn" |awk '{print$3}'

}

$1

 

6、更改zabbix.agentd.conf的配置文件如下:

UnsafeUserParameters=1     

注意路徑與腳本所在路徑一致

UserParameter=idle.processe,/usr/local/zabbix/etc/monitor_scriptsphp-fpm_status.shidle
UserParameter=total.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shtotal
UserParameter=active.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shactive
UserParameter=max.active.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shmactive
UserParameter=listen.queue.len,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shlistenqueuelen
UserParameter=listen.queue,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shlistenqueue
UserParameter=start.since,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shsince
UserParameter=accepted.conn,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shconn


7、Zabbix上添加監控。

Zabbix WEB面面中,通過以上定義好的key 進行操作。

 

 

注:PHP-fpm的狀態參數有很多,可用curl 127.0.0.1/status?full 查看

如有需求,可自行改動腳本。





向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

鹤庆县| 永靖县| 隆德县| 皋兰县| 筠连县| 三河市| 青铜峡市| 武隆县| 漯河市| 蒲江县| 鄂托克旗| 兰州市| 景德镇市| 平潭县| 丘北县| 周宁县| 库尔勒市| 虹口区| 赣州市| 宜宾县| 临猗县| 光泽县| 称多县| 瑞昌市| 扬中市| 开原市| 乐东| 南京市| 灵寿县| 南漳县| 于田县| 太湖县| 台山市| 游戏| 宁城县| 潼关县| 渝中区| 平邑县| 冷水江市| 海宁市| 奉节县|