标签:items adc 使用率 两种 代理 agent 创建 shadow https
一. windows主机安装zabbix代理关于以上模板的函数怎么用可以参照zabbix官网,但是zabbix目前没对中国有技术文档,因此全是英文的。
函数使用技术文档:
https://www.zabbix.com/documentation/3.0/manual/config/items/itemtypes/zabbix_agent?s[]=vfs&s[]=fs&s[]=size
方法二:利用windows的性能监视器,使用通用模板然后自己定义(此处不截图了,只是key不同而已)
内存使用率key:perf_counter["\Memory\% Committed Bytes In Use"]
a. 打开windows性能监视器
打开Cmd后输入perfmon
b. 添加计数器
此时就得到内存使用率的key了perf_counter["\Memory\% Committed Bytes In Use"]
备注:perf_counter[""]是zabbix获取windows的通用函数,只需往里面天参数就行
比如:
Cpu使用率的KEY:perf_counter["\Processor(_Total)\% Processor Time"]
用户使用的cpu率:perf_counter["\Processor(_Total)\% Processor Time"]
创建图表
zabbi监控windows主机(以memory和cpu为例)
标签:items adc 使用率 两种 代理 agent 创建 shadow https
原文地址:https://blog.51cto.com/11579920/2374082