Hi,
When we want to validate an agent item we can use zabbix_get to test the functionality and the response. How can this be done for web scenarios?
I have some one step scenarios that I know are failing because they finish too quickly. But I don't know why. When i test them using curl at the command-line they work. When I test them via another tool, they work. They only fail in zabbix.
The characteristics of these tests are:
- very long urls
- XML response
- Check for a validation string
I am storing the urls in the macros field of the httptest table so the url length shouldn't be an issue.
What I want to be able to do is see what the httppoller sees when the test returns so quickly. Is there a way that I can do this?
Regards,
David
When we want to validate an agent item we can use zabbix_get to test the functionality and the response. How can this be done for web scenarios?
I have some one step scenarios that I know are failing because they finish too quickly. But I don't know why. When i test them using curl at the command-line they work. When I test them via another tool, they work. They only fail in zabbix.
The characteristics of these tests are:
- very long urls
- XML response
- Check for a validation string
I am storing the urls in the macros field of the httptest table so the url length shouldn't be an issue.
What I want to be able to do is see what the httppoller sees when the test returns so quickly. Is there a way that I can do this?

Regards,
David
Comment