Sign inSign up

insect0r/uptime-kuma

By insect0r

•Updated almost 4 years ago

Monitor easily

Image
0

98

insect0r/uptime-kuma repository overview

⁠What is uptime-kuma

It is a self-hosted monitoring tool like "Uptime Robot". In other words Uptime Kuma is a fancy self-hosted monitoring tool that you can use to monitor websites and applications in real time

Uptime Robot

Features Features

  • Monitors uptime for HTTP(s) websites, TCP Ports, and Docker containers and retrieves information such as DNS records.
  • Sends notifications via Email (SMTP), Telegram, Discord, Microsoft Teams, Slack, Promo SMS, Gotify, and 90+ notification services.
  • Supports multiple languages.
  • Provides multiple Status Pages.
  • Provides Proxy Support.
  • Displays SSL certificate information.
  • Maps Status Page to Domain.

⁠How to launch a container

Run this command on shell

docker run -d -p 3001:3001 --name uptime-kuma  insect0r/uptime-kuma:v2

You can create a volume for docker container to store data

docker create volume uptime-kuma

docker run -d -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma insect0r/uptime-kuma:v2

[Uptime-kuma] (http://localhost:3001/⁠)

Tag summary

Content type

Image

Digest

sha256:6bf8498ee…

Size

194.5 MB

Last updated

almost 4 years ago

docker pull insect0r/uptime-kuma:v2