Quantcast
Channel: 日本Zabbixユーザー会 - 日本Zabbixユーザー会フォーラム
Viewing all articles
Browse latest Browse all 1830

Zabbix APIによるアイテム追加について

$
0
0

Zabbix APIによるホスト個別にアイテム追加を下記で試みたのですが、
-----------------------------------------------------------------------------------------------------
ZabbixWeb=http://XXX.XXX.XXX.XXX/zabbix/
curl -s -d '
{
"jsonrpc": "2.0",
"method": "item.create",
"params": {
"name": "Free disk space on $1",
"key_": "vfs.fs.size[/home/joe/,free]",
"hostid": "12529",
"type": 0,
"value_type": 3,
"interfaceid": "2501",
"delay": 30
},
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"id": 1
}

続きを読む


Viewing all articles
Browse latest Browse all 1830

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>