Apcupsd: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
Line 53: Line 53:
in apcupsd.conf:
in apcupsd.conf:
  DEVICE
  DEVICE
==snmplite Missing hostname==
You probably forgot the DEVICE line

Revision as of 12:23, 16 April 2026

Links

Documentation

Scripts

apcaccess

Values

STATUS

TIMELEFT

The UPS battery run time remaining before battery exhaustion.

LOADPCT

The current UPS load expressed in percent of rated capacity.

HOWTO

Test configuration

apctest


Shutdown when communication with UPS is lost

Look for 'commfailure' and apccontrol script

Apcupsd using SNMP

On the UPS enable SNMP and have a community (for example public) with read access.

In /etc/apcupsd/apcupsd.conf:

UPSCABLE ether
UPSTYPE snmp
DEVICE 192.168.188.12:161:APC:public


After starting apcupsd check it with

apcaccess

(this can be run as non-root) This only works with

NETSERVER on

FAQ

acpaccess does not provide info like TIMELEFT

apt install snmp

FAQ

COMMLOST

TODO finish this If connecting via USB: in apcupsd.conf:

DEVICE


snmplite Missing hostname

You probably forgot the DEVICE line