knowledge/technology/applications/web/Uptime Kuma.md
2024-09-03 18:13:27 +02:00

1.2 KiB

obj repo website
application https://github.com/louislam/uptime-kuma https://uptime.kuma.pet/

Uptime Kuma

Uptime Kuma is an easy-to-use self-hosted monitoring tool.

Features

  • Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / HTTP(s) Json Query / Ping / DNS Record / Push / Steam Game Server / Docker Containers
  • Fancy, Reactive, Fast UI/UX
  • Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services
  • 20-second intervals
  • Multiple status pages
  • Map status pages to specific domains
  • Ping chart
  • Certificate info
  • Proxy support

Screenshot

Docker-Compose

To run this use this Docker-Compose file:

version: '3.3'
services:
  uptime-kuma:
    image: louislam/uptime-kuma
    volumes:
      - ./data:/app/data
    ports:
      - 3001:3001
    restart: unless-stopped
    environment:
      - TZ=Europe/Berlin