AKAI TSUKI

System development or Technical something

2019-05-26から1日間の記事一覧

try to use zabbix api on bash

I created this script to add host/host group by Zabbix API. #!/bin/bash set -x ### config user_name=user01 user_pass=pass_string zabbix_url=http://localhost/zabbix/api_jsonrpc.php header="Content-Type: application/json-rpc" # -------------…