Skip to content

CLI Command Specs

hyokyungk edited this page Aug 20, 2021 · 5 revisions

CBMON CLI 사용법

  • make build 명령어를 실행해 cbmon 바이너리 파일을 생성
  • grpc_config.yaml 환경설정에 gRPC 연결 정보 (서버, 포트) 정보를 입력
  • cbmon 명령어를 통해 CLI 활용

   cbmon command resource [command flag]

  • command: get, set, reset
  • resource: config, metric, ondemand-metric, mcis-metric

CBMON CLI 사용 예제

  • cbmon get config 명령어 실행
  • 예제 결과값
    {
      "common": {
        "agent_interval": 2,
        "collector_interval": 10,
        "max_host_count": 5,
        "monitoring_policy": "agentCount"
      }
    }
    

CBMON CLI 제공 기능

CB-Dragonfly FW 모니터링 정책 설정 및 조회 기능 제공 수집된 모니터링 메트릭 조회 기능 제공 (지원 모니터링 메트릭: VM 모니터링, 온디멘드 모니터링, MCIS 모니터링)

Resource Command
 version
[resource]  help
config get / set / reset
metric get
ondemand-metric get
mcis-metric get
Clone this wiki locally