NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rnas_newbie
May 07, 2012Aspirant
Duo V2 : Remote UPS monitoring:sorted v.5.3.7
edit - **sorted in raidiator 5.3.7** I've had a quick search on the forums and drew a blank...but in the true tradition of the older models; Please can we have the ability for the Duo V2 to moni...
llevet
Jul 25, 2012Aspirant
To workaround of lack of support for Remote UPS monitoring (in readynas Duo V2) follow this :
Connect to your readynas in SSH then :
- Modify file /etc/default/nut with vi to have :
# start upsd
START_UPSD=no
# start upsmon
START_UPSMON=yes
- Modify file /etc/nut/upsmon.conf with vi to have :
...
#MONITOR UPS@localhost 1 monuser pass master
MONITOR UPS@172.31.31.249 1 monuser pass slave
...
remark : 172.31.31.249 is the ip of the remote server, change it by yours.
- create a dummy file ups.log by :
touch /var/log/frontview/ups.log
- Start the deamon UPS
/etc/init.d/ups-monitor start
It is done !
To verify if it works :
cat /ramfs/ups.info
it will give you something like :
APC Smart-UPS 1000!!100.00!!52
Go to front view, the icon of ups is green, and mouse over give you the info.
Ludovic.
:D
Connect to your readynas in SSH then :
- Modify file /etc/default/nut with vi to have :
# start upsd
START_UPSD=no
# start upsmon
START_UPSMON=yes
- Modify file /etc/nut/upsmon.conf with vi to have :
...
#MONITOR UPS@localhost 1 monuser pass master
MONITOR UPS@172.31.31.249 1 monuser pass slave
...
remark : 172.31.31.249 is the ip of the remote server, change it by yours.
- create a dummy file ups.log by :
touch /var/log/frontview/ups.log
- Start the deamon UPS
/etc/init.d/ups-monitor start
It is done !
To verify if it works :
cat /ramfs/ups.info
it will give you something like :
APC Smart-UPS 1000!!100.00!!52
Go to front view, the icon of ups is green, and mouse over give you the info.
Ludovic.
:D
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!