/smart_exporter

Export S.M.A.R.T. metrics of local disks in Prometheus format

Primary LanguageRust

smart_exporter

Simple test execution (taking S.M.A.R.T. stats from test data):

cargo run -- --invoker=file --file-invoker-path tests/simple/ -b 127.0.0.1:9940 &
curl -sv localhost:9940/metrics

Prior Art