Infrastructure
-
Zabbix custom itemInfrastructure/Monitoring 2020. 12. 4. 20:11
Web Service: 80,8080, 8088 jenkins, python -django (NginX, uwsgi) NginX 설정방법 - template https://github.com/v-zhuravlev/zbx_template_nginx - nginx 및 zabbix agent conf설정 https://www.badllama.com/content/monitor-nginx-zabbix => nginx에 http_stub_status_module 설치가 되어있어야 사용가능... 재설치 필요 Web Monitoring으로 http port access 체크 (완료) ssh monitoring으로 jenkins log size check 적용(완료) NTP monitoring - Template Ap..
-
vCenter for ZabbixInfrastructure/Monitoring 2020. 12. 4. 20:04
download template of vCenter from zabbix share site. https://share.zabbix.com/virtualization/vmware/snmp-check-for-vcenter-6-7 Import Tempate to Zabbix Add Host 3-1. click create host button 3-2. insert vCenter information 3-2. select template 3-4. Insert Macros for vCenter certification and URL. Wait few minute, So then discovered host about EXSI hosts, VM's of vCenter.
-
Docker-compose Container Monitoring (cAdvisor, node-exporter, prometheus-cadvisor)Infrastructure/Docker 2020. 11. 18. 19:57
Container monitoring을 Kubernetes가 아닌 docer-compose 환경에서 돌리도록 yml작성했습니다. Kubernetes환경에서 설정하는 방법은 이전글 참고하세요. 2020/11/18 - K8S 환경에서 Container monitoring하기 ( cAdvisor + Prometheus + Grafana ) K8S 환경에서 Container monitoring하기 ( cAdvisor + Prometheus + Grafana ) 개념에 대해서는 알만한 사람은 다아시는 조대협님 블로그를 참고했고요. 그외 참고한 블로그 링크를 남깁니다. https://bcho.tistory.com/1270 쿠버네티스 #14 - 모니터링 (2/3) Prometheus 쿠버네티스 #14 모 rajent..
-
K8S 환경에서 Container monitoring하기 ( cAdvisor + Prometheus + Grafana )Infrastructure/Kubenetes 2020. 11. 18. 18:24
개념에 대해서는 알만한 사람은 다아시는 조대협님 블로그를 참고했고요. 그외 참고한 블로그 링크를 남깁니다. https://bcho.tistory.com/1270 쿠버네티스 #14 - 모니터링 (2/3) Prometheus 쿠버네티스 #14 모니터링 2/3 Prometheus를 이용한 모니터링 조대협 (http://bcho.tistory.com) 프로메테우스 그동안 주요 모니터링 솔루션으로 사용되던 힙스터는 1.13 버전 이후로 deprecated 될 예정이고, 그. bcho.tistory.com https://imbang.net/2019/06/21/cadvisor-prometheus-grafana-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EC%BB%A8%ED%85%8C%EC%..
-
Dockerfile 문법 정리Infrastructure/Docker 2020. 11. 18. 18:12
안하다가 다시 Dockerfile 작성하려니 햇갈려서 정리해 놓습니다. 한글 Ver. from microsoft https://docs.microsoft.com/ko-kr/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile Dockerfile 및 Windows 컨테이너 Windows 컨테이너용 Dockerfile을 만듭니다. docs.microsoft.com docker build -t dockerfile 문법 FROM Base Container image를 지정한다. dockerfile FROM microsoft/windowsservercore RUN 실행되고 새 컨테이너 이미지로 캡처될 명령을 지정한다. Software 설..
-
Docker for Window 관련 link 정리Infrastructure/Docker 2020. 11. 18. 18:08
Window Docker Container에서 Test자동화 tool을 돌리기 위해 분석하면서 정리한 link들입니다. 찾다보니 아직 windows container는 갈길이 멀다고 생각이들었네요. 물론 VM을 대체하기에는 말이죠. 구체적인 내용은 따로 정리해서 포스팅하도록 하겠습니다. Docker Window container에서 RDP가능한지.. https://forums.docker.com/t/rdp-into-windows-docker-container/59451https://social.msdn.microsoft.com/Forums/en-US/872129e4-07a5-48c3-86f7-996854e7a920/how-to-connect-via-rdp-to-container?forum=windowsc..