Skip to content

Python scripts to get APC UPS information and post to an API endpoint

Notifications You must be signed in to change notification settings

sorscode/apc_ups_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Repository for APC UPS Scripts

snmp_ups.py:

  • Will us SNMP to get data from SNMP
  • Once it has all the data will post it to an API endpoint to be put into a database
  • Supports multiple devices

apc.py

  • This requires 'apcusbd'
  • Puts the output of 'apcaccess' into a text file
  • Reads the data from text file
  • Prints info to screen
  • Will make it like snmp_ups.py where it will post the data to an API endpoint to be stored into a database

About

Python scripts to get APC UPS information and post to an API endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages