Network UPS Tools (NUT)
威聯通設定
1️⃣威聯通使用usb線接入UPS
2️⃣在設定中勾選 “啟用網路不間斷伺服器”,啟用 UPS 伺服器
3️⃣把需要連入的裝置IP加到列表裡
如下圖所示
配置 linux
以 Ubuntu 為例,其他使用 NUT 自行安裝
1️⃣ 安裝 NUT
apt install nut
# 啟動 NUT 生成預設配置
systemctl restart nut-client.service
2️⃣ 設定NUT為 netclient 模式
vi /etc/nut/nut.conf
#註釋 MODE=none 後 在文末新增
MODE=netclient
3️⃣ 修改 NUT監聽配置
cat <EOF>> /etc/nut/upsmon.conf
MONITOR qnapups@192.168.31.20 1 admin 123456 slave
EOF
# 引數註釋:只用修改ip地址,其他保持原樣即可,無需更改;其他引數解釋請參見後文參考連結
# 重啟
systemctl restart nut-client.service
4️⃣ 檢查 程序狀態
systemctl status nut-monitor.service
期望輸出如下
至此已經配置完畢,你可以嘗試關閉電源測試效果了。
windows 配置
1️⃣安裝 winnut-client
專案地址:https://github.com/gawindx/WinNUT-Client
下載地址:https://github.com/gawindx/WinNUT-Client/releases
2️⃣設定
3️⃣重新連線
效果如圖
參考連結
威聯通 (QNAP) 使用 UPS 並通知家庭內其他裝置關機 · Issue #206 · Bpazy/blog (github.com)
NUT https://networkupstools.org/index.html