server netdata 이용한 centos 모니터링

2020.01.25 16:58

엘카 조회 수:2165

bash

bash <(curl -Ss https://my-netdata.io/kickstart.sh)

 

 

 

vi /etc/httpd/conf/httpd.conf

<VirtualHost *:80>

    RewriteEngine On

    ProxyRequests Off

    ProxyPreserveHost On

 

    ServerName ?

 

    <Proxy *>

        Require all granted

    </Proxy>

 

    ProxyPass "/" "http://localhost:19999/" connectiontimeout=5 timeout=30 keepalive=on

    ProxyPassReverse "/" "http://localhost:19999/"

 

    #ErrorLog ${APACHE_LOG_DIR}/netdata-error.log

    #CustomLog ${APACHE_LOG_DIR}/netdata-access.log combined

</VirtualHost>

 

 

 

 

 

https://docs.netdata.cloud/docs/running-behind-apache/

vi /etc/netdata/netdata.conf

[web]

    enable gzip compression = no

    bind to = 127.0.0.1

[global]

    access log = none

번호 제목 날짜 조회 수
80 검색엔진 등록 file 2010.05.12 142339
79 VPS (가상 호스팅) 비교 file 2010.05.12 62198
78 마인크래프트 조합법 1 file 2011.04.01 38234
77 CentOS 6 - Apache 2.4.1 컴파일 / 보안 설정 [1] 2012.04.15 30228
76 리눅스 계정 생성/변경 [67] 2011.04.02 29122
75 Linux Memory 사용량 file 2012.05.16 24977
74 CentOS 6 - MySQL 5.5 설치 [1] file 2012.04.15 21690
73 Lighttpd 설치 file 2010.05.11 20676
72 sAPM file 2010.05.12 20256
71 php + ssh2 file 2010.06.05 20196
70 Linux 설치시 파티션 관리 file 2012.05.12 19199
69 Zend Optimizer + eAccelerator + Suhosin file 2010.05.11 18239
68 MySQL 설치 file 2010.05.11 17277
67 CentOS 6.2 다운로드 / 설치 [1] file 2012.04.15 17022
66 Apache 설치 file 2010.05.11 16655
65 ssh 로그인 제한 2011.04.05 16465
64 리눅스 자동 시작 file 2010.05.21 15891
63 ftp file 2010.07.23 15435
62 솔라리스 mount options 2013.10.06 15315
61 PHP 설치 file 2010.05.11 15054