Hello,
I have Zabbix 6.0 LTS installed and would like to monitor a Proxmox cluster using the template Proxmox VE by HTTP.
A user and an API token with Privilege Separation unchecked for the user have been created, and the user has been assigned the PVEAuditor role for path "/". API calls, like curl -H "Authorization: PVEAPIToken=<user>=<API token>" https://<FQDN of a node>:8006/api2/json//nodes, work well.
I create a host on Zabbix frontend
I have Zabbix 6.0 LTS installed and would like to monitor a Proxmox cluster using the template Proxmox VE by HTTP.
A user and an API token with Privilege Separation unchecked for the user have been created, and the user has been assigned the PVEAuditor role for path "/". API calls, like curl -H "Authorization: PVEAPIToken=<user>=<API token>" https://<FQDN of a node>:8006/api2/json//nodes, work well.
I create a host on Zabbix frontend
- Host name: FQDN of a node in the Proxmox cluster
- Host macros for {$PVE.TOKEN.ID} and {$PVE.TOKEN.SECRET}
Comment