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
- scraping
- gitlab cd
- 웹 해킹
- 스크레이핑
- Resource
- Grafana
- 모의해킹
- deploy
- 웹 취약점
- CI/CD
- Service Mesh
- helm
- sonarqube
- linkerd
- 크롤링
- argocd
- GitLab
- docker
- Monitoring
- Jenkins
- opentelemetry
- CI
- Prometheus
- gitlab ci
- ECR
- eks
- Kubernetes
- DevOps
- CD
- Crawling
Archives
- Today
- Total
ㅡ.ㅡ
[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: ['<IP>:9182']
'Observabillity' 카테고리의 다른 글
[Monitoring] snmp_exporter(fortigate) (0) | 2021.01.23 |
---|---|
[Monitoring] 도커 컨테이너(호스트) 모니터링 (0) | 2021.01.23 |
[Monitoring] Grafana (0) | 2021.01.02 |
[Monitoring] Node_exporter (0) | 2021.01.02 |
[Monitoring] Prometheus (0) | 2021.01.02 |