diff --git a/services.json b/services.json index f83dbb2..e9be4eb 100644 --- a/services.json +++ b/services.json @@ -1,26 +1,30 @@ { - "title": "Team Status", + "title": "Stadt Hilden Bürgerservices", "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", + "name": "Service-Portal (Web)", + "description": "Eingangspunkt für alle Bürgerservices und Informationsbasis.", "status": "Wartung" }, { - "name": "Benachrichtigungen1", - "description": "E-Mail/Push-Service", - "status": "Beeinträchtigt" + "name": "Service-Portal (Datenbank)", + "description": "Primäres Datenbank-Cluster des Services-Portals.", + "status": "Wartung" }, { - "name": "Website1", - "description": "Öffentliche Landingpage", + "name": "Formular-Server (Web)", + "description": "System zum Stellen von Online-Anträgen und Formularen.", + "status": "Wartung" + }, + { + "name": "Formular-Server (Datenbank)", + "description": "System zum Stellen von Online-Anträgen und Formularen.", + "status": "Wartung" + }, + { + "name": "Servicekonto Bund & Zentrales Bürgerpostfach (SKB & ZBP)", + "description": "Anmeldedienst und Kommunikationsplattform des Bundes.", "status": "Offline" } ]