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


Uptime Kuma

25 Topics 205 Posts
  • Uptime Kuma - Package Updates

    Pinned
    0 Votes
    70 Posts
    2k Views

    [1.20.2]

    Update Uptime Kuma to 1.23.2 Full changelog #3701 Fixed the issue that Tailscale monitor do not show in the list correctly for non-Docker users (Thanks @ZaneL1u) #3717 Fixed the issue that a paused monitor is started after edited (Thanks @chakflying) #3729 Fixed the status page items get duplicated when the save button is clicked more than once (Thanks @chakflying) #3727 Fixed ths issue that the Oauth2 auth method is not working (Thanks @hegerdes) #3751 Added back some missing http options into the json query monitor (Thanks @obfusk)
  • migrate dockerize Uptime Kuma

    1 Votes
    2 Posts
    17 Views

    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!

    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    6 Posts
    107 Views

    @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

    1 Votes
    4 Posts
    74 Views

    @hcj-online can you check if you have enough disk space? Uptime kuma only uses sqlite even.

  • 0 Votes
    7 Posts
    321 Views

    I went and checked our instances' logs. I found sporadic ENOTFOUND but very spaced out (like months apart).

  • How to setup email notifications?

    Solved
    1 Votes
    3 Posts
    102 Views

    @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

    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:

    f7226dc4-21c8-495c-99b7-1beba6d6d32e-image.png

    So I recommend leaving that blank to keep the defaults.

  • change uptime kuma admin password ?

    Solved
    1 Votes
    4 Posts
    571 Views

    @jdaviescoates that worked !
    Thank you

  • Something broke remote checks.. local OK

    Solved
  • Add New Monitor - Accepted Status Codes

    1 Votes
    4 Posts
    58 Views

    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
    1 Votes
    3 Posts
    41 Views

    Good suggestions, I have fixed up the package.

  • HTTP Authentication for Kuma

    1 Votes
    9 Posts
    466 Views

    @matbrgz I think that ends up protected all of uptime kuma and not just the status page . But of course, one can always tinker the configs in such a way that only specific pages are protected (one has to also investigate protecting API requests to the backend etc). I think this has to be implemented in uptime kuma itself to be fixed reliably.

  • Cannot upgrade to app 1.15.6

    0 Votes
    5 Posts
    114 Views

    OK, the mystery remains then. Nothing has changed on our side to cause this issue as such 🤔 .

  • Uptime Kuma - Securing Status Pages

    0 Votes
    7 Posts
    715 Views

    Okay my bad. The last time I did this was for a Wordpress which used Apache. You can also do basic auth with NGINX but the configuration for app packages is read only (as far as I remember).

    @girish said in Uptime Kuma - Securing Status Pages:

    Oh, does that password make the status pages protected too?

    I assumed that because the Dashboard was not reachable without logging in but sadly it is not the case.

    I think there is no easy way for us to fix that and it will remain an upstream issue.

  • Configuration for Uptime Kuma

    Solved
    1 Votes
    3 Posts
    619 Views

    @girish It works! 🙂 Thank you.

  • Monitoring Turn-Server/Nextcloud HPB

    1 Votes
    1 Posts
    113 Views
    No one has replied
  • Very slow after restart

    0 Votes
    5 Posts
    186 Views

    Thank you for the suggestion. We are not noticing issues wit Rocket.chat, so the issue might be with Uptime Kuma or its database.

  • 0 Votes
    10 Posts
    373 Views

    @Lonkle Yes please, if you can put your fork and notes somewhere, I can look into incorporating it accordingly.

  • Clearing logs/data for Uptime Kuma

    Solved
    3 Votes
    11 Posts
    1k Views

    @girish not sure about 0 size ever, but I don't think so.
    Anyway, after deleting some new .bak files from /app/data/data, Cloudron System Info now reporting a more reasonable 455Mb size for the deployed app.

    Will try and keep an eye on it.
    May export, uninstall, reinstall, import.
    Although I think I did that once before.

    Clearing all stats and shrinking database gives a 1.5Mb size.

  • 13 Votes
    3 Posts
    853 Views

    @humptydumpty to reliably update i ended up always updating the docker tag to the desired version. With the tag updated you just need to run flyctl deploy again.