Table of Contents |
---|
...
GCP를 Project별로 추가, 수정, 삭제 합니다.
GCP 추가
입력항목
Name | Comment |
Project | GCP의 Project |
Service Account Email Address | GCP의 Service Account Email Address |
Service Account Private Key | GCP의 Service Account Private Key |
“Cloud” 탭 버튼을 클릭하면 Cloud Tree List 화면으로 변경됩니다.
“Google Cloud Platform에 마우스 오버시 Add Project 버튼이 활성화 됩니다.
“Add Project” 버튼을 클릭하면 ADD PROJECT 등록 팝업이 실행됩니다.
GCP 정보를 입력후 “Save Project” 버튼을 클릭하면 GCP Project가 추가됩니다.
...
Topology에서 해당 Instance를 선택하면 시계열 데이터를 시각화하여 하단에 표시에 줍니다.
...
Get from 사용해 StackDriver Agent 및 Within instances를 StackDriver를 필터링 하여 확인 할 수 있습니다.
...
GCP Instance Detail 정보
Topology에서 해당 Instance를 선택하고 Detail 탭으로 이동하면 해당 Instance의 Detail정보를 Detail 정보를 확인할 수 있습니다.
...
GCP Inventory Topology Draw 기능
...
Host에서 GCP 탭을 선택하면 Inventory Topology에서 등록한 GCP Instance의 상태 및 시계열 데이터를 시각화하여 제공합니다.
...
Get from 사용해 StackDriver Agent 및 Within instances를 StackDriver를 필터링 하여 확인 할 수 있습니다.
...
Stackdriver Google Cloud Monitoring Input Plugin
...
Telegraf Service 파일의 [Service] 에 Environment="GOOGLE_APPLICATION_CREDENTIALS=<KEY_PATH>" 추가합니다.
Code Block |
---|
[Unit] Description=The plugin-driven server agent for reporting metrics into InfluxDB Documentation=https://github.com/influxdata/telegraf After=network.target [Service] Environment="GOOGLE_APPLICATION_CREDENTIALS=<KEY_PATH>" EnvironmentFile=-/etc/default/telegraf User=telegraf ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d $TELEGRAF_OPTS ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure RestartForceExitStatus=SIGPIPE KillMode=control-group [Install] WantedBy=multi-user.target $ systemctl daemon-reload $ systemctl restart telegraf |
...