summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/httpcheck/testdata/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/httpcheck/testdata/config.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/httpcheck/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/httpcheck/testdata/config.yaml
new file mode 100644
index 000000000..1a66590e6
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/httpcheck/testdata/config.yaml
@@ -0,0 +1,25 @@
+update_every: 123
+url: "ok"
+body: "ok"
+method: "ok"
+headers:
+ ok: "ok"
+username: "ok"
+password: "ok"
+proxy_url: "ok"
+proxy_username: "ok"
+proxy_password: "ok"
+timeout: 123.123
+not_follow_redirects: yes
+tls_ca: "ok"
+tls_cert: "ok"
+tls_key: "ok"
+tls_skip_verify: yes
+status_accepted:
+ - 123
+response_match: "ok"
+cookie_file: "ok"
+header_match:
+ - exclude: yes
+ key: "ok"
+ value: "ok"