6

Click here to load reader

CloudModule for Zabbix

Embed Size (px)

Citation preview

Page 1: CloudModule for Zabbix

CloudModule for Zabbix

Created by DAISUKE Ikeda(@ike_dai)

Page 2: CloudModule for Zabbix

What?

● Zabbix Loadable Module.● To realize monitoring for Hybrid cloud environments.

○ by collaborating with Apache Deltacloud.● Supported Zabbix >= 2.2.0.● Auto registration Host and Metric informations.

Page 3: CloudModule for Zabbix

Supported monitoring item?

● Instance info○ hardware profile

■ e.g.: t1.micro○ image name

■ e.g.: ami-xxxxx○ launch time

■ e.g.: 2012-07-05T05:05:37.000Z ○ owner id

■ e.g.: 910xxxxxxx34○ availability zone

■ e.g.: ap-northeast-1○ state

■ e.g.: RUNNING,STOPPED

Page 4: CloudModule for Zabbix

Supported monitoring item?

● Metric info○ CloudWatch EC2 metrics (average/maximum/minimum)

■ CPUUtilization■ DiskReadBytes■ DiskReadOps■ DiskWriteBytes■ DiskWriteOps■ NetworkIn■ NetworkOut■ And any other custom metrics

Page 5: CloudModule for Zabbix

Architecture?

Zabbix

CloudModule

Deltacloud

AWS

Loadable Module

cloud.instance.discoverycloud.metric.discovery

CloudCache(Shared memory)

cloud.instance.infocloud.metric

Page 6: CloudModule for Zabbix

Installation?

● Please check the README file.

https://github.com/ike-dai/zabbix-cloud-module