#zabbix_agentd -p 查看zabbix所有的内置监控项

[root@nod01 zabbix_agentd.d]# zabbix_agentd -p
agent.hostname [s|Zabbix server]
agent.ping [u|1]
agent.version [s|3.0.20]
system.localtime[utc] [u|1533566990]
system.run[echo test] [m|ZBX_NOTSUPPORTED] [Remote commands are not enabled.]
web.page.get[localhost,,80] [m|ZBX_NOTSUPPORTED] [HTTP get error: cannot connect to [[localhost]:80]: [111] Connection refused]
web.page.perf[localhost,,80] [m|ZBX_NOTSUPPORTED] [HTTP get error: cannot connect to [[localhost]:80]: [111] Connection refused]
web.page.regexp[localhost,,80,OK] [m|ZBX_NOTSUPPORTED] [HTTP get error: cannot connect to [[localhost]:80]: [111] Connection refused]
vfs.file.size[/etc/passwd] [u|1080]

root@nod01 zabbix_agentd.d]# zabbix_agentd -p | grep packages

 

#环境说明10.0.0.34为server 10.0.0.33为agent

#zabbix服务端安装10.0.0.34

[root@zabbixserver ~]# yum -y install zabbix-get

[root@zabbixserver ~]# zabbix_get -s 10.0.0.33 -k 'system.uptime'
28598

[root@zabbixserver ~]# zabbix_get -s 10.0.0.33 -k 'tps'
0.55

Zabbix agentd 命令

[root@zabbixserver ~]# zabbix_get -s 10.0.0.33 -k 'estab'
3

Zabbix agentd 命令

 

相关文章:

  • 2021-12-17
  • 2021-10-16
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-12-02
  • 2021-06-29
  • 2021-11-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
相关资源
相似解决方案