Files
status-dashboard/services.json
jbergner 0977a21641
All checks were successful
release-tag / release-image (push) Successful in 3m43s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
init
2025-10-14 23:08:51 +02:00

27 lines
606 B
JSON

{
"title": "Team Status",
"poll_seconds": 10,
"services": [
{
"name": "API-Gateway1",
"description": "Eingangspunkt für alle Backend-APIs",
"status": "Online",
"last_change": "2025-10-14T07:50:00Z"
},
{
"name": "Datenbank1",
"description": "Primärer PostgreSQL-Cluster",
"status": "Wartung"
},
{
"name": "Benachrichtigungen1",
"description": "E-Mail/Push-Service",
"status": "Beeinträchtigt"
},
{
"name": "Website1",
"description": "Öffentliche Landingpage",
"status": "Offline"
}
]
}