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

38 Topics 328 Posts
  • Uptime Kuma - Package Updates

    Pinned
    110
    0 Votes
    110 Posts
    60k Views
    Package UpdatesP
    [2.0.2] Update cloudflared to 2025.10.1
  • Kuma Uptime - ERROR: Database migration failed

    Moved Unsolved
    12
    2 Votes
    12 Posts
    210 Views
    S
    Wanted to share a working solution, lightly adapted for Cloudron from Github issue comment referenced above: Enter Recovery Mode On the app's terminal: bash sqlite3 /app/code/data/kuma.db "DELETE FROM setting WHERE key = 'migrateAggregateTableState';" Exit Recovery Mode
  • Uptime Kuma 2.0.0 package

    16
    1 Votes
    16 Posts
    522 Views
    jamesJ
    Took a little peek into the MariaDB/MySQL support of Uptime Kuma https://github.com/louislam/uptime-kuma/wiki/Environment-Variables#mariadb-environment-variables Unfortunately the official statement is that migrating an existing SQLite database to MariaDB is not supported. But, there is a way and someone did the work already https://github.com/louislam/uptime-kuma/issues/5280#issuecomment-2642224548 How stable this approach is needs to be verified.
  • False positive for Google Chrome dangerous website flag

    Moved
    3
    1 Votes
    3 Posts
    90 Views
    luckowL
    @Lanhild You should really consider switching to https://github.com/zabbix/zabbix (Number of monitors: 170)
  • Brief note on backup and cloning (versions prior to 2.0)

    1
    3 Votes
    1 Posts
    63 Views
    No one has replied
  • Regular short getaddrinfo EAI_AGAIN outages

    Moved dns
    28
    1
    0 Votes
    28 Posts
    26k 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
    626 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
    617 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
    4k Views
    girishG
    https://docs.cloudron.io/apps/uptime-kuma/#reset-password
  • Add sendmail addon for the SMTP integration

    1
    1 Votes
    1 Posts
    222 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
    533 Views
    girishG
    Oh wow, lots of changes! Let us know if you need anything.
  • Backup keeps failing

    Solved
    2
    0 Votes
    2 Posts
    517 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
    779 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
    368 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
    832 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
    978 Views
    girishG
    @hcj-online can you check if you have enough disk space? Uptime kuma only uses sqlite even.