-
Michael Breu authored0a8f9c24
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"
}
}
}