18 lines
600 B
Plaintext
18 lines
600 B
Plaintext
# Read metrics from local Lustre service on OST, MDS
|
|
# This plugin ONLY supports Linux
|
|
[[inputs.lustre2]]
|
|
## An array of /proc globs to search for Lustre stats
|
|
## If not specified, the default will work on Lustre 2.5.x
|
|
##
|
|
# ost_procfiles = [
|
|
# "/proc/fs/lustre/obdfilter/*/stats",
|
|
# "/proc/fs/lustre/osd-ldiskfs/*/stats",
|
|
# "/proc/fs/lustre/obdfilter/*/job_stats",
|
|
# "/proc/fs/lustre/obdfilter/*/exports/*/stats",
|
|
# ]
|
|
# mds_procfiles = [
|
|
# "/proc/fs/lustre/mdt/*/md_stats",
|
|
# "/proc/fs/lustre/mdt/*/job_stats",
|
|
# "/proc/fs/lustre/mdt/*/exports/*/stats",
|
|
# ]
|