sensu / check-disk-usage

MIT License
2 stars 8 forks source link

Wildcard support for --include-fs-path and --exclude-fs-path. #29

Open rwl4 opened 1 year ago

rwl4 commented 1 year ago

This should close #28 .

This updates isValidFSPath to use Go's own path/filepath Match which supports wildcards and such.