Zabbix中文英文对照实现功能


最近在研究ZABBIX网络监控软件,发现功能还可以,就是成熟的Zabbix中文论坛基本没有,所以自己看英文的用户手册研究了一下。个人觉得这款软件最大的特点是视图显示主机的各项性能参数以及网络状况,你可以根据个人的需要来设定各种视图;同时亦可以根据自己的实际需求定义监控项。

Zabbix中文几个常用项中英文对照:

HostGroups设备组)->Hosts设备)->Applications监控项组)->Items监控项)->Triggers触发器)->Actions告警动作)->Medias告警方式)->UserGroups用户组)->Users用户)

Zabbix中文英文对比可以监控以下内容:
system.localtime
system.run远程执行系统命令
web.page.get[localhost,,80]
Date:
Server:
Last-Modified:
ETag:
Accept-Ranges:
Content-Length:
Vary:
Connection:
Content-Type:
web.page.perf[localhost,,80]
web.page.regexp[localhost,,80,OK]
vfs.file.exists[/etc/passwd]
vfs.file.time[/etc/passwd,modify]
vfs.file.size[/etc/passwd]
vfs.file.regexp[/etc/passwd,root]
vfs.file.regmatch[/etc/passwd,root]搜索文件中内容
vfs.file.cksum[/etc/passwd]
vfs.file.md5sum[/etc/passwd]
net.tcp.dns[127.0.0.1,localhost]
net.tcp.port[,80]
system.hostname
system.uname
system.users.num
log[logfile]
eventlog[system]
kernel.maxfiles
kernel.maxproc

文件Zabbix中文系统监控
vfs.fs.size[/,free]
vfs.fs.inode[/,free]
vfs.dev.read[sda,operations]
vfs.dev.write[sda,sectors]
net.tcp.listen[80]

网络流量监控
net.if.in[lo,bytes]
net.if.out[lo,bytes]
net.if.total[lo,bytes]
net.if.collisions[lo]

CPU/内存使用监控
vm.memory.size[total]
proc.num[inetd,,,]
proc.mem[inetd,,]
system.cpu.switches
system.cpu.intr
system.cpu.util[all,user,avg1]
system.cpu.load[all,avg1]
system.cpu.num[online]
system.swap.size[all,free]
system.swap.in[all]
system.swap.out[all]
system.uptime
system.boottime

Zabbix中文服务监控
net.tcp.service[ssh,127.0.0.1,22]
net.tcp.service.perf[ssh,127.0.0.1,22]

相关内容