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
- helm
- Jenkins
- 모의해킹
- 웹 해킹
- deploy
- CI
- CD
- eks
- gitlab ci
- linkerd
- Service Mesh
- scraping
- docker
- 크롤링
- CI/CD
- ECR
- Prometheus
- Kubernetes
- 웹 취약점
- Crawling
- GitLab
- sonarqube
- DevOps
- Monitoring
- Resource
- Grafana
- argocd
- opentelemetry
- 스크레이핑
- gitlab cd
Archives
- Today
- Total
목록wmi_exporter (1)
ㅡ.ㅡ
[Monitoring] WMI_exporter
WMI_exporter 윈도우 노드의 리소스를 제공해주는 툴로 wmi_exporer 사이트에 접속하여 windows_exporter msi 파일을 다운로드 및 실행하면 아래와 같은 서비스가 등록된다. WMI_exporter(Inbound) : 9182/TCP (Prometheus 접근 허용) 설치 및 실행 정보 Prometheus 서버에 노드 익스포터 등록 sudo vi /etc/prometheus/prometheus.yml - job_name: 'win_exporter' static_configs: - targets: [':9182']
Observabillity
2021. 1. 2. 21:26