Description

Contrail command GUI not listing the jobs under monitoring tab, the pages does not list any jobs related data.

 

Symptoms

Contrail command GUI not listing the jobs under monitoring tab, the pages does not list any jobs related data.

Solution

When Contrail command GUI not listing the jobs under monitoring tab, one point to check is the status of "config svc monitor" container and if the container is in a restart loop, fix the same.

[root@aio-controller-1 ~]# docker ps -a | egrep "device|monito"
f250adab05ab    enterprise-hub.juniper.net/contrail-container-prod/contrail-controller-config-devicemgr:21.4.L2.329  "/entrypoint.sh /usr…"  13 months ago    Up 2 days                   config_devicemgr_1
d3665ff1f0ee    enterprise-hub.juniper.net/contrail-container-prod/contrail-controller-config-svcmonitor:21.4.L2.329  "/entrypoint.sh /usr…"  13 months ago    Up 13 seconds ago             config_svcmonitor_1

Check for logs in follow mode to capture the reason for restart /crash.

[root@aio-controller-1 ~]# docker logs --tail 10 -f config_svcmonitor_1

As soon the command output exits, you should be able to find hint on the cause of error. In most cases these are due to some inconsistency in the configuration of contrail objects. 

The information/uuid of the object and discrepancy/missing info needs to be picked up from the hints in the log and then address the same. 

 

Modification History

2024-10-30 : Article Created