Thank you @MichelDiz @Paras & @joaquin! I really appreciate the support of this mastermind group! I know we’ll find a solution!
I SSH’d in, ran dgraph zero + dgraph alpha & tried
curl localhost:8080/health
[
{
"instance":"alpha",
"address":"localhost:7080",
"status":"healthy",
"group":"1",
"version":"v20.03.1",
"uptime":28
}
]
Plus
cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"
Wireshark!
While not SSH’d
curl vultr.server.ip.address:8080/health
curl: (7) Failed to connect to vultr.server.ip.address port 8080: Connection refused
