APC UPS
1,031

Created 3/17/2023
Updated 3/17/2023
Revision 1
Categories
Host Metrics
Grafana Version >=9.4.3
Datasources
Prometheus

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"]
Get Dashboard
Download
Copy to Clipboard
Source Grafana.com

Used Metrics 7

  • apcupsd_battery_time_left_seconds

  • apcupsd_ups_load_percent

  • apcupsd_battery_charge_percent

  • apcupsd_battery_nominal_volts

  • apcupsd_battery_volts

  • apcupsd_line_nominal_volts

  • apcupsd_line_volts