You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"statuses": [
{
"id": 0,
"completeKey": "com.atlassian.jira.plugins.jira-healthcheck-plugin:hsqlHealthCheck",
"name": "Embedded database",
"description": "Checks if the instance is connected to an HSQL or H2 database",
"isHealthy": true,
"failureReason": "You are not using an HSQL or H2 embedded database with a production license.",
"application": "JIRA",
"time": 1484054268590,
"severity": "undefined",
"documentation": "https://confluence.atlassian.com/x/1guaEQ",
"tag": "Supported Platforms",
"healthy": true
},
{
"id": 0,
"completeKey": "com.atlassian.jira.plugins.jira-healthcheck-plugin:eolHealthCheck",
"name": "End of Life",
"description": "Checks if the running version of JIRA is approaching, or has reached End of Life.",
"isHealthy": true,
"failureReason": "JIRA version 7.3.x has not reached End of Life. This version will reach End of Life in 722 days.",
"application": "JIRA",
"time": 1484054268591,
"severity": "undefined",
"documentation": "https://confluence.atlassian.com/x/HjnRLg",
"tag": "Supported Platforms",
"healthy": true
},
{
"id": 0,
"completeKey": "com.atlassian.jira.plugins.jira-healthcheck-plugin:baseUrlHealthCheck",
"name": "Base URL",
"description": "Checks if JIRA is able to access itself through the configured Base URL.",
"isHealthy": false,
"failureReason": "JIRA is not able to access itself through the configured Base URL. This is necessary so that dashboard gadgets can be generated successfully. Please verify the current Base URL and if necessary, review your network configurations to resolve the problem.",
"application": "JIRA",
"time": 1484054344127,
"severity": "warning",
"documentation": "https://confluence.atlassian.com/x/WCA6Mw",
"tag": "Supported Platforms",
"healthy": false
},
WIP. Designs for Health Check Endpoints
Some things may not just be for monitoring. For example some items may go into Authentication or security modules.
Potential Features:
Special Features
Types of Checks to preform:
Relavent Links:
Examples:
Example from JIRA:
Consul Example:
The text was updated successfully, but these errors were encountered: