summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/filecheck.conf
blob: 16b9c2281fd59dd182512a1a7518ae3e2db3fa4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'