Ronald Bartelshubandspoke.amastelek.com·Sep 27, 2024🌡️Recording the CPU Temperature on a SD-WAN edge🥵The following script uses the push notification facility of Uptime Kuma to record the temperature on Fusion’s SD-WAN edge. #!/bin/bash acceptable="60.0" temperature=$( sensors | sed -n '/^temp1:/s/temp1:[[:space:]]{1,}+//p' | sed 's/°C.*//' ) echo $t...DiscussNetwork OperationsUptime-Kuma
DewDropsblog.dew-drops.net·Sep 26, 2024API Performance: Why It Matters and How Leading Companies Are Shaping the FutureIntroduction: In an increasingly interconnected digital world, APIs (Application Programming Interfaces) are the backbone of modern software applications, enabling communication between different systems and services. From cloud computing to mobile a...DiscussKong API Gateway
Ronald Bartelshubandspoke.amastelek.com·Jan 26, 2024👨💻Network Tools | Monitoring a non SD-WAN Mikrotik site using Uptime Kuma🥑I use Uptime Kuma as I've written about here: https://www.linkedin.com/pulse/great-self-hosted-uptime-monitoring-solution-kuma-ronald-bartels/ Here is a script for the MikroTik to use for push notification with Uptime Kuma. { :local avgRtt; /tool...DiscussUptime-Kuma
Aryan Chaurasiacode.aryn.tech·Jan 14, 2024#CodeWeekly #2: Headless WordPress and why use it? Hoppscotch, Uptime Kuma, Third-party Scripts and Lazy Loading in Next.jsHey everyone, I hope you all liked the last write-up, maintaining the consistency of the habit, in this week, we'll talk about Headless WordPress, Hoppscotch, Uptime Kuma, and using Dynamic Imports & Third-party scripts in Next.JS. Headless WordPress...Discuss·2 likes·52 reads#CodeWeeklyNext.js
Dave Gaunkysaltyoldgeek.hashnode.dev·Jan 5, 2024NanoPi Uptime Kuma Setup: A Quick GuideGetting started This project was to set up some old hardware for a basic service monitor and dashboard. This post will start by setting up a NanoPi NEO2, if you are using other hardware or a VM you can skip to the section on setting up Docker, Uptime...DiscussUptime-Kuma
Wawa SenseiforElestioelestio.hashnode.dev·Dec 25, 2023Uptime Kuma: Free Open Source Monitoring PlatformSay hello to Uptime Kuma – the go-to self-hosted monitoring tool that's here to simplify your monitoring journey. https://youtu.be/Wu1t5tmxZl4 Watch our Uptime Kuma platform overview on YouTube Uptime Monitoring Experience seamless monitoring for a...DiscussElestio
Aftab Saftabs.hashnode.dev·Nov 9, 2023Website Monitoring with Uptime Kuma: A Brief GuideIn today's world, making sure your websites are always up and running smoothly is super important. If your site goes down, you could lose money, and people might not trust it as much. That's where Uptime Kuma comes in! It's like a helpful friend for ...Discuss·1 like·30 readsmonitoring
Joseph benguiraforElestioelestio.hashnode.dev·Feb 8, 2022Uptime-Kuma, a great open-source alternative to uptime robotUptime-Kuma is a self-hosted monitoring tool similar to “Uptime Robot”. Uptime-Kuma is a self-hosted monitoring tool similar to “Uptime Robot”. I’m using it myself to monitor different parts of our infrastructure, I’ve also deployed multiple instance...Discuss·26 readsElestio