← All dashboards

APC UPS

APS UPS monitoring with Prometheus and apcupsd exporter

Using docker https://hub.docker.com/r/jangrewe/apcupsd-exporter

docker-compose.yml (to run apcupsd_exporter)

version: '3'

services:

  apcupsd:
    image: jangrewe/apcupsd-exporter
    restart: unless-stopped
    network_mode: "host"

prometheus.yml

scrape_configs:
  - job_name: "apcupsd"
    static_configs:
      - targets: ["192.168.0.11:9162"]

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 32