server netdata 이용한 centos 모니터링

2020.01.25 16:58

엘카 조회 수:2396

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

번호 제목 날짜 조회 수
11 CentOS 6 PHP 5.3 - APC(Alternative PHP Cache) 3.1.9 2012.04.15 11369
10 CentOS 6 - PHP 5.3.10 컴파일 / 보안 [1] 2012.04.15 14286
9 CentOS 6 - Apache 2.4.1 컴파일 / 보안 설정 [1] 2012.04.15 30240
8 CentOS 6 - MySQL 5.5 설치 [1] file 2012.04.15 21762
7 php + ssh2 file 2010.06.05 20205
6 sAPM file 2010.05.12 20264
5 Lighttpd 설치 file 2010.05.11 20679
4 Zend Optimizer + eAccelerator + Suhosin file 2010.05.11 18249
3 PHP 설치 file 2010.05.11 15057
2 Apache 설치 file 2010.05.11 16667
1 MySQL 설치 file 2010.05.11 17280