ApcupsdでUPSを使う on Debian

Apcupsd

LinuxとかでUPSを使うためのアプリケーション.

インストール

% sudo apt-get install apcupsd apcupsd-cgi

設定

% sudo vi /etc/default/apcupsd
  ISCONFIGURED=yes #これやらないと動かない
% sudo vi /etc/apcupsd/apcupsd.conf
  UPSCABLE usb
  UPSTYPE usb
  DEVICE
  BATTERYLEVEL 5 #バッテリレベルが5以下でシャットダウン
  MINUTES 3 #バッテリ残量3分以下でシャットダウン
  TIMEOUT 3600 #UPS駆動してから1時間でシャットダウン
% sudo service apcupsd restart

残量がここで確認できる. http://localhost/cgi-bin/apcupsd/upsstats.cgi