Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Uptime Kuma

34 Topics 294 Posts
  • Uptime Kuma - Package Updates

    Pinned
    107
    0 Votes
    107 Posts
    57k Views
    Package UpdatesP
    [1.32.0] Update cloudflared to 2025.10.0
  • Regular short getaddrinfo EAI_AGAIN outages

    Moved dns
    28
    1
    0 Votes
    28 Posts
    25k Views
    A
    @jdaviescoates said in Regular short getaddrinfo EAI_AGAIN outages: I recently enabled email notifications on my Uptime Kuma and I've noticed there are regular short outages. Something to do with getaddrinfo EAI_AGAIN [image: 1678353141627-screenshot-from-2023-03-09-09-08-30-resized.png] Any idea what's causing this and how to resolve it? Apparently EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error or proxy related error. According to https://stackoverflow.com/questions/40182121/whats-the-cause-of-the-error-getaddrinfo-eai-again Oh, and here it says: EAI_AGAIN means the DNS server replied that it cannot currently fulfill the request. (If you want the hairy details, the RCODE field in the response is set to 2, SERVFAIL.) There is no single solution because it entirely depends on why the DNS server sends that back. Maybe it's overloaded, maybe the network is down, maybe it got the same reply from its upstream server. Learn more In general, the best you can do is wait a while and try again. Hope that helps. I wonder what the specific issue is in my case (perhaps just network issues with Netcup?) Same thoughts. I t has been addressed in the beautiful manner.
  • What are your numbers in Uptime Kuma?

    3
    2 Votes
    3 Posts
    533 Views
    luckowL
    @joseph That's the plan for the future. Now I'm interested in getting the max number of monitored instances. 62 is way too many. 180 days retention policy for the metrics ditto. Sqlite DB is about 2 GB in size. Purging old data in the database does not work. Let's see.
  • Add Chromium to the package to support the beta features

    Solved
    3
    2
    4 Votes
    3 Posts
    538 Views
    SansGuidonS
    Looks like it's solved! Thanks @vladimir.d (https://git.cloudron.io/packages/uptime-kuma-app/-/commit/42c2f7a6d689ab08a1c05317fede770e8d72d6f0)
  • change uptime kuma admin password ?

    Solved
    7
    1 Votes
    7 Posts
    3k Views
    girishG
    https://docs.cloudron.io/apps/uptime-kuma/#reset-password
  • Add sendmail addon for the SMTP integration

    1
    1 Votes
    1 Posts
    159 Views
    No one has replied
  • Uptime Kuma Web-UI broken (empty)

    9
    1
    1 Votes
    9 Posts
    2k Views
    robiR
    These appear to be V1 limitations and V2 is dropping soon. Until then, reduce/archive data, increase time between checks or cleanup number of checks for V1.
  • 2.0 version changes

    2
    2 Votes
    2 Posts
    486 Views
    girishG
    Oh wow, lots of changes! Let us know if you need anything.
  • Backup keeps failing

    Solved
    2
    0 Votes
    2 Posts
    485 Views
    nebulonN
    This is fixed with Cloudron 8. If all update attempts fail due to the backup for uptime kuma failing, you can stop the app for the update first.
  • Add the Docker addon to monitor containers

    3
    1
    0 Votes
    3 Posts
    718 Views
    LanhildL
    Makes sense. Thanks for the insight, I'll close the PR as it's not relevant right now.
  • Monitor scripts/apps and take advantage of (mobile) notifications

    1
    5 Votes
    1 Posts
    346 Views
    No one has replied
  • Plugins disabled?

    Solved
    4
    1 Votes
    4 Posts
    1k Views
    randyjcR
    Sorry will test this afternoon. Was at an little holiday
  • migrate dockerize Uptime Kuma

    2
    1 Votes
    2 Posts
    791 Views
    nebulonN
    This sounds like you are not running Uptime Kuma on Cloudron but on Synology. This is a forum for topics around Cloudron and the apps intalled on Cloudron. You may have to reach out to Synology forums or support.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Uptime Kuma Monitoring Issue with Cloudflare Proxy

    6
    0 Votes
    6 Posts
    4k Views
    girishG
    @arshsahzad Uptime Kuma cannot monitor GIT SSH which is behind Cloudflare. The service is not reachable when Cloudflare proxying is enabled . You can test this yourself, try to git ssh clone when proxying is enabled - it won't work.
  • New installation fails to start

    4
    1 Votes
    4 Posts
    913 Views
    girishG
    @hcj-online can you check if you have enough disk space? Uptime kuma only uses sqlite even.
  • How to setup email notifications?

    Solved
    3
    1 Votes
    3 Posts
    1k Views
    jdaviescoatesJ
    @jdaviescoates said in How to setup email notifications?: @hcj-online I've not tried this yet, Just tested it, and yep, that works. Note: Hostname = your Outgoing Mail (SMTP) server address (which will be your my. domain unless you've changed it in the settings at the bottom of Email settings at https://my.yourdomain.coop/#/email) I put 587 for port and left the security as None / STARTTLS [image: 1677932875664-7fb6fe6d-9663-4caf-b2ac-01e81fade89a-image.png] Also, when I tried using e.g. {{STATUS}} etc in the Custom Subject settings it didn't actually work, I just got subjects like this coming through: [image: 1677932786598-f7226dc4-21c8-495c-99b7-1beba6d6d32e-image.png] So I recommend leaving that blank to keep the defaults.
  • Something broke remote checks.. local OK

    Solved
    15
    0 Votes
    15 Posts
    4k Views
    robiR
    @girish done https://forum.cloudron.io/topic/8487/enhance-app-proxy-app-with-path-and-port-support
  • Add New Monitor - Accepted Status Codes

    4
    1 Votes
    4 Posts
    1k Views
    girishG
    BTW, if you end up opening upstream for TCPS, you should also tell them to add STARTTLS as an option. openssl s_client -connect mail.domaincom:25 -showcerts -starttls smtp will help test the cert of a mail server for protocols like sieve, smtp that use starttls.
  • Trust proxy - enable by default

    Solved
    3
    1
    1 Votes
    3 Posts
    475 Views
    girishG
    Good suggestions, I have fixed up the package.