Zabbix API 获取应用程序使用的流量的详细信息
Zabbix API to get the details of traffic used by the applications
我想获取每个应用程序(不是主机)使用的网络流量 details/usage。
我试过了,我能够通过以下方式获得主机上的应用程序列表 运行:
{
"jsonrpc": "2.0",
"method": "application.get",
"params": {
"output": "extend",
"hostids": "10107"
},
"auth": "02axxxxxxx6e1023exxx252cd2xx70",
"id": 1
}
但我需要网络流量消耗明细:
没有本地方法可以做到这一点。
application.get
api 从 template/host 中检索应用程序列表,Zabbix 将其用作分组机制。
查看配置 -> 模板 -> 选择一个 -> 应用程序
我想获取每个应用程序(不是主机)使用的网络流量 details/usage。
我试过了,我能够通过以下方式获得主机上的应用程序列表 运行:
{
"jsonrpc": "2.0",
"method": "application.get",
"params": {
"output": "extend",
"hostids": "10107"
},
"auth": "02axxxxxxx6e1023exxx252cd2xx70",
"id": 1
}
但我需要网络流量消耗明细:
没有本地方法可以做到这一点。
application.get
api 从 template/host 中检索应用程序列表,Zabbix 将其用作分组机制。
查看配置 -> 模板 -> 选择一个 -> 应用程序