首先 sudo apt-get install apcupsd apcupsd-cgi
修改配置文件:sudo gedit /etc/apcupsd/apcupsd.conf
UPSNAME APC1500
UPSCABLE usb
UPSTYPE usb
将DEVICE /dev/ttyS0 用#注释掉
然后修改文件:$sudo gedit /etc/default/apcupsd
改为:ISCONFIGURED=yes
参考:http://wiki.ubuntu.org.cn/UbuntuHelp:Apcupsd/zh
访问:http://localhost/cgi-bin/apcupsd/multimon.cgi
发现apche还没有安装:sudo apt-get install apache2
安装完后访问:127.0.0.1 成功
再次访问:http://localhost/cgi-bin/apcupsd/multimon.cgi
页面出来了,只不过报错:failed for 127.0.0.1 port 3551
重启后,页面访问成功.
编辑配置文件:
sudo gedit /etc/apcupsd/apcupsd.conf
修改一下:
NETSERVER on
NISIP=0.0.0.0
UPSCLASS =sharmaster
然后重启服务:sudo /etc/init.d/apcapcd restart
NISIP=0.0.0.0
UPSCLASS =shareslave
DEVICE sharmastet_ip:3551