summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/filecheck.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/filecheck.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/filecheck.conf b/src/go/collectors/go.d.plugin/config/go.d/filecheck.conf
new file mode 100644
index 000000000..16b9c2281
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/filecheck.conf
@@ -0,0 +1,16 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/filecheck#readme
+
+#jobs:
+# - name: files_example
+# files:
+# include:
+# - '/path/to/file1'
+# - '/path/to/file2'
+#
+# - name: dirs_example
+# dirs:
+# collect_dir_size: yes
+# include:
+# - '/path/to/dir1'
+# - '/path/to/dir2'