Setting up Application Monitoring by Using Hawk® Container Edition
You can monitor ActiveMatrix Service Grid - Container Edition applications in Docker and Kubernetes platform by using TIBCO Hawk® Container Edition. TIBCO Hawk® Container Edition is a tool for monitoring distributed applications in the container environment.
Before you begin
- See Preparing for Containerization.
- Ensure that you have created Docker images for Hawk Cluster Manager, Hawk Console, Hawk Agent. For more information, see TIBCO Hawk Container Edition documentation.
- Procedure
- Create the hawk-compose.yml file with required configurations in a temporary folder. Sample file is provided in the folder
amsgce-runtime-<version>/samples/docker/stacks. For more information about the Docker Compose tool, see the Docker Compose documentation. - Start the following Hawk services by using the
hawk-compose.ymlfile. - Hawk Cluster Manager
- Hawk Agent
- Hawk Console
Command
docker-compose -f hawk-compose.yaml up -d
What to do next
If you have Hawk console container running, you can access it at http://<Console_host_IP>:<Host_port>/HawkConsole.
For more information about Monitoring ActiveMatrix Service Grid - Container Edition, see ActiveMatrix Service Grid - Container Edition Monitoring Guide.