Been using Kuma for a little while and loving it! Active development + “public” facing status dashboard makes this the easiest selfhosted/homelab solution IMO. As always thanks for the content Tim!
Tried Zabix before but couldnt get on with it. I swear it was the cause of a couple of HDD predictive failures. Will certainly be giving Kuma a go now, Great video. Thank you.
But who monitors the monitor? I'm going to add a PI 4 with a second kuma on it to monitor the first kuma and maybe some services, in case something happens to kuma host. or is that overkill ?
I never though I would ever install something to monitor uptime status of my services/hosts. But it's actually nice to see status of everything at one place.
It could also be used for home security if you have smart locks, you might want to check a home security status portal of the keyword unlocked and use Upside Down to tell you you have a door unlocked.
Your tutorials are gold! 👍🥇 I love the fact that you consider security matera in your tutorials. There are so many "for a sake of this tutorial we are going to skip security matters" out there, mass producing security ignorant enthusiasts. So double kudos for that! 💪
Hi Tim, I cannot thank you enough for showing Uptime Kuma. This is exactly what I was searching to monitor all my web projects! Many thanks! You're the best!
I've been using it for 3 days and love it! Would like to see more features, like the ability to ping from out-of-network servers, maybe integration to allow ping from different countries, a monitor by MAC address, etc.
Absolutely love this. Have a few troublesome services in docker that I don't notice die, now I do! and Uptime Kuma is a stunning little dashboard. Thanks for this!
Thank you for the video, this is a must have like Pi-hole and other great open source services. And yes, I followed your instructions and I have it running!
Hi Tim, Just wanted to take a few moments to thank you for another great *How To* and the steps to accomplish the same. Uptime Kuma is not only fancy but sexy as hell and this adds to the other network monitors I have in place now. Such as NEMS, Observium, UNMS, Cloud Key etc. Happy New Years & Rock On . . .
Man, i was looking for a uptime service opensource, free, and lightweight, you are in my brain or what ? ahahah , good video, keep the good work, love all your videos :)
Hahaha... I finally have something running successfully in my homelab. Don't tell I have to spin up another service to monitor it. :P Well, just kidding. I like it.
Great Video, I set this up internally for my internal services and then an external one at my parents ( any remote location or VPS would do ) to monitor my self hosted public services. To monitor public services you cant really monitor from the same location, power goes out so does your monitoring.. Great video!
Another great video Tim. I found the latest release to not work on ARM but the version prior is fine. Nice to use this with slack. I can easily be alerted when my wife starts turning my gadgets off!
There is also Gatus which is more customizable and uses far less ressources because written in go (~20-50MB with Sqlite as storage vs > 150-200MB). At the beginning Uptime-kuma was great but I have only had issues since. Gatus config is made through code which allows for more features and customization.
Great Video, I too had been running nagios and it's very functional but more then I need at home. This is an awesome light weight monitor with lots of function that's just idea for monitoring a few things at home. Thanks for creating this tutorial.
This might sound silly at first, but if implementing this yourself you should also consider a ‘backup’ instance that monitors your main instance (eg. if main UK goes down, you need to know about it as none of its monitors will work either) - I run my backup on a pi and the main on my main array for some redundancy.
I don't know how you do it Tim, but every time I am looking for something, you make a video on the exact thing I'm looking for! Already so much better than the Solarwinds ipMonitor i was using. Thanks!
Still a very useful (and fun) video intro to Uptime Kuma! One note for Docker Compose newbies: a recent version update has changed the command to no longer have the dash. So the start command now looks like: $ docker compose up -d --force-recreate
Very nice option, Tim! Would you have any recommendation for "fancy" open source tools that can actually do a login and navigate inside a website with a script to check if features are up and running? I was hoping this does it, but it seems a tad more limited than that.
The one bummer is that Kuma does not support its data volume over NFS, due to the fact it only supports Sqlite3 as backing database, and NFS is maybe the easiest way "at home" to provide a shared volume for a cluster (I use Swarm). And I think it would be really important to be able to deploy a service availability app in a redundant, fault tolerant way ;)
Great video! I'm working in enterprise monitoring as a developer and didn't know that tool exist till now :) Does it support some kind of plugins like any kind of DB monitoring, SNMP traps etc.? Looks easy to setup to at least have something tell you about the overall service status :) Again thanks for another great and strightforward content and also kudos to all the Uptime Kuma contributors for such tool!
This would be great to have running on a Chrome OS Compute stick or something running in kiosk mode, and then some extension that automatically switches between this and other dashboards you wanna show on the monitor, like NUT status for instance, Observium etc.
Fell in love with Kuma right away. Just simple and easy. So... if i'm hosting this locally, how do I get it to send an alert to the cloud if the network is down and it can't send anything?
Can you revisit this ? There are some new features like monitoring docker containers etc that require your jedi powers of explanation. Thanks in advance.
That is wonderful, I would like to which part to determinate the notification time zone (if I use slack), the docker or the slack workspace ? any ideas ?
Tnx a lot for makingg this video Tim. I was a bit reluctant to implement Grafana seemed like a lot of work and overkill to monitor with al requirements to setup for a small soho.lan. But uptime Kuma took me just a few hours, only 5 min to commit a Docker container into my Portainer stack :) and the rest to setup all the devices I/ services nto Uptime Kuma. I don't expose Kuma to the Internet (can access via Tailscale) , removed the password and created a status page for my Girlfriend to jump to from Heimdall. Can she check if there is something wrong and what's the issue. Well that’s at least in theory what I'd hope she does! :)
Can Uptime Kuma scrape and analyze logs? I had an app that couldn’t communicate with another app because I renamed the server that app was on. It was like for 5 months and I didn’t notice. If a Kuma could check the logs and alarm on phrases like “cannot connect to…” that would be helpful! Also, for notifications, does it behave differently for down and up? Can you configure alerts with a different priority depend on how important the event is? My service that downloads cooking recipes being down isn't a big deal, but if my primary docker node bites the dust, I want my phone beeping like crazy to get my attention!
This is awesome, I will be setting this up for sure! Do you know if there is some way you can set this up to monitor your WAN connection? And sent alerts locally when the WAN goes down (e.g. an ISP outage or something?).
The status page listing all hosts/services in looks quite useful. Does Uptime Kuma support different views, with perhaps one page showing public-facing services and one or more other pages showing internal stuff? Thanks.
Not separate pages, but you can add groups and tags. Groups is just like a sub heading and you drag the monitors down to the appropriate one (only in status view). Tags are just that...but you can select colours to make it easy to distinguish what's what (only in dashboard view). I think they need the ability to add a monitor to a group when you create it, so it puts itself in the right place, rather than manually dragging and dropping under the correct heading. Also, filtering by tags would be a nice addition
Thanks Tim for this walk through. I am totally new to Docker. I set up docker and installed Uptime Kuma. It installed successfully, but when I try to view logs using docker logs uptime-kuma, all it shows is "exec /usr/bin/dumb-init: operation not permitted" over and over again. This is on Ubuntu server 22.04. Any idea on how to access the logs successfully?
What are you using to monitor your services?
Been using Kuma for a little while and loving it! Active development + “public” facing status dashboard makes this the easiest selfhosted/homelab solution IMO. As always thanks for the content Tim!
Using PRTG. It's free for the first 100 sensors. But it needs to run on Windows.
Prometheus. Just lovely to have the ability to use one system to monitor literally anything due to their separation of export + scrape
Tried Zabix before but couldnt get on with it. I swear it was the cause of a couple of HDD predictive failures. Will certainly be giving Kuma a go now, Great video. Thank you.
But who monitors the monitor? I'm going to add a PI 4 with a second kuma on it to monitor the first kuma and maybe some services, in case something happens to kuma host. or is that overkill ?
Uptime Kuma maintainer here!
Thank you so much for introducing Uptime Kuma! A great video!
can it be installed with Rancher?
Hey!!! Thank you so much for a great FANCY tool. It’s everything I could have asked for!
Thanks to you Louis and Thanks Tim!
are you LouisLam ?!?!? lol
@louis, great tool! Thanks for maintaining it!! Do you recommend to use the image :1, or :latest?
Loved how you signed "thanks" at the end! As a deaf viewer relying on live captions, it made my day!
HOW DID I NOT KNOW ABOUT THIS???? Great video Tim!
Thanks Jeff! Maybe you can run it on your fancy new TureNAS scale box in a container, if not, it's just a simple nodejs install!
This was me just now.
I never though I would ever install something to monitor uptime status of my services/hosts.
But it's actually nice to see status of everything at one place.
"Upside down" could be used to make sure that some historical protocols like FTP or IMAP without encryption are *not* offered for security reasons.
I like it!
@@TechnoTim Flow's comment should be pinned at top :)
It could also be used for home security if you have smart locks, you might want to check a home security status portal of the keyword unlocked and use Upside Down to tell you you have a door unlocked.
I just had to do an upside-down for PING... it's not intended to be available for the server I'm monitoring
Been using kuma for 3 months now. It's been rock solid.
Your tutorials are gold! 👍🥇
I love the fact that you consider security matera in your tutorials. There are so many "for a sake of this tutorial we are going to skip security matters" out there, mass producing security ignorant enthusiasts. So double kudos for that! 💪
Thank you! Glad you like them!! More to come!
Hi Tim, I cannot thank you enough for showing Uptime Kuma. This is exactly what I was searching to monitor all my web projects! Many thanks! You're the best!
Thank you for stopping by and commenting!
❤️ your videos.
Straight to the point without any fluff.
I've been using it for 3 days and love it!
Would like to see more features, like the ability to ping from out-of-network servers, maybe integration to allow ping from different countries, a monitor by MAC address, etc.
Just……Wow! Gonna spin this up for internal & external services. Tim you’ve outdone yourself with this review. Sold!
Thanks! Just installed Uptime Kuma. I run it now next to our Observium system.
Thank you so much Tim! I was searching for a monitoring tool like this for days and could not find a good one.
Anytime!
Absolutely love this. Have a few troublesome services in docker that I don't notice die, now I do! and Uptime Kuma is a stunning little dashboard. Thanks for this!
Thank you for the video, this is a must have like Pi-hole and other great open source services.
And yes, I followed your instructions and I have it running!
Hi Tim,
Just wanted to take a few moments to thank you for another great *How To* and the steps to accomplish the same. Uptime Kuma is not only fancy but sexy as hell and this adds to the other network monitors I have in place now. Such as NEMS, Observium, UNMS, Cloud Key etc.
Happy New Years & Rock On . . .
I wasn't using anything yes, but now I'm usin' this!
GREAT video Tim!
Man, i was looking for a uptime service opensource, free, and lightweight, you are in my brain or what ? ahahah , good video, keep the good work, love all your videos :)
Check statping for minimal uptime service
Thank you!
I was thinking about using Statping, but I actually like the look of this a bit better. Awesome video!
Thanks Tim - Finally got around to setting this up. I have it running in the cloud to monitor some cloud and network devices.
This is great. Thanks for the tutorial. I learned a lot and deployed uptime-kuma to my home network. Good stuff!!!
Great to hear!
First one of your videos I have seen. Love it, really great content. Going to be taking a look at both Uptime Kuma and the rest of your videos now.
Thank you!!
What a great service. Fast, reliable and working great on a Rpi4. Thanks TIM :)
Great to hear!
Wow wow wow 🤯🤯🤯🤯 Love this! To rally going to be installing this later today, thanks for letting me know about it!
This is perfect! I ended up using a different install method but learned about this from you, thanks for sharing!
Glad it helped!
Hahaha... I finally have something running successfully in my homelab. Don't tell I have to spin up another service to monitor it. :P Well, just kidding. I like it.
Great Video, I set this up internally for my internal services and then an external one at my parents ( any remote location or VPS would do ) to monitor my self hosted public services. To monitor public services you cant really monitor from the same location, power goes out so does your monitoring.. Great video!
Man, this is the 3rd Uptime Kuma video I've watched in as many weeks. I guess I have to set it up! 🤣
Another great video Tim. I found the latest release to not work on ARM but the version prior is fine. Nice to use this with slack. I can easily be alerted when my wife starts turning my gadgets off!
👍
Can't wait to try this out, great outro by the way, the homeland spiral.
There is also Gatus which is more customizable and uses far less ressources because written in go (~20-50MB with Sqlite as storage vs > 150-200MB). At the beginning Uptime-kuma was great but I have only had issues since. Gatus config is made through code which allows for more features and customization.
Zabbix+Graylog+Grafana is hard to configure and maintain, but it provide so much flexibility.
You just inspired me to set it up. Thanks for the inspiration.
Great Video, I too had been running nagios and it's very functional but more then I need at home. This is an awesome light weight monitor with lots of function that's just idea for monitoring a few things at home. Thanks for creating this tutorial.
This is awesome. Thanks for showing us this gem!
You bet!
Used this to monitor my routers and CPEs. Thanks tim.
Nice!
This would be a very nice service for my set up. Thanks a lot for introducing this to me.
Thanks for sharing this, Uptime Kuma seems pretty awesome. Fun fact it even supports Prometheus and Grafana!
This might sound silly at first, but if implementing this yourself you should also consider a ‘backup’ instance that monitors your main instance (eg. if main UK goes down, you need to know about it as none of its monitors will work either) - I run my backup on a pi and the main on my main array for some redundancy.
Sounds awesome! Not silly!
Someone's gotta watch the watchers!
Seems like it's time to remove Grafana for something simpler and easier to configure! Thanks for the video, really informative, well done :)
Thank you!
I think i will love puma. Thanks for the video
I don't know how you do it Tim, but every time I am looking for something, you make a video on the exact thing I'm looking for! Already so much better than the Solarwinds ipMonitor i was using. Thanks!
🤯 thank you!
love your docker videos :)
Thank you!
Well that went smoothly. Thanks.
Just looking for something like this! Thanks for sharing
the ending of the video is on point! lmao
Still a very useful (and fun) video intro to Uptime Kuma! One note for Docker Compose newbies: a recent version update has changed the command to no longer have the dash. So the start command now looks like:
$ docker compose up -d --force-recreate
Very nice option, Tim! Would you have any recommendation for "fancy" open source tools that can actually do a login and navigate inside a website with a script to check if features are up and running? I was hoping this does it, but it seems a tad more limited than that.
Not sure, I’d probably create a health check endpoint and use an auth token in the header for that
Thank you! This is very useful!
Can you add monitors like in bulk mode? Let's say using a script to import hosts/devices from xml or csv?
If this is hosted on a local homelab, is there any port forwarding or something of the sort to get discord notifications to work?
Can I just say, this is pretty...FANCY
Thank you sir! Excellent vids as always!
Glad you like them!
great quality!
much appreciated.
Any easy way of getting the email notifications setup by chance ?
The one bummer is that Kuma does not support its data volume over NFS, due to the fact it only supports Sqlite3 as backing database, and NFS is maybe the easiest way "at home" to provide a shared volume for a cluster (I use Swarm). And I think it would be really important to be able to deploy a service availability app in a redundant, fault tolerant way ;)
Agreed. I wish it would support a proper external db
Ah i've used nagios quite a few times before. But this, now this is nice!! I like it
Great video! I'm working in enterprise monitoring as a developer and didn't know that tool exist till now :) Does it support some kind of plugins like any kind of DB monitoring, SNMP traps etc.? Looks easy to setup to at least have something tell you about the overall service status :) Again thanks for another great and strightforward content and also kudos to all the Uptime Kuma contributors for such tool!
This would be great to have running on a Chrome OS Compute stick or something running in kiosk mode, and then some extension that automatically switches between this and other dashboards you wanna show on the monitor, like NUT status for instance, Observium etc.
That is awesome content , thanks from Turkey !
This made my day. Simple and effective!
Fell in love with Kuma right away. Just simple and easy. So... if i'm hosting this locally, how do I get it to send an alert to the cloud if the network is down and it can't send anything?
The Endcard, I feel this xD
This is awesome. I am using Microsoft Teams web hooks and it works great. Thanks for sharing this.
Another excellent guide! I’ll definitely be deploying this shortly. Also, with all your self-hosted apps, do you host your website?
I do!
Also, thank you!
Can you revisit this ? There are some new features like monitoring docker containers etc that require your jedi powers of explanation. Thanks in advance.
Great video, thanks.
Thank's a lot, another very cool open source tool - and fancy, too :-)
What about devops classics such as grafana ? It has the benefit of not being limited to health checks and uptimes.
Absolutely awesome!!! Thanx!
deff gonna set this up
Hey great video ~ subscribed!
Thank you so much!
Awesome, thanks for sharing!
That is wonderful, I would like to which part to determinate the notification time zone (if I use slack), the docker or the slack workspace ? any ideas ?
I bet Facebook wished they had watched this yesterday 😜
damn I like this fancy thingy
Could u also do an episode about fancy STMP mail server setting up? good looking one only. thx
Such a cool tool Thanks for sharing!
Thank you!
8:05 How do you back up your docker volumes?
Do you have to stop your containers before backing up the data folder?
Can you make a video about it?
I use syncthing to sync this entire folder to another machine, and from there I can also back it up to the cloud!
Fancy indeed. Nice tutorial man
Great Video Tim,
Wow this is so cool, thanks for sharing! :) :) :)
Thank you so much!
Tnx a lot for makingg this video Tim.
I was a bit reluctant to implement Grafana seemed like a lot of work and overkill to monitor with al requirements to setup for a small soho.lan.
But uptime Kuma took me just a few hours, only 5 min to commit a Docker container into my Portainer stack :) and the rest to setup all the devices I/ services nto Uptime Kuma.
I don't expose Kuma to the Internet (can access via Tailscale) , removed the password and created a status page for my Girlfriend to jump to from Heimdall. Can she check if there is something wrong and what's the issue. Well that’s at least in theory what I'd hope she does! :)
I will use this to monitor Facebook ^^
Can Uptime Kuma scrape and analyze logs? I had an app that couldn’t communicate with another app because I renamed the server that app was on.
It was like for 5 months and I didn’t notice. If a Kuma could check the logs and alarm on phrases like “cannot connect to…” that would be helpful!
Also, for notifications, does it behave differently for down and up? Can you configure alerts with a different priority depend on how important the event is? My service that downloads cooking recipes being down isn't a big deal, but if my primary docker node bites the dust, I want my phone beeping like crazy to get my attention!
Seems like Facebook should use uptime-kuma to monitor their DNS lol
Thanks !!
Awesome video.
Great tool man!!
Great stuff, now how to add it to home assistant...
i guess i will use kuma to monitor kuma too :D
This is awesome, I will be setting this up for sure! Do you know if there is some way you can set this up to monitor your WAN connection? And sent alerts locally when the WAN goes down (e.g. an ISP outage or something?).
Just monitor an external site like google.com (easiest) or ping your WAN gateway.
@@TechnoTim thanks for the help :) looking forward to more videos!
Since I watched this video I sometimes think I have a friend but it's just Uptime Kuma telling me about my services and SSL certificate statuses..
Haha! Same here!
Great video !!!
Thank you!
To replace nagios with free fancy would be nice. Can you have custom service type checks I'd need disk capacity monitors to cover all bases
No disk checks or anything like that with Kuma, only uptime service monitoring. I’d use grafana for that
Thanks 👍
The status page listing all hosts/services in looks quite useful. Does Uptime Kuma support different views, with perhaps one page showing public-facing services and one or more other pages showing internal stuff? Thanks.
Not separate pages, but you can add groups and tags. Groups is just like a sub heading and you drag the monitors down to the appropriate one (only in status view). Tags are just that...but you can select colours to make it easy to distinguish what's what (only in dashboard view). I think they need the ability to add a monitor to a group when you create it, so it puts itself in the right place, rather than manually dragging and dropping under the correct heading. Also, filtering by tags would be a nice addition
Thanks Tim for this walk through. I am totally new to Docker. I set up docker and installed Uptime Kuma. It installed successfully, but when I try to view logs using docker logs uptime-kuma, all it shows is "exec /usr/bin/dumb-init: operation not permitted" over and over again. This is on Ubuntu server 22.04. Any idea on how to access the logs successfully?