安装完aliyun-exporter会有aliyun-exporter.yml文件吗
有的!
完成安装然后,编辑配置文件aliyun-exporter.yml 内容如下:
登录后复制
# 实测发现,对于数据库之类的监控,api获取的粒度太粗,不满足使用。 但是可以使用阿里云提供的SLB的监控
# SLB目前只监控的是4层,没有监控7层
credential:
access_key_id: '11111111111'
access_key_secret: '222222222222222'
region_id: cn-beijing
info_metrics:
- ecs
- rds
- redis
metrics:
acs_slb_dashboard:
- name: TrafficRXNew
period: 60
- name: TrafficTXNew
period: 60
- name: HeathyServerCount
period: 60
- name: UnhealthyServerCount
period: 60
- name: ActiveConnection
period: 60
- name: InactiveConnection
period: 60
- name: NewConnection
period: 60
- name: MaxConnection
period: 60
- name: DropConnection
period: 60
- name: DropPacketRX
period: 60