-
Notifications
You must be signed in to change notification settings - Fork 11
Window Installer Guide
snchoi edited this page Dec 12, 2022
·
10 revisions
-
Window OS 환경의 VM을 모니터링 하기 위한 Installer 입니다.
-
Window Agent Monitoring Installer 및 Monitoring Agent 설치 방법은 다음과 같습니다.
-
Admin 권한으로 Window Power Shell 구동
start-process powerShell -verb runas
-
Installer 설치 API 요청
Invoke-WebRequest -Uri http://{{server ip}}:9090/dragonfly/installer/cbinstaller -OutFile cbinstaller.zip
-
zip 압축 풀기
Expand-Archive -Path .\cbinstaller.zip -DestinationPath ./
-
설치된 Installer 바이너리 파일을 기반으로 Monitoring Agent를 설치합니다.
.\cbinstaller.exe install -dragonflyIP {{ Dragonfly IP }} -dragonflyPort {{ Dragonfly Port }} -namespace {{namespace}} -mcisID {{MCIS id}} -vmID {{VM id}} -cspType {{cspType}} -serviceType {{serviceType}}
-
-
Window Installer 는 Monitoring Agent 설치 후 Window Service 등록 및 Agent 구동까지 지원합니다.
- Overview
- Supported-Metrics
- Install & Start Guide
- Feature & Usage
-
User Interface
- Window Monitoring Agent Installer(until Cappuccino)
- CLI Tool Guide
- REST API Guide
- GRPC API Guide
- Design
- Roadmap
- Developer Guide
- Test Reports
- History
- Issue