Containerised version of https://github.com/mdlayher/apcupsd_exporter
9.4K
Containerised version of apcupsd_exporter
apcupsd_exporter is a metrics exporter for Prometheus
Make sure you set the APCUPSDADDR variable with the details to access your APCUPSD instance
docker run -d -p 9162:9162 -e APCUPSDADDR="10.0.0.1:3551" b3vis/apcupsd_exporter
version: "2"
services:
apcupsd_exporter:
image: b3vis/apcupsd_exporter
restart: always
container_name: apcupsd_exporter
environment:
- APCUPSDADDR="10.0.0.1:3551"
ports:
- "9162:9162"
Content type
Image
Digest
Size
4.5 MB
Last updated
almost 9 years ago
docker pull b3vis/apcupsd_exporter