https://github.com/bborbe/disk-status
Provides disk metrics for Prometheus
https://github.com/bborbe/disk-status
Last synced: 3 days ago
JSON representation
Provides disk metrics for Prometheus
- Host: GitHub
- URL: https://github.com/bborbe/disk-status
- Owner: bborbe
- License: bsd-2-clause
- Created: 2017-06-29T13:59:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-05-26T23:02:22.000Z (6 days ago)
- Last Synced: 2026-05-27T00:19:27.017Z (6 days ago)
- Language: Go
- Homepage:
- Size: 7.24 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Disk-Status
Provides disk metrics for Prometheus.
## Run
```
docker run \
--publish 8080:8080 \
--env PORT=8080 \
--env PATH=/ \
docker.io/bborbe/disk-status:latest
```