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 |
Tags
- Maria
- 8443
- mount
- mysql
- docker-compose
- 인증서
- vsftpd
- youtube-dl
- yum
- CentOS
- db
- letsencrypt
- Tomcat
- centos7
- YouTube
- docker
- phpmyadmin
- iptables
- haproxy
- 방화벽
- nginx
- firewall
- ubuntu
- SSL
- HLS
- https
- 도커
- haproxy.cfg
- Cent
- MariaDB
Archives
- Today
- Total
목록알람 (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