资源描述:
《zabbix 监控,磁盘,IO》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Zabbix监控磁盘IO信息教程By:Flyking2015-08-12Wednesday一、服务器端首先,服务器端需要新建磁盘磁盘IO的模板,路径:Configuration—Templates—Createtemplate新建Templatename为disk_iostat的模板文件,然后模板文件中,新建Items;如下图再建Graphs如下图:以磁盘SDX读写速度为例,如下图:详细如下图二、客户端2.1、去掉辅助配置文件注释修改zabbix_agentd.conf配置文件,打开zabbix_ag
2、entd.userparams.conf配置项,如下图2.2、增加辅助配置文件根据zabbix_agentd.conf中的目录要求(我的配置文件是在/usr/local/etc目录下)新建zabbix_agentd.userparams.conf,并根据系统版本,将下面相应的语句写入到配置文件中。#diskioststcentos5or6UserParameter=io.scandisk[*],/usr/local/etc/disk_discovery.sh$1UserParameter=io.rps
3、[*],/usr/bin/head/data/zabbix/iostat_output
4、grep"b$1b"
5、awk'{print$$4}'UserParameter=io.wps[*],/usr/bin/head/data/zabbix/iostat_output
6、grep"b$1b"
7、awk'{print$$5}'UserParameter=io.rMBps[*],/usr/bin/head/data/zabbix/iostat_output
8、grep"b$1b"
9、awk'{print
10、$$6}'UserParameter=io.wMBps[*],/usr/bin/head/data/zabbix/iostat_output
11、grep"b$1b"
12、awk'{print$$7}'UserParameter=io.avgrq-sz[*],/usr/bin/head/data/zabbix/iostat_output
13、grep"b$1b"
14、awk'{print$$8}'UserParameter=io.avgqu-sz[*],/usr/bin/head/data/zabbix/io
15、stat_output
16、grep"b$1b"
17、awk'{print$$9}'UserParameter=io.await[*],/usr/bin/head/data/zabbix/iostat_output
18、grep"b$1b"
19、awk'{print$$10}'UserParameter=io.svctm[*],/usr/bin/head/data/zabbix/iostat_output
20、grep"b$1b"
21、awk'{print$$11}'UserParameter=io.util[*
22、],/usr/bin/head/data/zabbix/iostat_output
23、grep"b$1b"
24、awk'{print$$12}'#diskioststcenos4UserParameter=io.scandisk[*],/usr/local/etc/disk_discovery.sh$1UserParameter=io.rps[*],/usr/bin/head/data/zabbix/iostat_output
25、grep"b$1b"
26、awk'{print$$4}'UserParame
27、ter=io.wps[*],/usr/bin/head/data/zabbix/iostat_output
28、grep"b$1b"
29、awk'{print$$5}'UserParameter=io.rMBps[*],/usr/bin/head/data/zabbix/iostat_output
30、grep"b$1b"
31、awk'{print$$8}'UserParameter=io.wMBps[*],/usr/bin/head/data/zabbix/iostat_output
32、grep"b$1b
33、"
34、awk'{print$$9}'UserParameter=io.avgrq-sz[*],/usr/bin/head/data/zabbix/iostat_output
35、grep"b$1b"
36、awk'{print$$10}'UserParameter=io.avgqu-sz[*],/usr/bin/head/data/zabbix/iostat_output
37、grep"b$1b"
38、awk'{print$$11}'UserParameter=io