Devops Skill Up/etc.

[NCP] Cloud Insight 설정 방법

불여우의 길 2024. 4. 15. 13:54

NCP Classic Network Traffic Monitoring 서비스 종료에 따라 트래픽 관련 알림 서비스를 Cloud Insight로 이관 필요

  • Server

출처 : https://guide.ncloud-docs.com/docs/ko/cloudinsight-howtomove

 

Monitoring 서비스 이전 가이드

 

guide.ncloud-docs.com

  1. 장비접속
  2. agent 실행 확인
  3. ps -ef | grep noms_nsight
  4. 실행 중인 agent가 있는 경우 agent 업데이트가 필요
    sudo mkdir agent
    cd agent
    sudo vi uninstall_nsight1_install_nsight2.sh
    # uninstall_nsight1_install_nsight2.sh 내용 복사 붙여넣기
    sudo bash uninstall_nsight1_install_nsight2.sh
    # agent.py, agent_upadater.py 가 실행중인지 확인
    # agent.py 는 좀 늦게 뜸
    ps -ef | grep agent
    
 

Monitoring 서비스 이전 가이드

 

guide.ncloud-docs.com