I'm trying to pull an info file from a local HTTP device - no authentication, no HTTPS, just some plain text.
When I setup the HTTP Agent item and put all of the info in I try to test it but the Item Test always comes back with;
- Incorrect value "[]" for "headers" field.
- Incorrect value "[]" for "query_fields" field.
OR something similar with If I try to add values (I've tried putting real headers in, just comes back with the same error but with my text in the list)
- Incorrect value "{"name":{"1":""},"value":{"1":""}}" for "headers" field.
- Incorrect value "{"name":{"1":""},"value":{"1":""}}" for "query_fields" field.
I installed from the zabbix repo, and as far as I can tell libcURL is linked up.
Anybody have ideas of what I've done wrong here?
Thanks!
When I setup the HTTP Agent item and put all of the info in I try to test it but the Item Test always comes back with;
- Incorrect value "[]" for "headers" field.
- Incorrect value "[]" for "query_fields" field.
OR something similar with If I try to add values (I've tried putting real headers in, just comes back with the same error but with my text in the list)
- Incorrect value "{"name":{"1":""},"value":{"1":""}}" for "headers" field.
- Incorrect value "{"name":{"1":""},"value":{"1":""}}" for "query_fields" field.
I installed from the zabbix repo, and as far as I can tell libcURL is linked up.
Anybody have ideas of what I've done wrong here?
Thanks!
Comment