1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
[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"]
|
本文转自 小小三郎1 51CTO博客,原文链接:http://blog.51cto.com/wsxxsl/1903204,如需转载请自行联系原作者