2021年7月29日 星期四

APC apcupsd install on CentOS 6

 如前文

更新YUM安裝後發現也沒有apcupsd檔(廢話)

網路找到自行下載檔案make 安裝的方法

故需要安裝c++相關套件


yum -y install wget gcc gcc-c++ make automake autoconf patch

yum install net-snmp-devel mysql-devel openssl-devel libtool dos2unix help2man


下載解開後安裝


wget https://kent.dl.sourceforge.net/project/apcupsd/apcupsd%20-%20Stable/3.14.14/apcupsd-3.14.14.tar.gz


tar xvf apcupsd-3.14.14.tar.gz


./configure

make

make install

後面就是設定啦

確認服務是否安裝

service apcupsd status

編輯

vim /etc/apcupsd/apcupsd.conf

(相關設定參考別篇吧)

啟動確認

service apcupsd start

apcaccess

沒有留言:

張貼留言