summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/httpcheck.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/httpcheck.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/httpcheck.conf b/src/go/collectors/go.d.plugin/config/go.d/httpcheck.conf
new file mode 100644
index 000000000..908433e05
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/httpcheck.conf
@@ -0,0 +1,12 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/httpcheck#readme
+
+#jobs:
+# - name: jira
+# url: https://jira.localdomain/
+#
+# - name: cool_website
+# url: http://cool.website:8080/home
+# status_accepted: [200, 204]
+# response_match: <title>My cool website!<\/title>
+# timeout: 2