Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrcichra/zpool-status-prometheus-exporter
Simple Perl Prometheus exporter for `zpool status`
https://github.com/jrcichra/zpool-status-prometheus-exporter
perl prometheus prometheus-exporter zfs zpool
Last synced: about 2 months ago
JSON representation
Simple Perl Prometheus exporter for `zpool status`
- Host: GitHub
- URL: https://github.com/jrcichra/zpool-status-prometheus-exporter
- Owner: jrcichra
- License: mit
- Created: 2020-12-30T00:15:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T23:54:57.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:55:59.187Z (5 months ago)
- Topics: perl, prometheus, prometheus-exporter, zfs, zpool
- Language: Perl
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zpool-status-prometheus-exporter
Simple Perl Prometheus exporter for `zpool status`. Know when your pool had problems.# Dependencies (needs >= Ubuntu 20.10)
`sudo apt install perl libprometheus-tiny-perl libplack-perl`# Usage
`./app.psgi` - shebang calls `plackup`
# Docker
Since most things aren't on Ubuntu 20.10 yet, you can use the docker container:
`docker run --privileged --name zpool-status-prometheus-exporter --restart unless-stopped -it -d -p 5000:5000 ghcr.io/jrcichra/zpool-status-prometheus-exporter`