Troubleshooting
StackState Self-hosted v5.1.x
Last updated
StackState Self-hosted v5.1.x
Here is a quick guide for troubleshooting the startup of StackState on Kubernetes and Linux:
Check that the install completed successfully and the release is listed:
helm list --namespace stackstateCheck that all pods in the StackState namespace are running:
kubectl get podsCheck the logs for errors.
Check the Knowledge base on the StackState Support site.
Check that the systemd services StackGraph and StackState are running:
sudo systemctl status stackgraph
sudo systemctl status stackstateCheck connection to StackState's user interface, default listening on TCP port 7070.
Check log files for errors, located at /opt/stackstate/var/log/
Check the Knowledge base on the StackState Support site.
Check the StackState support Knowledge base to find troubleshooting steps for all known issues.
Last updated