国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

metricbeat 監控 nginx 情況

William_Sang / 1605人閱讀

1.version

os: centos 7.2
nginx: nginx-1.13.9
metricbeat: metricbeat-6.2.4

2.download

#wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.4-x86_64.rpm

3.install

#rpm -ivh metricbeat-6.2.4-x86_64.rpm

4.config

Metricbeat:
#metricbeat  modules enable nginx
nginx.yml
- module: nginx
  metricsets: ["stubstatus"]
  period: 10s

  # Nginx hosts
  hosts: ["http://127.0.0.1"]

  # Path to server status. Default server-status
  server_status_path: "basic_status" #According to the situation,and depending
  
Nginx: (nginx need to compile install)
requried module: --with-http_stub_status_module
    
nginx.conf:
    
    location /basic_status {
        stub_status;
        access_log  off;
        allow 127.0.0.1;
        deny all;
    }

5.start

service metricbeat  start

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/39962.html

相關文章

  • 你離ELK只有一句docker-compose的距離

    摘要:但有一個問題就是對于一個初學者如此潔凈的環境,我完全不知道從何入手,也弄不清這個框架的優勢是什么連個樣本都沒有。還有的配置,的接入都踩過不少坑,才部署成一個像樣的學習環境。之后在寫腳本的時候又是各種踩雷,終于實現了快速一鍵部署。 引言 剛接觸Elk的時候,我用https://github.com/deviantony/docker-elk,部署了第一個測試環境,這是一個很優秀的項目,幾...

    red_bricks 評論0 收藏0

發表評論

0條評論

William_Sang

|高級講師

TA的文章

閱讀更多
最新活動
閱讀需要支付1元查看
<