Skip to content

api_application

遇见王斌 edited this page Aug 1, 2017 · 1 revision

application_get

  • 使用:zabbix_api application_get host_id
  • 功能:获取某 host 的 application 列表
[root@meetbill ~]# zabbix_api application_get 10084 --table
zabbix_manager:[1.2.9]
zabbix version:[3.0.4]
┌───────────────┬────────────────────┐
│ applicationid │ name               │
├───────────────┼────────────────────┤
│ 503           │ app                │
│ 346           │ CPU                │
│ 347           │ Filesystems        │
│ 348           │ General            │
│ 349           │ Memory             │
│ 350           │ Network interfaces │
│ 351           │ OS                 │
│ 352           │ Performance        │
│ 353           │ Processes          │
│ 354           │ Security           │
│ 355           │ Zabbix agent       │
│ 345           │ Zabbix server      │
└───────────────┴────────────────────┘
sum:  12
Clone this wiki locally