I attempted to add a monitoring item in a template or host. The type is set to "Zabbix agent (active)", the key is system.run[ipconfig], and the information type is "Text". However, after clicking the "Add" button, the browser immediately shows "Hmmm... can't readch this page. The connection was reset." without displaying any error messages on the page.
No matter what I put inside system.run[], I can't add it. However, if I only use "system.run", it can be added normally. But this doesn't allow me to execute the command I want. The Zabbix server version is 6.0.8. Can anyone help me with this issue? Thank you.


I connected directly to the database using a tool and modified the contents of the key_ field in the items table, which allowed me to set system.run["tasklist"] as the key value.
However, the web page still does not allow me to submit it normally. Is there some kind of interception happening during Zabbix's parameter-passing process?
No matter what I put inside system.run[], I can't add it. However, if I only use "system.run", it can be added normally. But this doesn't allow me to execute the command I want. The Zabbix server version is 6.0.8. Can anyone help me with this issue? Thank you.
I connected directly to the database using a tool and modified the contents of the key_ field in the items table, which allowed me to set system.run["tasklist"] as the key value.
However, the web page still does not allow me to submit it normally. Is there some kind of interception happening during Zabbix's parameter-passing process?
Comment