A Dockerized Python script that extracts APC UPS statistics using apcaccess and exports them to InfluxDB for monitoring and visualization.
About
This application periodically fetches UPS status information using apcaccess from a host running apcupsd and sends the data to an InfluxDB database for monitoring and visualization. It's designed for users who want to collect and store APC UPS metrics in containerized environment…