Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- youtube-dl
- 방화벽
- docker
- Tomcat
- db
- Cent
- Maria
- CentOS
- mount
- yum
- firewall
- 8443
- MariaDB
- HLS
- SSL
- phpmyadmin
- https
- vsftpd
- docker-compose
- ubuntu
- centos7
- haproxy.cfg
- 도커
- nginx
- iptables
- mysql
- letsencrypt
- haproxy
- 인증서
- YouTube
Archives
- Today
- Total
목록monitor (1)
개발자의뇌
서버 자원 모니터링 쉽게 하는 방법 2가지
# 간단하게 서버 자원을 측정하여 정의한 api 서버에 json 형태로 전달 # Centos7 버전에서 동작 확인 완료 https://github.com/mfsoftworks/Server-Monitoring-Script yum install -y epel-release yum install -y https://centos7.iuscommunity.org/ius-release.rpm yum install -y gcc python36u python36u-libs python36u-devel python36u-pip wget "https://raw.githubusercontent.com/mfsoftworks/Server-Monitoring-Script/master/monitor.py" pip3 install ..
개발/Linux
2019. 12. 4. 16:22