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

資訊專欄INFORMATION COLUMN

metricbeat 監(jiān)控 nginx 情況

William_Sang / 1577人閱讀

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

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/39962.html

相關(guān)文章

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

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

    red_bricks 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<