Merge pull request #11 from TouchInstinct/feature/blackbox-exporter.tcp
blackbox-exporter: add tcp module
This commit is contained in:
commit
826dfc14a6
|
|
@ -6,3 +6,7 @@ modules:
|
|||
prober: http
|
||||
timeout: 5s
|
||||
http: {}
|
||||
tcp:
|
||||
prober: tcp
|
||||
timeout: 5s
|
||||
tcp: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue