CyperPower UPS Exporter for Prometheus
Go to file
2024-07-22 15:21:10 -04:00
install.sh updated naming 2024-07-22 13:51:59 -04:00
powerpanel.deb init 2024-07-22 13:44:29 -04:00
README.md Update README.md 2024-07-22 14:07:16 -04:00
ups-exporter.js Update ups-exporter.js 2024-07-22 15:21:10 -04:00
ups-exporter.service updated naming 2024-07-22 13:51:59 -04:00

CyberPower Exporter

Export UPS data via HTTP for prometheus service

Setup

Prerequisites

Instructions

  1. Clone the repository: git clone https://git.zakscode.com/ztimson/ups-exporter.git
  2. Run the install script: cd ups-exporter && ./install.sh
  3. Setup Prometheus to scrape exporter: http://localhost:1024
  - job_name: 'power'
    static_configs:
      - targets: ['<IP>:1024']