Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Jan 31, 2021
1 parent 89557ac commit aaa81b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## 功能
适配 [nightingale](https://github.com/didi/nightingale),采集 vsphere 相关指标

支持 ESXi 和 VM 相关指标监控

支持 ESXi 作为主机资产自动注册的 nightingale 的 ams 中


Expand All @@ -21,7 +23,7 @@ ESXi 以设备相关的方式上报数据,设备资产数据会自动注册到
|cpu|物理核心数,不考虑超线程|
|mem|内存,单位是G|
|model|硬件型号,在 ams 中创建扩展字段 model 后可见|
|version|esxi 的 fullname,即类似 VMware ESXi 6.7.0 build-13473784|
|version|esxi 的 fullname,即类似 VMware ESXi 6.7.0 build-13473784,在 ams 中创建扩展字段 version 后可见|

##### 基础指标
|metric|说明|
Expand Down Expand Up @@ -116,8 +118,8 @@ report:
uniqkey: ip
# 租户,如果配置则直接注册到该租户下
tenant:
# 要监控的 vsphere 的配置信息

# 要监控的 vsphere 的配置信息
vspheres:
# vcenter 的地址
- addr: https://1.1.1.1/sdk
Expand Down
2 changes: 1 addition & 1 deletion etc/vsphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ report:
uniqkey: ip
# 租户,如果配置则直接注册到该租户下
tenant:
# 要监控的 vsphere 的配置信息

# 要监控的 vsphere 的配置信息
vspheres:
# vcenter 的地址
- addr: https://1.1.1.1/sdk
Expand Down

0 comments on commit aaa81b2

Please sign in to comment.