-
Notifications
You must be signed in to change notification settings - Fork 11
CLI Command Specs
hyokyungk edited this page Aug 20, 2021
·
5 revisions
-
make build
명령어를 실행해cbmon
바이너리 파일을 생성 -
grpc_config.yaml
환경설정에 gRPC 연결 정보 (서버, 포트) 정보를 입력 -
cbmon
명령어를 통해 CLI 활용
- command:
get
,set
,reset
- resource:
config
,metric
,ondemand-metric
,mcis-metric
-
cbmon get config
명령어 실행 - 예제 결과값
{ "common": { "agent_interval": 2, "collector_interval": 10, "max_host_count": 5, "monitoring_policy": "agentCount" } }
CB-Dragonfly FW 모니터링 정책 설정 및 조회 기능 제공 수집된 모니터링 메트릭 조회 기능 제공 (지원 모니터링 메트릭: VM 모니터링, 온디멘드 모니터링, MCIS 모니터링)
Resource | Command |
---|---|
version | |
[resource] | help |
config | get / set / reset |
metric | get |
ondemand-metric | get |
mcis-metric | get |
- 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