diff options
| author | shevabam <shevabam@users.noreply.github.com> | 2017-11-02 18:23:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-02 18:23:14 +0100 |
| commit | f6dc27183987b65dc06c11dbfd21507da15f1ea7 (patch) | |
| tree | 3d622ce73e2f60b9c0324222fa31f7324dbdde92 /conf | |
| parent | 4142d5f19904c5f00bb11a9ba8746068a9169b4f (diff) | |
| parent | 80b48185d36ec6f2f360ea35fd2592aec464084f (diff) | |
Merge pull request #55 from HBadertscher/disk_ignore_mount
Adds option to ignore mounts via config file
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/esm.config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/esm.config.json b/conf/esm.config.json index bf65386..e40b3ea 100644 --- a/conf/esm.config.json +++ b/conf/esm.config.json @@ -12,7 +12,8 @@ }, "disk": { "show_tmpfs": false, - "show_filesystem": true + "show_filesystem": true, + "ignore_mounts": [] }, "ping": { "hosts": [ |
