Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3t0r/smart_exporter
Export S.M.A.R.T. metrics of local disks in Prometheus format
https://github.com/m3t0r/smart_exporter
Last synced: 4 days ago
JSON representation
Export S.M.A.R.T. metrics of local disks in Prometheus format
- Host: GitHub
- URL: https://github.com/m3t0r/smart_exporter
- Owner: M3t0r
- Created: 2023-12-21T01:11:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:09:54.000Z (5 months ago)
- Last Synced: 2024-06-24T19:09:38.036Z (5 months ago)
- Language: Rust
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart_exporter
Simple test execution (taking S.M.A.R.T. stats from test data):
```bash
cargo run -- --invoker=file --file-invoker-path tests/simple/ -b 127.0.0.1:9940 &
curl -sv localhost:9940/metrics
```## Prior Art
- https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/blob/master/smartmon.sh
- https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/blob/master/smartmon.py
- https://github.com/matusnovak/prometheus-smartctl
- https://github.com/prometheus-community/smartctl_exporter
- https://github.com/cloudandheat/prometheus_smart_exporter