Merge pull request #11 from TouchInstinct/feature/blackbox-exporter.tcp

blackbox-exporter: add tcp module
This commit is contained in:
Alexander Buntakov 2020-03-25 18:05:04 +03:00 committed by GitHub
commit 826dfc14a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ modules:
prober: http
timeout: 5s
http: {}
tcp:
prober: tcp
timeout: 5s
tcp: {}