Hi Team,
Please find below configuration
I cant setup sensu cluster and cant access dashboard
Please check and let me know the right configration
sensuctl config view
=== Active Configuration
API URL: http://IPA:8080
Sensu Edition: core
Environment: default
Organization: default
Format: tabular
Backend.yml:
state-dir: "/var/lib/sensu"
agent configuration
agent-host: IP1 # listen on all IPv4 and IPv6 addresses
agent-port: 8081
api configuration
#api-host: "[::]" # listen on all IPv4 and IPv6 addresses
#api-port: 8080
api-host: IP1# listen on all IPv4 and IPv6 addresses
api-port: 8080
ssl configuration
#cert-file: "/path/to/ssl/cert.pem"
#key-file: "/path/to/ssl/key.pem"
#trusted-ca-file: "/path/to/trusted-certificate-authorities.pem"
#insecure-skip-tls-verify: false
store configuration
etcd-listen-client-urls: "http://IP1:2379"
etcd-listen-peer-urls: "http:// IP1:2380"
etcd-initial-cluster: "backend-0=http:// IP1:2380"
etcd-initial-advertise-peer-urls: "http:// IP1:2380"
etcd-initial-cluster-state: "new"
etcd-initial-cluster-token: ""
etcd-name: "backend-0"