I would like to know if there is a stack containing Prometheus, Grafana, Traefik ready to use for AWX monitoring (or another solution?) ?
Or do we have to install these different tools one by one ?
The objective is to monitor the status of containers, CPU, memory, URL or send incidents to a tool such as HP Service Manager for incident management.
I Don’t think it should matter how you have installed your AWX.
You should be able to access your cluster with kubeconfig and ansible will deploy Prometheus and Grafana services using your helm component,
Thanks,
Jayant
Thanks for your feedback.
This way is only if we install AWX with Kubernetes ?
because we have deployed AWX on docker-compose mode …