AWX Monitoring (prometheus, Grafana...)

Hello,

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.

Thanks in advance for your feedback

Cedric

if you are open to using Helm charts, look at kube-prometheus-stack

Ansible can deploy using community.kubernetes.helm.

Hope this helps.

Thanks for your feedback.
This way is only if we install AWX with Kubernetes ?

because we have deployed AWX on docker-compose mode … :slight_smile:

regards
Cedric

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 … :slight_smile:

regards
Cedric