server netdata 이용한 centos 모니터링
2020.01.26 01:58
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
댓글 0
번호 | 제목 | 날짜 | 조회 수 |
---|---|---|---|
72 |
net::ERR_CONNECTION_REFUSED
![]() | 2021.10.11 | 0 |
71 |
php-fpm tcp to socket
![]() | 2020.01.26 | 0 |
» | netdata 이용한 centos 모니터링 | 2020.01.26 | 1818 |
69 |
vmware with centos 7
![]() | 2019.08.23 | 0 |
68 | xe 에디터 컴포넌트 트리거 제거 | 2019.05.16 | 9762 |
67 |
my.cnf
![]() | 2019.04.11 | 1 |
66 | certbot apache multiple domain | 2019.04.10 | 1287 |
65 |
yum install latest redis
![]() | 2019.03.27 | 1646 |
64 | yum install php-apcu | 2019.03.12 | 1503 |
63 |
웹 백업 (쉘 스크립트)
![]() | 2018.10.14 | 1171 |
62 |
mysql 백업 (shell script)
![]() | 2018.10.14 | 678 |
61 | munin 설치 | 2018.10.13 | 776 |
60 | yum install php 7.1 [6] | 2018.10.10 | 679 |
59 | yum install mariadb [2] | 2018.10.10 | 1137 |
58 |
위젯 많은 페이지 - 부하 분산으로 속도 향상하기
![]() | 2014.12.12 | 8537 |
57 | 간단하고 강력한 xe 보안 향상 | 2014.11.09 | 1854 |
56 |
XE Core 최적화 - html/js/css
![]() | 2014.11.08 | 2161 |
55 | 스패머 알려주는 사이트 | 2014.09.11 | 2441 |
54 | 75mb 페이지에 lazy load 적용해보기 | 2014.09.03 | 2594 |
53 | date — 로컬 날짜/시간을 형식화합니다 | 2014.07.03 | 2601 |