Service Health Monitoring
Service Health Monitoring ist ein App im osFoundry Community-Katalog. Beobachten Sie beliebige HTTP- / TCP- / ICMP- / DNS- / Kubernetes- / Docker-Endpunkte und alarmieren Sie bei Ausfällen über mehr als 30 Provider (Slack, Discord, PagerDuty, E-Mail, Webhook usw.). YAML-konfiguriert, einzelne Go-Binary, schnell. Ein offener Ersatz für Pingdom / Better Uptime. Betrieben von Gatus. Wird als einzelner eigenständiger Container mit dateibasierter Konfiguration + optionaler SQLite-Historie auf persistenten Volumes ausgeliefert.
Details
- Workspace: osfoundry
- Kategorie: UTILITY
- Preis: Free
- Zugriff: Community
Funktionen
- PagerDuty
- Etc.). YAML-configured
- Single Go binary
Dokumentation
Die Dokumentation wird vom Upstream-Projekt auf Englisch gepflegt.
# Service Health Monitoring
Uptime + health monitoring, powered by Gatus.
## First boot
A default `config.yaml` is seeded at `/config/config.yaml` with one example endpoint (a GET against `example.com`). Edit it via the platform's file editor — changes are picked up automatically on save.
## Configuration
Full config schema: https://github.com/TwiN/gatus#configuration
Example for adding a check:
```yaml
endpoints:
- name: My API
url: https://api.example.com/health
interval: 60s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 500"
alerts:
- type: slack
send-on-resolved: true
```
## Storage
- `/config/config.yaml` — user-editable config
- `/data/gatus.db` — SQLite history (optional; enable via `storage.type: sqlite` in config). Without it, Gatus runs in-memory only and history is lost on restart.
## Theme / appearance
Gatus has its own light/dark toggle.
Service Health Monitoring in osFoundry verwenden
Installieren Sie Service Health Monitoring mit einem Klick in Ihren Workspace und forken Sie es anschließend in osStudio, um Prompts, Tools oder die Konfiguration an Ihren Stack anzupassen. Alle Mitglieder Ihres Workspace können dort weitermachen, wo Sie aufgehört haben.
Weitere apps aus der Community
- CRM — Kundenbeziehungsmanagement mit Kontakten, Deals und Pipeline-Tracking.
- Kanban Board — Ein Kanban- und Projekt-Board im Trello-Stil mit Karten, Boards, Kalender- und Tabellenansichten und Eigenschaften pro Board. Basiert auf Focalboard (Standalone Personal Server). Eingebettetes SQLite auf einem persistenten Volume.
- Helpdesk — Ticket-Triage und Kundensupport-Postfach mit SLA-Tracking.
- Page Builder — Visueller Drag-and-Drop-Page-Builder mit Sections, Themes, SEO und Publishing
- Website Builder — Mehrseitiger Website-Builder mit CMS-Collections, globaler Navigation, Footer, Themes und Publishing
- Storefront — E-Commerce-Storefront mit Produktkatalog, Warenkorb und Checkout.