我已将我的 UPS 连接到 ubuntu 并且已被识别。但是我不喜欢在 ubuntu 电源设置中看到的选项。我有另一台 PC 也连接到同一个 UPS。所以我希望 ubuntu 桌面在电量约为 50% 时执行脚本,这样我的第二台电脑也可以正常休眠。然后我可以使用相同的脚本使我的 ubuntu PC 休眠。
是否有可能以不破坏 UPS 监视器的 ubuntu 实现的方式做到这一点?我读过我可以安装 nut 但我有一些错误,可能是冲突
● nut-monitor.service - Network UPS Tools - power device monitor and shutdown controller
Loaded: loaded (/lib/systemd/system/nut-monitor.service; enabled; vendor preset: enabled)
Active: failed (Result: protocol) since Sat 2019-07-13 02:09:46 MSK; 11ms ago
Process: 13906 ExecStart=/sbin/upsmon (code=exited, status=0/SUCCESS)
也许我可以捕捉到一些 dmesg 消息或使用一些本地工具检查 UPS 的状态?