본문 바로가기

Tools/VMware

vsphere dashboard

  1. grafana 설치
  2. influxdb 설치
  3. influxdb - database 생성
  4. grafana - Data Source 에 influxdb 추가
  5. telegraf 설치
  6. telegraf.conf - influxdb 접속 정보 설정
  7. telegraf - vsphere plugin 설정 내용 추가 (Windows 와 Linux 설정 상이함)
  8. grafana vsphere dashboard json import
  9. Dashboard 중 차트 정보가 없는 query 수동 수정. (Datastores - Usage Capacity)
    query: SELECT mean("used_latest") * (100 / mean("capacity_latest")) FROM "vsphere_datastore_disk" WHERE ("source" =~ /^$datastore$/) AND $timeFilter GROUP BY time($__interval) , "source"
  10. Notification 채널 설정
  11. 얼럿 임계치 설정