Comment on page
Troubleshooting
StackState Self-hosted v4.5.x
This page describes StackState v4.5.x. The StackState 4.5 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.5 version range to upgrade to a more recent release.
Here is a quick guide for troubleshooting the startup of StackState on Kubernetes and Linux:
Kubernetes
Linux
- 1.Check that the install completed successfully and the release is listed:helm list --namespace stackstate
- 2.Check that all pods in the StackState namespace are running:kubectl get pods
- 3.
- 4.
- 1.Check that the systemd services StackGraph and StackState are running:sudo systemctl status stackgraphsudo systemctl status stackstate
- 2.Check connection to StackState's user interface, default listening on TCP port 7070.
- 3.Check log files for errors, located at
/opt/stackstate/var/log/
- 4.
Last modified 1yr ago