Hi,
I’ve followed the installation guide for docker (https://docs.sensu.io/sensu-go/latest/operations/deploy-sensu/install-sensu).
I executed the “configure and start” command:
docker run -v /var/lib/sensu:/var/lib/sensu
-d --name sensu-backend
-p 3000:3000 -p 8080:8080 -p 8081:8081
-e SENSU_BACKEND_CLUSTER_ADMIN_USERNAME=admin
-e SENSU_BACKEND_CLUSTER_ADMIN_PASSWORD=admin
sensu/sensu:latest
sensu-backend start --state-dir /var/lib/sensu/sensu-backend --log-level debug
Now, when I try to login to the web UI it says: Bad username or password.
curl http://127.0.0.1:8080/health gives me:
{“Alarms”:null,“ClusterHealth”:[{“MemberID”:17176087798454692206,“MemberIDHex”:“ee5db8d991d0296e”,“Name”:“default”,“Err”:“context deadline exceeded”,“Healthy”:false}],“Header”:{“cluster_id”:8120212534602823810,“member_id”:17176087798454692206,“raft_term”:10}}
I don’t know where to start looking for misconfigurations, any help greatly appreciated!
Best regards,
Jim