github.com/netdata/go.d.plugin@v0.58.1/config/go.d/filecheck.conf (about) 1 ## All available configuration options, their descriptions and default values: 2 ## https://github.com/netdata/go.d.plugin/tree/master/modules/filecheck 3 4 #update_every: 10 5 #autodetection_retry: 0 6 #priority: 70000 7 8 #jobs: 9 # - name: files_example 10 # files: 11 # include: 12 # - '/path/to/file1' 13 # - '/path/to/file2' 14 # 15 # - name: dirs_example 16 # dirs: 17 # collect_dir_size: yes 18 # include: 19 # - '/path/to/dir1' 20 # - '/path/to/dir2'