Files and directories
Plugin: go.d.plugin Module: filecheck
Overview
This collector monitors the existence, last modification time, and size of arbitrary files and directories on the system.
This collector is supported on all platforms.
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
This collector requires the DAC_READ_SEARCH capability when monitoring files not normally accessible to the Netdata user, but it is set automatically during installation, so no manual configuration is needed.
Default Behavior
Auto-Detection
This integration doesn't support auto-detection.
Limits
The default configuration for this integration does not impose any limits on data collection.
Performance Impact
The default configuration for this integration is not expected to impose a significant performance impact on the system.
Metrics
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
Per file
These metrics refer to the File.
Labels:
Label | Description |
---|---|
file_path | File absolute path |
Metrics:
Metric | Dimensions | Unit |
---|---|---|
filecheck.file_existence_status | exist, not_exist | status |
filecheck.file_modification_time_ago | mtime_ago | seconds |
filecheck.file_size_bytes | size | bytes |
Per directory
These metrics refer to the Directory.
Labels:
Label | Description |
---|---|
dir_path | Directory absolute path |
Metrics:
Metric | Dimensions | Unit |
---|---|---|
filecheck.dir_existence_status | exist, not_exist | status |
filecheck.dir_modification_time_ago | mtime_ago | seconds |
filecheck.dir_size_bytes | size | bytes |
filecheck.dir_files count | files | files |
Alerts
There are no alerts configured by default for this integration.
Setup
Prerequisites
No action required.