Toolverse
All skills

uptime-kuma

by openclaw

Interact with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monitors, pausing/resuming checks, viewing heartbeat history. Triggers on mentions of Uptime Kuma, server monitoring, uptime checks, or service health monitoring.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
1

About this skill

Interact with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monitors, pausing/resuming checks, viewing heartbeat history. Triggers on mentions of Uptime Kuma, server monitoring, uptime checks, or service health monitoring.

How to use

  1. Zainstaluj wymagany pakiet Python: pip install uptime-kuma-api. 2. Skonfiguruj zmienne środowiskowe: UPTIME_KUMA_URL (adres serwera, np. http://localhost:3001), UPTIME_KUMA_USERNAME i UPTIME_KUMA_PASSWORD (dane logowania do Uptime Kuma). 3. Aby sprawdzić ogólny status wszystkich monitorów, uruchom: python scripts/kuma.py status — wyświetli podsumowanie dostępności. 4. Aby dodać nowy monitor, użyj: python scripts/kuma.py add --name "Moja strona" --type http --url https://example.com (zmień typ na ping, port, dns itp. w zależności od potrzeb). 5. Aby wznowić lub wznadzić istniejący monitor, użyj: python scripts/kuma.py pause lub python scripts/kuma.py resume . 6. Aby przeglądać historię heartbeatów za ostatnie 24 godziny, uruchom: python scripts/kuma.py heartbeats --hours 24 — zobaczysz szczegóły dostępności.

Related skills