其php要求php-gd和php-bcmath模块
windows 上的agent的配置文件有个特别的参数:
PerfCounter
PerfCounter = interrupts,"\Processor(0)\Interrupts/sec",60
typeperf –qx
zabbix_get主要用于服务器端,用来测试的
Flexible item key:
vfs.fs.free[*]
windows agent特有的item
perf_counter[*]
以下internal不要随便用:
zabbix[trend]
聚合check主要统计多个服务器的数据
external check 很耗性能!!
触发器的表达式中不等号是#
log 文件的监控需要active check
获取new value per second:
select count(*)/avg(delay) from items as i, hosts as h where i.hostid=h.hostid and h.status=0 and i.status=0 and h.available=1;