Health page

Health page access requires CAAS authentication and the Management and Monitoring Access role created at DINA install time and is available at the following URL:

https://dinashim0x.<domain>:8686/actuator/health

where 0x is the DINA Shim node number.

Note: For more information about roles, see Roles and privileges.

As of DINA Shim 2.1.x, multiple DINA Shim nodes are supported. The expected configuration is to have one DINA Shim node on each DINA node). Each of the DINA Shim nodes exposes the same health check information as shown in the following example.

{
"status": "UP",
"components": {
"amqpConnectionProperties": {
"status": "UP",
"details": {
"DINASHIM_RMQ_BROKER_HOST": "localhost",
"DINASHIM_RMQ_BROKER_PORT": 5671,
"DINASHIM_RMQ_BROKER_VIRTUALHOST": "/",
"DINASHIM_RMQ_BROKER_SSL_ALGORITHM": "TLSv1.2"
}
},
"dinaShim": {
"status": "UP",
"details": { "ohsTibcoConfiguration": true }
},
"diskSpace": {
"status": "UP",
"details": {
"total": 499963174912,
"free": 246254891008,
"threshold": 10485760,
"exists": true
}
},
"jms": {
"status": "UP",
"components": {
"cachingConnectionFactory": {
"status": "UP",
"details": { "provider": "TIBCO Software Inc." }
},
"jmsConnectionFactory": {
"status": "UP",
"details": { "provider": "TIBCO Software Inc." }
}
}
},
"jmsConnectionProperties": {
"status": "UP",
"details": {
"SHARED_TIBCOEMS_HOST": "ssl://localhost:7243,ssl://localhost:7243",
"SHARED_TIBCOEMS_AUTH_USER": "admin",
"SHARED_TIBCOEMS_FAILOVER_HOST": {
"name": "localhost",
"sslPort": 7243,
"sslUrl": "ssl://localhost:7243"
}
}
},
"ping": { "status": "UP" },
"rabbit": { "status": "UP", "details": { "version": "3.8.14" } }
}
}