Hide Forgot
Created attachment 1139449 [details] CFME error log Description of the problem: After the metrics are set up with the router configured, there is no utilization data available in CFME Version-Release number of selected component (if applicable): CFME 5.5.3.2 How reproducible: Always Steps to Reproduce: 1.Configure hawkular metrics and the route to CFME. Verify the pods are available and the services are running 2.In the CFME, go to Configuration ---> Configure, choose the server and then check the desired settings on the right, except for Database synchronization and RHN Mirror, then click on save 3. Click on Containers --> Pods ---> select pod ---> Monitor ---> Utilization 4.Observe the message "No utilization data available" Actual results: No utilization data (graphs) appears Expected results: Graphs should be visible in CFME Additional info:
Federico, can you take a look at this one?
It seems that the router is unreachable. What's the status of the pods? # oc get pods --all-namespaces
(In reply to Federico Simoncelli from comment #3) > It seems that the router is unreachable. What's the status of the pods? > > # oc get pods --all-namespaces All pods are running NAMESPACE NAME READY STATUS RESTARTS AGE default jenkins-1-v4ite 1/1 Running 0 24d default management-metrics-1-279n4 1/1 Running 0 1d openshift-infra hawkular-cassandra-1-qbus1 1/1 Running 0 1d openshift-infra hawkular-metrics-c0skt 1/1 Running 0 1d openshift-infra heapster-gn2m3
After discussing this with Tony we discovered that the master was not properly configured (hence port 5000 was unreachable).