PDA

View Full Version : [PATCH] Web monitoring: support for HTTP methods and content size


hostcc
24-04-2011, 17:32
To enhance web monitoring capabilities, the patch adds:
- support for specifying HTTP method in HTTP steps, supported are GET/HEAD/POST
- support for specifying content size in HTTP steps, for response to be checked against. In case of HEAD request, 'Content-Length' HTTP header will be used for getting the response size, if present.

In addition, additional item for web monitoring results is added, 'web.test.rspsize' - this will allowe to create a trigger on it, for example.

Details along with patches themselves could be found under ZBXNEXT-763 (https://support.zabbix.com/browse/ZBXNEXT-763).
You could vote for the request if you find the features useful/worth to be integrated.

---
Ilia Sotnikov