Some time ago I acquired an APC "Back-UPS XS 1000" uninterruptible power supply. I am trying to make it work with SME v7.1.2 and not sure that I have it right. I followed the basic idea of:
http://forums.contribs.org/index.php?topic=33852.0
omitting
config setprop nut Device /dev/ttyS1
as this device is usb.
From this site,
http://www.networkupstools.org/compat/stable.html
, I tried apcsmart, which did not work and then tried newhidups and hidups with results similar to below:
[root@myserver /]# config setprop nut status enabled
[root@myserver /]# config setprop nut Model newhidups
[root@myserver /]# config show nut
nut=service
MasterPass=iGBD1WcOPITLh4B+DYFraCb246ZTT8qDlxDpfITLJDCgOwbRb/R4rNfKJEuhm0OuqJdSh9fuYLSS
Model=newhidups
SlavePass=eucEZsOc13zvFdDXC59GS2GAdzYVZrx+XA6AaDH+PRahRw7Rac2hAhJBkh0cd1xZIVoWuBVFdrOq
status=enabled
[root@myserver /]# expand-template /etc/sysconfig/ups
[root@myserver /]# expand-template /etc/ups/ups.conf
[root@myserver /]# expand-template /etc/ups/upssched.conf
[root@myserver /]# expand-template /etc/ups/upsmon.conf
[root@myserver /]# expand-template /etc/ups/upsd.users
[root@myserver /]# expand-template /etc/ups/upsd.conf
[root@myserver /]# upsc UPS@myserver
Error: Connection failure: Connection refused
So it looks like it is working but I'm out of my depth (which is actually kind of shallow).
Any comments on the lines with MasterPass=* and SlavePass=*??
Thx in advance for your help.