zabbix的各种键值
zabbix服务器端通过与zabbix agent通信来获取客户端服务器的数据,agent分为两个版本,在配置主机我们可以看到⼀个是agent,另⼀个是agent(active)。
agent:zabbix rver向zabbix agent讨要数据。
agent(active):zabbix agent提交数据给zabbix rver。
监控项keys列表
以下表格是zabbix agent所⽀持的所有key列表,添加⼀向监控的时候,⾸先想到的应该是zabbix agent是否已经有相关的key存在,⽽不是⾃⼰去写脚本来获取key。agent.hostname
返回被监控端名称(字符串)
agent.ping
检测被监控端是否存活(1:运⾏中其他:未运⾏)-使⽤函数 nodata()检测客户端是否正在运⾏
agent.version
zabbix agent版本字符串
kernel.maxfiles
系统⽀持最⼤的open files整数
kernel.maxprochaowang
系统⽀持最⼤的进程数量整数
log[file,<regexp>,<encoding>,<maxlines>,<mode>,<output>]
监控⽇志⽂件
file - ⽂件详细路径
regexp - 正则
encoding - 编码
maxlines - zabbix agent向rver或者proxy发送最⼤的⾏数。
这个参数覆盖配置⽂件f中的’MaxLinesPerSecond’
mode - 可选值:all (默认), skip (跳过处理⽼数据).mode参数从2.0版本开始⽀持
output - 可选项,输出格式模板.
⽰例: log[/var/log/syslog] log[/var/log/syslog,error] log[/home/zabbix/logs/logfile,,,100]
logrt[file_pattern,<regexp>,<encoding>,<maxlines>,<mode>,<output>]
Monitoring of log file with log rotation support.
file_pattern - ⽂件绝对路径
net.dns[<ip>,zone,<type>,<timeout>,<count>]
检测DNS服务是否开启0 – DNS挂了 1 - DNS运⾏中
ip - DNS服务器的ip地址(留空表⽰使⽤本地DNS, ignored onWindows)
zone - 需要测试的域名
type - 记录类型 (默认为 SOA),type可选值: ANY, A, NS, CNAME, MB, MG, MR, PTR, MD, MF, MX, SOA, NULL, WKS (除了windows), HINFO, MINFO, TXT, SRV SRV timeout (ignored on Windows) – 超时时间(默认1秒)
count (ignored on Windows) – 重试次数 (默认值2)
⽰例key: net.dns[8.8.8.,MX,2,1]
d[<ip>,zone,<type>,<timeout>,<count>]
执⾏⼀个DNS查询获取DNS查询数据.
ip - DNS服务器的ip地址(留空表⽰使⽤本地DNS, ignored on Windows)
zone - 需要测试的域名
type - 记录类型 (默认SOA,可选值同net.dns)
timeout (ignored on Windows) – 超时时间(默认1秒)
count (ignored on Windows) – 重试次数 (默认值2)
⽰例key: d[8.8.8.,MX,2,1]
llisions[if]
Out-of-window collision.Number of collisions. Integer.if - ⽹卡
net.if.discovery
列出⽹卡.通常⽤于低级别的discovery.JSON对象
net.if.in[if,<mode>]
⽹卡⼊⼝流量整数.
if - ⽹卡名称
mode - 可⽤值: bytes - 字节数 (默认)
packets - 包数量
errors - 错误数量
dropped - 丢包数量
⽰例keys: net.if.in[eth0,errors] net.if.in[eth0]
net.if.out[if,<mode>]
⽹卡出⼝流量(参数参见net.if.in)
al[if,<mode>]
⽹卡进/出流量的总和(参数参见net.if.in)
检测端⼝是否开启0 – (not listen) 1 – in LISTEN stateport
⽰例: p.listen[80]
是否可以连接到指定的TCP端⼝0 – cannot connect 1 – can connect
ip - IP地址(默认是 127.0.0.1)
port - 端⼝
范例: p.port[,80] 检测web服务器端⼝是否运⾏中
检测服务是否开启,并且端⼝可⽤0 – 服务挂了 1 – 服务运⾏中
rvice - 如下:ssh, ntp, ldap, smtp, ftp, http, pop, nntp,imap, tcp, https, telnet
ip - IP地址 (默认127.0.0.1)
颤动的意思
port - 端⼝ (默认情况为标准端⼝号)
⽰例key: p.rvice[ftp,,45]
检测服务器性能0 – 服务挂了; conds – 链接到服务器端⼝消耗的时间
rvice - 如下:ssh, ntp, ldap, smtp, ftp, http, pop, nntp,imap, tcp, https, telnet
ip - IP地址 (默认127.0.0.1)
port - 端⼝ (默认情况为标准端⼝号)
⽰例key: p.rvice.perf[ssh]
net.udp.listen[port]
<[<name>,<ur>,<mode>,<cmdline>]
⽤户进程消耗的内存内存使⽤量 (字节单位).
name - 进程名 (默认值 “all process”)
ur - ⽤户名 (默认值“all urs”)
mode - 可选值: avg, max, min, sum (默认)
cmdline - 命令⾏过滤(正则表达时)
⽰例keys: [,root] – root的进程消耗了多少内存
linen
惊异的意思[zabbix_rver,zabbix] – zabbix⽤户运⾏的zabbix_rver使⽤了多少内存
<[,oracle,max,oracleZABBIX]
proc.num[<name>,<ur>,<state>,<cmdline>]
某⽤户某些状态的进程的数量进程数量
name - 进程名称 (默认“all process”)
ur - ⽤户名 (默认 “all urs”)
period是什么意思state - 可⽤值: all (默认), run,sleep, zomb
cmdline - 命令⾏过滤(正则表达时)
⽰例keys: proc.num[,mysql] – MySQL⽤户运⾏的进程数量
proc.num[apache2,www-data] – www-data运⾏了多少个apache2进程
proc.num[,oracle,sleep,oracleZABBIX]
备注:Windows系统只⽀持name和ur两个参数
take upnsor[device,nsor,<mode>]
读取硬件传感器
device - 设备名称
nsor - 传感器名称
mode - 可选值:avg, max, min
⽰例key: nsor[w83781d-i2c-0-2d,temp1] Prior to Zabbix 1.8.4, the nsor[temp1] format was ud. On Linux 2.6+, 读取/sys/class/hwmon. On OpenBSD, 读取hw.nsors MIB.⽰例keys: nsor[cpu0,temp0] – CPU0的温度 nsor[cpu[0-2]$,tem system.boottime
系统启动的时间戳整数.unix时间戳
system.cpu.intr
设备中断整数
system.cpu.load[<cpu>,<mode>]
CPU负载浮点数
cpu - 可⽤值: all (默认), percpu (所有在线cpu的负载)
mode - 可⽤值:avg1 (1分钟默认值), avg5(5分钟平均), avg15 (15分钟平均值)
范例key: system.cpu.load[,avg5]
system.cpu.num[<type>]
CPU数量处理器个数type - 可⽤值: online (默认值), max范例: system.cpu.num
system.cpu.switches
上下⽂交换交换次数⽼命名⽅式: system[switches]
system.cpu.util[<cpu>,<type>,<mode>]
CPU利⽤率百分⽐
cpu - cpu数量 (默认是所有cpu)
type - 可⽤值: idle, nice, ur (默认), system (windows系统默认值), iowait, interrupt, softirq,steal
mode - 可⽤值: avg1 (⼀分钟平均,默认值), avg5(5分钟平均, avg15 (15分钟平均值)
范例key: system.cpu.util[0,ur,avg5]
system.hostname[<type>]
返回主机名字符串
type (仅⽤于windows系统) – 可⽤值: netbios(默认) or host
system.hw.chassis[<info>]
返回机架信息字符串
info - full (默认), model, rial, type 或vendor
例如: system.hw.chassis
Hewlett-Packard HP Pro 3010 Small Form Factor PC CZXXXXXXXX Desktop]
备注:要root权限,因为这些信息是从内存中读取的。
system.hw.cpu[<cpu>,<info>]
返回CPU信息字符/数字
cpu - cpu数量或者all (默认)
info - full (默认), curfreq, maxfreq, model 或者vendor
例如: system.hw.cpu[0,vendor] AuthenticAMD 从/proc/cpuinfo、/sys/devices/system/cpu/[cpunum]/cpufreq/cpuinfo_max_freq获取信息. 如果指定了CPU数量和 curfreq或者maxfreq, 将会返回数值(Hz).
system.hw.devices[<type>]
列出PCI或者USB⽂本值
type - pci (默认) or usb
范例: system.hw.devices[pci] 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge [..] 返回lspci或者lsusb (不带参数)
逃避心理system.hw.macaddr[<interface>,<format>]
列出MAC地址字符串
interface - all (默认) 或者正则表达式
format - full (默认) 、short
范例: system.hw.macaddr["eth0$",full] [eth0] 00:11:22:33:44:55 列出指定接⼝mac地址如果format指定为short,MAC地址相同的将会被忽略掉
system.localtime[<type>]
系统时间.数字或者字符串
system.run[command,<mode>]
在制定的主机上运⾏命令⽂本
command - 命令
mode - wait (默认值, 执⾏超时时间), nowait (不等待)最⼤可⽤返回512KB数据,包含空⽩数据。命令输出数据必须是⽂本
例如: system.run[ls -l /] – 列出/的⽂件和⽬录.
Note: 启⽤这个⽅法, agent配置⽂件必须配置 EnableRemoteCommands=1选项
system.stat[resource,<type>]
虚拟内存状态数字ent
system.sw.arch
返回软件信息字符串
范例: system.sw.arch i686
system.sw.os[<info>]
个子矮的女生穿衣搭配返回系统信息字符串
info - full (default), short ,name
范例: system.sw.os[short] Ubuntu 2.6.35-28.50-generic 2.6.35.11
信息来⾃如下⽂件:
/proc/version [short]
/proc/version_signature [name]
/
system.sw.packages[<package>,<manager>,<format>]
已安装软件列表⽂本值
package - all (默认)或者正则表达式
manager - all (默认) or a package manager
format - full (默认) ,short
范例: system.sw.packages[mini,dpkg,short]
system.swap.in[<device>,<type>]
交换分区IN(磁盘交换到内存)数字
device - 交换分区设备 (默认all)
type - 可选值: count (swapins数量), ctors(ctors swapped in), pages (pages swapped in).
⽰例key: system.swap.in[,pages]
数据采集⾃: Linux 2.4: /proc/swaps, /proc/partitions, /proc/stat
Linux 2.6: /proc/swaps, /proc/diskstats, /proc/vmstat
system.swap.out[<device>,<type>]
Swap out (f内存到磁盘) .数字
小psy
rhyme
device - swap设备 (默认all)
type - count (number of swapouts), ctors(ctors swapped out), pages (pages swapped out). ⽰
例key: system.swap.out[,pages]
数据采集⾃: Linux 2.4: /proc/swaps, /proc/partitions, /proc/stat
Linux 2.6: /proc/swaps, /proc/diskstats, /proc/vmstat
system.swap.size[<device>,<type>]
交换分区⼤⼩字节或者百分⽐
device - 交换分区 (默认值 all)
type - free (free swap space, default), pfree (free swap space, in percent), pud (ud swap space, in percent), total (total swap space), ud (ud swap space)
⽰例 system.swap.size[,pfree] – 空闲swap百分⽐
system.uname
返回主机相信信息.字符串
system.uptime
系统运⾏时长(秒)多少秒使⽤s/uptime来获取
system.urs.num
登陆⽤户数量多少⽤户agent使⽤who命令获取
ad[<device>,<type>,<mode>]
磁盘读取状态整数,浮点数(如果type为如下)
device - 磁盘设备 (默认值 “all”)
type - 可选值:ctors, operations, bytes, sps, ops, bps(必须指定, 不同操作系统下不同). sps, ops, bps stand for: ctors, operations, bytes per cond, respectively
mode - 可选值: avg1, avg5, avg15.
备注: 只有type为sps, ops, bps的时候,第三个参数才被⽀持。
不同操作系统的TYPE参数: FreeBSD – bps Linux – sps OpenBSD – operations Solaris – bytes
⽰例key: ad[,operations]
vfs.dev.write[<device>,<type>,<mode>]
磁盘写⼊状态整数,
device - 磁盘设备 (默认 all)
type - ctors, operations, bytes, sps, ops, bps
mode - one of avg1 (default),avg5 , avg15.
example: vfs.dev.write[,operations] Old naming: io
vfs.file.cksum[file]
计算⽂件校验 UNIX cksum.
file - ⽂件完整路径
ts[file,<encoding>]
获取⽂本内容若为空,只返回 LF/CR characters.
file - ⽂件完整路径
例如: ts[/etc/passwd] ⽂件不可以超过64KB.
ists[file]
检测⽂件是否存在1 – 存在 0 – 不存在
file - ⽂件完整路径
vfs.file.md5sum[file]
⽂件MD5校验码⽂件MD5哈希值
file - 完整路径
p[file,regexp,<encoding>,<start line>,<end line>,<output>]
⽂件中搜索字符串包含字符串的⾏,或者为空
file - ⽂件完整路径
regexp - GNU正则表达式
encoding - 编码
start line - 从哪⼀⾏开始,默认第⼀⾏
end line - 从哪⼀⾏结束,默认最后⼀⾏
如: p[/etc/passwd,zabbix]
p[/path/to/some/file,”([0-9]+)$”,,3,5,\1]
p[/etc/passwd,^zabbix:.:([0-9]+),,,,\1]
atch[file,regexp,<encoding>,<start line>,<end line>]
⽂件中搜索字符串0 – 未找到 1 – 找到
file - ⽂件完整路径
regexp - GNU 正则表达式
encoding - 编码
start line - 哪⾏开始,默认第⼀⾏
end line - 哪⾏结束,默认最后⼀⾏
例如: atch[/var/log/app.log,error]
vfs.file.size[file]
⽂件⼤⼩字节fzabbix必须有可读此⽂件的权限
vfs.file.time[file,<mode>]
⽂件时间信息Unix 时间戳.
mode - modify (默认, 修改时间), access – 最后访问时间, change – 最后改变时间
例如: vfs.file.time[/etc/passwd,modify] 备注:⽂件⼤⼩有限制
vfs.fs.discovery
列出挂载的⽂件系统⽤于lld.JSON对象
vfs.fs.inode[fs,<mode>]
inodes数量数字
fs - ⽂件系统
mode - total (默认), free, ud, pfree (空闲百分⽐), pud (使⽤百分⽐)
例如: vfs.fs.inode[/,pfree]
vfs.fs.size[fs,<mode>]
磁盘空间,返回本地⽂件系统的使⽤量字节
fs - ⽂件系统
mode - total (默认), free, ud, pfree (空闲百分⽐), pud (使⽤百分⽐).
例如: vfs.fs.size[/tmp,free]
内存⼤⼩字节或百分⽐
mode - total (默认), active, anon, buffers, cached, exec, file, free, inactive, pinned, shared, wired, ud, pud, available
监控项vm.memory.size[] 允许三种类型的参数:
第⼀类:包含total - 总内存
第⼆类:系统指定内存类型:active, anon, buffers, cached, exec, file, free, inactive,pinned, shared, wired. 第三类:⽤户级别,⼀共使⽤了多少内存,还有多少内存可⽤: ud, pud, available,pavailable.
[host,<path>,<port>]
获取⽹页内容⽹页源代码
host - 主机名/域名
path - ⽂件地址,默认/
port - 端⼝,默认80返回空字符串表⽰失败. 例如: [ web.page.perf[host,<path>,<port>]
获取完全加载⽹页消耗的时长秒,返回0表⽰失败
host - 主机名/域名
path - html地址,默认是/
port - 端⼝,默认80
p[host,<path>,<port>,<regexp>,<length>,<output>]在⽹页中搜索字符串失败则返回空字符 (不匹配).
host - 主机名
path - html⽂件路径 (默认值 /)
port - 端⼝ (默认80)
regexp - GNU正则表达式
length - 返回的最⼤的字符串数量
output - 输出格式模板可选项.