Service Health Monitoring
Service Health Monitoring osFoundry community catalog में एक app है। Watch any HTTP / TCP / ICMP / DNS / Kubernetes / Docker endpoint and alert on failures across 30+ providers (Slack, Discord, PagerDuty, Email, Webhook, etc.). YAML-configured, single Go binary, fast. इसका एक open replacement Pingdom / Better Uptime. Powered by Gatus. यह एक single self-contained container के रूप में आता है के साथ file-based config + optional SQLite history on persistent volumes.
विवरण
- Workspace: osfoundry
- Category: UTILITY
- मूल्य: Free
- Access: Community
Features
- PagerDuty
- Etc.). YAML-configured
- Single Go binary
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# 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.
osFoundry में Service Health Monitoring का उपयोग कैसे करें
एक क्लिक में Service Health Monitoring को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।