[Nut-upsuser] NUT Client Not Working, Server OK
    Roger Price 
    roger at rogerprice.org
       
    Sat Feb 12 09:22:19 GMT 2022
    
    
  
On Wed, 9 Feb 2022, William Cole via Nut-upsuser wrote:
> In your last post you had suggested that I run the NUT-report bash script that you had posted to your web site.
           ########### /etc/nut/ups.conf ###########
   maxretry = 3
   [1LRES850]
           driver=usbhid-ups
           port=auto
           desc="LR APC ES850"
           serial=4B2037P49871
           pollinterval=15
           vendorid=051d
           ########### /etc/nut/upsd.conf ###########
   LISTEN 192.168.1.235 3493
   LISTEN 192.168.1.236 3493
As Matus Uhlar said, you dont need these if you also listen to 0.0.0.0.
   LISTEN 0.0.0.0 3493
   MAXAGE 25
           ########### /etc/nut/upsd.users ###########
   [admin]
           password = $
           actions = SET
           instcmds = ALL
   [upsmon]
           password = $
           upsmon master
   [upsremote]
           ****u**** word = $
           upsmon slave
           ########### /etc/nut/upsmon.conf ###########
   MONITOR 1LRES850 at 192.168.1.235 1 upsmon $ master
   MONITOR 2UCES750 at 192.168.1.236 1 upsremote $ slave
I assume that you ran the nut-report script on 192.168.1.235. You reported that 
upsmon on "235" cannot contact upsd on "235".  Can you access upsd on "235" 
using a command such as "upsc 1LRES8500" ?
If so, what happens if you run command "upsc 2UCES750 at 192.168.1.236" on "235"?
Roger
    
    
More information about the Nut-upsuser
mailing list