首页 > 其他 > 详细

zabbix 基本键值

时间:2017-03-04 22:53:23      阅读:491      评论:0      收藏:0      [点我收藏+]
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  agent.hostname 
web02
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  agent.ping 
1
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   kernel.maxfiles
99150
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   kernel.maxproc
32768
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   log[/var/log/messages] #工作在主动模式下
ZBX_NOTSUPPORTED: Accessible only as active check.
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   log[/var/log/messages,error]
ZBX_NOTSUPPORTED: Accessible only as active check.
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.discovery  #列出网卡 json对象
{"data":[{"{#IFNAME}":"veth784edd3"},{"{#IFNAME}":"veth89d79c6"},{"{#IFNAME}":"veth8cef08d"},{"{#IFNAME}":"veth2210e5b"},{"{#IFNAME}":"eth0"},{"{#IFNAME}":"eth1"},{"{#IFNAME}":"vethe3109be"},{"{#IFNAME}":"vethbb7a759"},{"{#IFNAME}":"lo"},{"{#IFNAME}":"veth921cc0e"},{"{#IFNAME}":"vethf088aea"},{"{#IFNAME}":"docker0"}]}
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.in[eth0,errors]
0
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.in[eth0,dropped]
0
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.in[eth0,packets]
276040
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.out[eth0,packets]
293504
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.if.total[eth0,packets]
569585
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.listen[80]
1
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.listen[70]
0
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.port[59.110.26.9,70]
0
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.port[59.110.26.9,80]
1
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.service[ssh,59.110.26.9,22]
0
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k    net.tcp.service[ssh,59.110.26.9,52222]
1
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   proc.mem[zabbix_server]
9494224896
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   proc.mem[zabbix_server,root]
0
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k   proc.mem[zabbix_server,zabbix]
9494224896
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.cpu.load[,avg5]
0.030000
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.cpu.load[,avg15]
0.050000
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.cpu.load[,avg1]
0.060000
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.cpu.num[]   #CPU的个数
1
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.cpu.switches;
2624620152
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.hostname
web02
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.users.num
2
[root@web02 tmp]# 
[root@web02 tmp]# zabbix_get -s  59.110.26.9  -k  system.run["ls /tmp"]

本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1903204

zabbix 基本键值

原文:http://wsxxsl.blog.51cto.com/9085838/1903204

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!