Skip to content

fs collector

fs collects file system statistics.

Configuration

ParameterTypeDefaultDescription
idStringCollector's ID. Must be unique per agent instance. Will be returned along with the metrics.
typeStringMust be fs
serviceStringEqual to idService id for output metrics
intervalIntegerRepetition interval in seconds
labelsArray of StringsList of additional labels. Will be returned along with metrics

Collected Metrics

MetricMetric TypePlatformDescription
tsAllISO 8601 Timestamp
collectorAllCollector Id
labelsAllList of labels
filesAll
files_totalAll
files_availAll
freeAll
availAll
totalAll

fs collector appends following labels

LabelDescription
noc::fs::{name}Filesystem name
noc::fstype::{name}Filesystem type

Compilation Features

Enable fs feature during compiling the agent (Enabled by default).