apcupsd port 3551 is block? how to access to the gui ?

cc1

New Member
Aug 19, 2016
9
0
1
39
I have cluster

3 nodes with pve-manager/4.2-17/e1400248 (running kernel: 4.4.15-1-pve)
one node installed apcupsd 3.14.12

I have

Code:
 netstat  -lp
tcp        0      0 localhost.localdom:3551 *:*                     LISTEN      5740/apcupsd   

tcp        0      0 *:8006                  *:*                     LISTEN      16770/pveproxy

apcaccess and apctest works!

http://IPnode1:3551

This site can’t be reached
IPnode1 refused to connect.

ERR_CONNECTION_REFUSED

any suggestion?
 
localhost.localdom:3551

it seems like the daemon only listens on the local interface, you have to configure it so that it
also listens on an ip address which you can reach from another machine
 
Old thread I know but you need to configure
Code:
/etc/apcupsd/apcupsd.conf
such that the
Code:
NISIP 0.0.0.0
so it will accept connections from a machine other than itself (the
Bash:
netstat
command at the top told you that.

You still cannot connect from a browser, but if you wish to read the data you may be interested to know there is a Telegraf Plugin for apcupsd to pull the data in.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!