11 lines
203 B
Text
11 lines
203 B
Text
|
#!/bin/sh
|
||
|
|
||
|
uci batch <<EOF
|
||
|
set nut_monitor.@upsmon[-1]=upsmon
|
||
|
set nut_monitor.@upsmon[-1].notifycmd=/usr/bin/upssched-cmd
|
||
|
set nut_monitor.@upsmon[-1].defaultnotify="SYSLOG EXEC"
|
||
|
commit nut_monitor
|
||
|
EOF
|
||
|
|
||
|
|