Sign inSign up

am3rig0/ups2influxdb

By am3rig0

•Updated over 8 years ago

ups2influxdb pushes CyberPower UPS stats to InfluxDB

Image
0

500K+

am3rig0/ups2influxdb repository overview

⁠ups2influxdb

ups2influxdb pushes CyberPower UPS stats to InfluxDB

Build Status

Container to run Matthew Carey's CyberPower UPS data collection python script (https://github.com/barrycarey/Cyberpower-UPS-Stats-For-InfluxDB⁠)

⁠Pre-reqs

  • Running instance of InfluxDB
  • Running instance of CyberPower PowerPanel Business Edition
  • config.ini

⁠Usage

  • populate config.ini with relevant details
  • start container

docker run -d -v /srv/cyberpower-ups:/data --name ups2influxdb --restart always am3rig0/ups2influxdb

⁠config.ini

[GENERAL]
Delay = 2
Output = True

[INFLUXDB]
Address = influxdb.localnet
Port = 8086
Database = ups_db
Username = ups
Password = ups_password

[UPS]
Address = 172.16.0.123
Port = 3052

Tag summary

Content type

Image

Digest

Size

263.4 MB

Last updated

over 8 years ago

docker pull am3rig0/ups2influxdb