---
title: "Uptime Kuma"
description: "!https://uptime.kuma.pet/"
date: 2023-11-11
published: true
tags:
  - containers
  - homelab
  - k3s
  - kubernetes
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://uptime.kuma.pet/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-content">
      <div class="embed-card-title">Uptime Kuma</div>
      <div class="embed-card-description">A self-hosted monitoring tool</div>
      <div class="embed-card-meta">uptime.kuma.pet</div>
    </div>
  </a>
</div>


Uptime kuma is a fantastic self hosted monitoring tool.  One docker run command and you are up and running.  Once you are in you have full control over checking status of urls, frequency, allowed timeouts, and a HUGE list of notification providers


``` bash
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
```


I deployed it in my homelab today.

[![screenshot of https://twitter.com/_WaylonWalker/status/1723077941649707468](https://shots.wayl.one/shot/?url=https://twitter.com/_WaylonWalker/status/1723077941649707468&height=800&width=450&scaled_width=450&scaled_height=800&selectors=)](https://twitter.com/_WaylonWalker/status/1723077941649707468)

