An open API service indexing awesome lists of open source software.

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

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
```