This is a quick-and-dirty exporter so we can graph GPFS Fileset metrics such as Size (GB), Quota (GB), and Inodes.
Clone this repository
git clone https://github.com/uoracs/prometheus-racsgpfs-exporter
Navigate into the cloned directory
cd prometheus-racsgpfs-exporter
Build and install the application
make install
Available environment variables for configuration
Set a specific listen address for the metrics server.
default: :8030
Current size in GB of the fileset
Current quota in GB of the fileset
Current inode count of the fileset
make clean