Add regexp matching of HTTP response headers to the http probe (#419)
authorGleb Smirnov <me@gvsmirnov.ru>
Thu, 21 Feb 2019 13:28:52 +0000 (21:28 +0800)
committerBrian Brazil <brian.brazil@robustperception.io>
Thu, 21 Feb 2019 13:28:52 +0000 (13:28 +0000)
commitc453ee35c89a54c61490fe0e072f82f828a92ca2
treeaeea30734114d3d86f269b32c8d2c8d48f15c328
parentd47e1ee5560c36dbe7c77af3ecafe624ef1c7cfb
Add regexp matching of HTTP response headers to the http probe (#419)

Signed-off-by: Gleb Smirnov <me@gvsmirnov.ru>
CONFIGURATION.md
config/config.go
config/config_test.go
config/testdata/blackbox-good.yml
config/testdata/invalid-http-header-match.yml [new file with mode: 0644]
example.yml
prober/http.go
prober/http_test.go