溫馨提示×

溫馨提示×

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

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

prometheus+grafana如何監(jiān)控nginx

發(fā)布時間:2021-11-23 15:06:35 來源:億速云 閱讀:618 作者:小新 欄目:開發(fā)技術(shù)

這篇文章主要介紹prometheus+grafana如何監(jiān)控nginx,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

在prometheus需要向ngxin中打入探針,通過探針獲取ngxin信息,并通過接口輸出。下文將講述如何監(jiān)控ngxin。

1.下載

為了各位小伙伴方便,這里提供了一波下載地址,如果模板不是特別滿意,也可以去官網(wǎng)自行下載。

nginx:

鏈接: https://pan.baidu.com/s/1QxcWrxAEARlEhxSb2ZETjQ

提取碼: 6fp5

nginx-module-vts-master:

鏈接: https://pan.baidu.com/s/1gCyAithAlRkORuZwhpcPmA 

提取碼: h9aa

nginx-vts-exporter
鏈接: https://pan.baidu.com/s/1gVB_I6ifDbeNIBX5x9pGAA

提取碼: upkw 

nginx-vts-stats_rev2 (grafana顯示模板)
鏈接: https://pan.baidu.com/s/1VI9V395OemPkf6W-sNL9HQ

提取碼: da56 

2.安裝nginx與nginx-vts-exporter

1.解壓nginx-vts-exporter

這里nginx是重新安裝 ,解壓nginx-vts-exporter 這里放在usr/local。

unzip nginx-module-vts-master.zip

這里注意nginx版本有要求否則會報錯,以下是nginx對應(yīng)的版本。

prometheus+grafana如何監(jiān)控nginx

2.解壓nginx。

tar -zxvf nginx-1.14.2.tar.gz

3.安裝

把nginx-vts-exporter放到nginx路徑 ,并執(zhí)行安裝操作。

cd usr/local/nginx-1.14.2
./configure --prefix=/usr/local/nginx --add-module=usr/local/nginx-module-vts-master/
注意:注意prefix=/usr/local/nginx意思是安裝位置為/usr/local/nginx文件夾
make install

4.修改conf文件

http {
    vhost_traffic_status_zone;
    vhost_traffic_status_filter_by_host on;

...

server {

    ...

    location /status {
        vhost_traffic_status_display;
        vhost_traffic_status_display_format html;
    }
}

5.啟動

cd /usr/local/nginx/sbin
./nginx

prometheus+grafana如何監(jiān)控nginx

訪問http://ip/status出現(xiàn)以下顯示則表示nginx與nginx-vts-exporter安裝成功。

3.安裝nginx-vts-exporter-0.9.1.linux-amd64.tar

這里安裝包放在usr/local下,解壓。

tar -zxvf nginx-vts-exporter-0.9.1.linux-amd64.tar

啟動。

cd /usr/local/nginx-vts-exporter-0.9.1.linux-amd64
nohup ./nginx-vts-exporter  -nginx.scrape_uri http://ip/status/format/json &

輸入http://ip:9913/metrics,如果出現(xiàn)以下證明完成。

prometheus+grafana如何監(jiān)控nginx

4.配置Prometheus

修改/usr/local/prometheus-2.17.1.linux-amd64/prometheus.yml。

# my global config
global:
  scrape_interval:     15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
  evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
  # scrape_timeout is set to the global default (10s).
 
# Alertmanager configuration
alerting:
  alertmanagers:
  - static_configs:
    - targets:
      # - alertmanager:9093
 
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
rule_files:
  # - "first_rules.yml"
  # - "second_rules.yml"
 
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
  # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
  - job_name: 'prometheus'
    static_configs:
    - targets: ['localhost:9090']
  - job_name: 'nginx'
    static_configs:
      - targets: ['ip:9913']

出現(xiàn)以下配置成功。

prometheus+grafana如何監(jiān)控nginx

5.配置Grafana

輸入grafana可視化頁面地址:ip:3000。

1.配置數(shù)據(jù)源 (prometheus地址:ip:9090)

prometheus+grafana如何監(jiān)控nginx
prometheus+grafana如何監(jiān)控nginx

上圖填寫你prometheus地址,端口切記填寫9090,點擊save后,如果失敗會有提示 。

2.可視化界面模板

prometheus+grafana如何監(jiān)控nginx

選擇上文配置好的數(shù)據(jù)源,prometheus選項就是上文配置的數(shù)據(jù)源。

prometheus+grafana如何監(jiān)控nginx

3.驗證

出現(xiàn)以下顯示則表示成功。

prometheus+grafana如何監(jiān)控nginx

以上是“prometheus+grafana如何監(jiān)控nginx”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道!

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI