Windows 사용자의 모니터링 에이전트 설치는 아래의 절차를 따라 진행할 수 있습니다.
1. cmd에서 관리자 권한으로 명령 프롬프트를 실행 후, powershell 명령어를 입력하여 실행
2. Object Storage로 부터 압축 파일(.zip) 가져오기
Invoke-WebRequest https://objectstorage.kr-central-2.kakaocloud.com/v1/52867b7dc99d45fb808b5bc874cb5b79/kic-monitoring-agent/package/kic_monitor_agent-1.0.0_windows_amd64.zip -OutFile kic_monitor_agent-1.0.0_windows_amd64.zip
3. 다음 명령어를 사용하여 압축 해제
Expand-Archive -Path kic_monitor_agent-1.0.0_windows_amd64.zip
4. 압축 파일을 푼 디렉토리로 이동
cd .\kic_monitor_agent-1.0.0_windows_amd64\kic_monitor_agent-1.0.0
5. 에이전트 설치
powershell.exe ./kic_monitor_agent_install.ps1 "https://monitoring.kr-central-2.kakaocloud.com" "발급받은 액세스 키의 ID" "발급받은 액세스 키의 Secret"
6. 에이전트 재부팅
./kic_monitor_agent_ctl.ps1 -a stop
./kic_monitor_agent_ctl.ps1 -a start
7. 에이전트가 설치된 이후, 에이전트를 컨드롤하는 명령어는 다음과 같습니다.
Get-Content 'C:\Program Files\KicMonitorAgent\kic_monitor_agent.log' -Wait -Tail 10
Windows 사용자 모니터링 에이전트에 대한 자세한 내용은 관련문서를 참조해 주세요.