Hi zabbix users 
I have an issue related to the HTTP Agent and Proxmox VE HTTP. The problem is as follows: even if the query fields are empty, Zabbix still attempts to send the call to the server.

In the Proxmox template, if I remove the empty query fields, save, and reopen, an empty query field always reappears.
In the host associated with the template, I duplicated 'Get cluster status.' By doing so, during the test phase, I can remove the query field. However, if I close and reopen the item, Zabbix still adds an empty query field again.
I don't think the problem is related to the Proxmox template because I have other agents installed, and I've noticed that this behavior of adding an empty query field is systematic across all of them. However, I don't have this issue with the other APIs I monitor because, in the GET request, I simply discard any query fields, whereas the Proxmox APIs return a 400 error.

The problem started after migrating to zabbix 7

I have an issue related to the HTTP Agent and Proxmox VE HTTP. The problem is as follows: even if the query fields are empty, Zabbix still attempts to send the call to the server.
In the Proxmox template, if I remove the empty query fields, save, and reopen, an empty query field always reappears.
In the host associated with the template, I duplicated 'Get cluster status.' By doing so, during the test phase, I can remove the query field. However, if I close and reopen the item, Zabbix still adds an empty query field again.
I don't think the problem is related to the Proxmox template because I have other agents installed, and I've noticed that this behavior of adding an empty query field is systematic across all of them. However, I don't have this issue with the other APIs I monitor because, in the GET request, I simply discard any query fields, whereas the Proxmox APIs return a 400 error.
The problem started after migrating to zabbix 7
Comment