filestat_exporter
filestat_exporter copied to clipboard
Prometheus exporter gathering metrics about file size, modification time and other stats
Is there any way to monitor directories with this exporter?? I tried following patterns but it didn't work: - `.` - `*` - `**` - `/**/`
Hi, Appreciate the filestat exporter. Would it be possible to get owner of the file? Thanks Ravi
This is one of those edge case things that might not affect many instances. By the way this exporter is a lifesaver for a very specific problem I have been...
Hiya, Appreciate the filestat exporter. Would it be possible to add sparse file detection and its actual byte sizing? Thanks A
Nice exporter! Is it possible to have shell expansions (command substitution) in the pattern of the config file? I have tried but not got it to work. If it isn't...
Pushed the dependencies to mitigate CVEs.
Hello , encountered the following problem, there are 3 files test.txt here is my filestat.yaml ``` exporter: listen_address: ':9943' metrics_path: /metrics working_directory: "/app" # Default enable/disable of metrics - overridden...
it's possible to add a scheduled monitoring feature to activate file monitoring at a specific time.
[NEW Feature] it's possible to add a scheduled monitoring feature to activate file monitoring at a specific time.
Can we add a json file for the dashboard ?