Add result_type field for http_response input (#2814)

This commit is contained in:
Frederick Roth
2017-06-06 22:39:07 +02:00
committed by Daniel Nelson
parent ef72c5703b
commit 38b760936d
3 changed files with 39 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ This input plugin will test HTTP/HTTPS connections.
- http_response
- response_time (float, seconds)
- http_response_code (int) #The code received
- result_type (string) # success, timeout, response_string_mismatch, connection_failed
### Tags: