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