Installing the Sanity dashboard
Install the Sanity dashboard for monitoring the microservices of the Component Pack for IBM Connections™.
About this task
Sanity provides a dashboard where you can monitor the health of all applications running within IBM Connections™ Component Pack. Sanity runs in its own Kubernetes pods and performs a periodic check (every 30 seconds) of all running microservices. This is useful in checking the health of individual microservices.
Procedure
-
Install the Sanity Helm chart by running the following command:
In the command, replace
extractedFolder
with the location of the directory where you extracted the Component Pack installation package. Replace the value ofimage.repository
with the name of your Docker registry.helm install \ --name=sanity extractedFolder/microservices_connections/hybridcloud/helmbuilds/sanity-0.1.8-20190918-155203.tgz \ --set \ image.repository=Docker_registry/connections,\ logLevel=info
Note: By default, deployment is done to theconnections
namespace. If you created a namespace with a different name and would like to deploy there, the following extra value must be included in the helm install command:namespace=namespace
-
Install the Sanity Watcher Helm chart by running the following command:
In the command, replace
extractedFolder
with the location of the directory where you extracted the Component Pack installation package. Replace the value ofimage.repository
with the name of your Docker registry.helm install \ --name=sanity-watcher extractedFolder/microservices_connections/hybridcloud/helmbuilds/sanity-watcher-0.1.0-20190919-022026.tgz \ --set \ image.repository=Docker_registry/connections
-
Verify that sanity and sanity-watcher was successfully deployed.
For information on using the Sanity dashboard, see Using Sanity to monitor Component Pack