This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
health.json 715 B
{
  "health": {
    "title": "Health Checks",
    "refresh.button": "Refresh",
    "stacktrace": "Stacktrace",
    "details": {
      "details": "Details",
      "properties": "Properties",
      "name": "Name",
      "value": "Value",
      "error": "Error"
    },
    "indicator": {
      "diskSpace": "Disk space",
      "mail": "Email",
      "ping": "Application",
      "db": "Database",
      "elasticsearch": "Elasticsearch",
      "elasticsearchRest": "Elasticsearch REST API",
     "pluginHealthCheck": "State of plugins"

    },
    "table": {
      "service": "Service name",
      "status": "Status"
    },
    "status": {
      "UNKNOWN": "UNKNOWN",
      "UP": "UP",
      "DOWN": "DOWN"
    }
  }
}