I want to get values for items from ovirt rest api.
Example:
curl \
--insecure
--request GET \
--header 'Version: 4' \
--header 'Accept: application/json' \
--user 'admin@internal:mypassword' \
This will return a list of managed datacenters and more information about this.
It can be transformed into script item?
The objective is to obtain all the necessary information from the machine/host that manages the oVirt virtualization infrastructure and to be able to dynamically add clusters, hosts, virtual machines,... to Zabbix.
Thanks
Example:
curl \
--insecure
--request GET \
--header 'Version: 4' \
--header 'Accept: application/json' \
--user 'admin@internal:mypassword' \
This will return a list of managed datacenters and more information about this.
It can be transformed into script item?
The objective is to obtain all the necessary information from the machine/host that manages the oVirt virtualization infrastructure and to be able to dynamically add clusters, hosts, virtual machines,... to Zabbix.
Thanks
assword
Comment