Update offsite-power-check.sh

This commit is contained in:
2023-11-05 19:11:27 -06:00
parent 607b5ba121
commit 3eac612348

View File

@@ -33,6 +33,7 @@ $(date)"
} }
PWO_START(){ PWO_START(){
SENDNOTICE2 "OFFSITE POWER MONITOR" "Service starting"
while true; do while true; do
upsinfo=$(upsc CP1500PFCLCD) upsinfo=$(upsc CP1500PFCLCD)
if [ "${upsinfo}" != "" ]; then if [ "${upsinfo}" != "" ]; then