Uptime kuma api Script that utilizes the UptimeKuma and Proxmox API to automatically activate/deactivate a Maintenance Mode within UptimeKuma on specific tasks like a Proxmox Backup. Body_login_access_token_login_access_token_post. Uptime Kuma is now running on http://0. Dec 3, 2023 · Learn how to enable, manage, and authenticate API keys for uptime-kuma, a self-hosted monitoring tool. Dec 11, 2021 · 1. As such you will need a status page setup with a group of monitored sites, which is where you get the slug (the url without the /status/ portion). Any insight would be greatly appreciated! 🐻 Uptime-Kuma Version. 由于业务需要,我司的产品越来越多,api接口监控相对比较薄弱,对此要搭建HTTP(s)的监控系统,之前一直使用第三方的监控系统,比如阿里云的云监控。 Jan 3, 2025 · 通过使用 Uptime Kuma 和 JSONata 语法,我们可以实现对业务接口的自定义逻辑监控。JSONata 强大的数据处理能力使我们能够灵活地抽取和操作 JSON 数据,从而定义精准的监控逻辑。同时,Uptime Kuma 提供了多种通知通道,确保我们能够及时获取告警信息。 Open Uptime Kuma and paste the API key into the "Steam API Key" field under Settings -> General. Let’s configure an uptime monitor for the Api Server with a . Contribute to louislam/uptime-kuma development by creating an account on GitHub. com/lucasheld/uptime-kuma-api/ 所有接口 Nov 23, 2023 · Uptime Kuma Metrics login. js --name uptime-kuma 也可以加上 port 参数指定运行的端口: pm2 start server/server. Uptime Kuma is a free and open-source monitoring tool designed to track the availability and performance of websites, servers, and other services. 以下分享如何在需要监测的主机上配置. Contribute to zelear/uptime-kuma-api development by creating an account on GitHub. Uptime Kuma 是一个网络状态监控工具,支持 HTTP/HTTPS/TCP/PING/DNS 监控,告警可以通过 Telegram、Emial、Discord、Slack 等通知 GitHub 中文社区 回车: Github搜索 Shift+回车: Google搜索 Dec 25, 2024 · 在使用Uptime Kuma进行状态页面配置时,我进行了一些个性化的调整,使其更加符合我的需求和审美。以下是我对状态页面进行的一些改动与心得分享。 1. 自定义底部文本 在状态页面底部,我加入了一段自定义文本: 愿这个世界都充满善意 这… API keys can be enabled to manage access to the Prometheus metrics endpoint. Gitee - 基于 Git 的代码托管和研发协作平台 Apr 28, 2022 · UPTIME KUMA支持70余种服务通知,详细名单如下: 可按需配置,推荐使用国内的 SMTP、钉钉、企业微信群机器人进行推送。 后语. Uptime Kuma 是一个非常好的开源项目,适合很多网站服务特别多的站长,特别是那些不常访问,但是又非常需要长时间运行的项目。 Nov 10, 2023 · ⚠️ Please verify that this bug has NOT been raised before. (Or maybe docker flags?) (For example a complete mailstack built in docker). 功能不错部署简单。 但在试用中发现有一个麻烦的地方就是这个不支持批量控制,如果你有几百个项目要监控的话,操作非常麻烦。 Nov 11, 2021 · API. Nov 3, 2022 · A fancy self-hosted monitoring tool. Current planning is v2. uptime-kuma-api (Python) - A wrapper for the Uptime Kuma Socket. Uptime Kuma is an easy-to-use self-hosted monitoring tool. So it is more 94% uptime. In future releases we plan to include an API wrapper around our websockets. 🐋 Docker Version. In addition to creating a Droplet from the Uptime Kuma 1-Click App using the control panel, you can also use the DigitalOcean API. 🐻 Uptime-Kuma Version. Jan 23, 2013 · Creating an App using the API. Feb 22, 2024 · 在Uptime-Kuma里有一种PUSH类型的探测,主要应用在于服务器禁PING的情况下的监控,以及国内机器监控国外机器由于网络问题导致的监控误报. By default, HTTP basic authentication is used to secure access to the Prometheus metrics endpoint. In case of this IP is not available, no other checks will be executed. 这个经过我加工了一下…. This package was developed to configure Uptime Kuma with Ansible. Docker Services will add themselves during the initial initialisation (or boot) of uptime-kuma via the API. 🔖 Feature description. ️ Solution. Learn how to use the uptime-kuma-api Python module to interact with the Uptime Kuma Socket. 首先,先搭建 uptime-kum 容器應用 docker pull louislam/uptime-kuma docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 2. Uptime Kuma 提供对您的网站、API 和网络服务的持续实时监控。最好的部分是,通过设置定期检查,如果您的任何服务出现故障,该软件会立即向您发出警报。话虽如此,以下是 Uptime Kuma 表现出色的主要用例: Indices and tables¶. Mar 27, 2023 · There are a few API repos for Uptime Kuma around, though I just happened to choose that one. 20. I checked and didn't find similar feature request 🏷️ Feature Request Type API 🔖 Feature description Basic REST APIs to be able to dynamically add target URLs for m Nov 22, 2023 · No vídeo de hoje, mergulhamos no mundo do monitoramento de projetos, sites e APIs utilizando o Uptime Kuma, uma ferramenta poderosa e flexível. Then start the container: docker-compose up -d Functions of Uptime Kuma 🌟. The Ansible collection can be Mar 20, 2024 · Deploy Uptime Kuma, an intuitive, open-source monitoring tool, through Docker Compose. Sep 20, 2024 · Uptime Kuma là một công cụ giám sát thời gian hoạt động (uptime) mã nguồn mở, dễ sử dụng và có giao diện người dùng thân thiện. Insert the above content and save the file. We will deploy it alongside Litestream to automatically replicate the data to an S3-compatible bucket hosted on Backblaze's B2 service. You signed out in another tab or window. Learn more about Uptime Kuma. Jul 24, 2024 · You signed in with another tab or window. js --name uptime-kuma -- --port=80 设置重启服务器后自启动: pm2 startup pm2 save Jul 5, 2022 · I want to create incidents automatically from other systems, eg using webhooks or an API. monitors depending on triggers in HA? Example: if my son's mobile is showing him outside our home zone, go ahead and pause monitoring his phone, his laptop etc. It is a temporary live demo, all data will be deleted after 10 minutes. Jan 9, 2022 · 这里推荐使用 pm2 后台运行 Uptime Kuma。 安装 PM2: npm install pm2 -g 在 uptime-kuma 目录下运行: pm2 start server/server. 准备. Notifications can be configured to alert you if any of your services goes offline. It is not the same thing, because these are internal APIs which I expected that it should be called from Uptime Kuma only. There are external tools such as a python package out there but none of them are officially supported. 最近调研一款【网络隔离性检测】工具,无意间发现了这款工具——Uptime-Kuma,并且进行了部署测试以及API接口的部分调用尝试,个人认为这个工具在网站监控领域具备出色的功能和性能;下面为大家详细的介绍这个工具。 Jan 31, 2024 · Uptime Kuma is a self-hosted monitoring solution that provides insights into the status of your websites, services, and servers. Ansible collection of modules to configure Uptime Kuma - lucasheld/ansible-uptime-kuma Jan 18, 2025 · 本文深入介绍了 Uptime Kuma,一个简单易用、功能丰富的开源监控工具。它支持多种监控类型,并提供了直观的用户界面和实时通知功能,帮助用户轻松管理和监控各种服务的状态。 May 18, 2022 · 就这三个字段就够了. 設定通知( 支援相當多種主流的 notify ) 4. A Python wrapper for the Uptime Kuma Socket. IO API - lucasheld/uptime-kuma-api Aug 13, 2024 · 之前教过大家如何搭建 uptime-kuma 想必大家都顺利用上了! 一些小伙伴后期都想整活,整活大部分都会涉及到 API 这些东西,今天就交给大家如何运用API。 uptime-kuma-api A wrapper for the Uptime Kuma Socket. Hit Save. uptime_kuma_api库使用说明 https://github. Contribute to leandrose/uptime-kuma-api-go development by creating an account on GitHub. 然后去写一下 FastAPI 的配置. Indices and tables¶. yml. HTTPNotFoundError Uptime Kuma REST API. Uptime Kuma uses a local SQLite database to store user data, configuration for services, and more. 5h. This guide will describe how to set up Uptime Kuma on Koyeb to monitor your services and send notifications. Learn more Documentation Uptime Kuma Rest API on the Postman API Network: This public collection features ready-to-use requests and documentation from Uptime Kuma Api Collection. I did not see anything in the docs or other issues about this so if I missed it, I apologize. Jan 26, 2025 · 本文主要介绍如何在Linux系统中一键部署Uptime Kuma运维监控服务,并将这个服务映射至公网实现随时随地远程访问。如果您像我一样在服务器上托管了多个网站,并且没有足够的时间来手动检查每个网站的在线状态,那么当出现问题时,您可能无法及时收到通知来处理这些问题。 Dec 2, 2024 · Uptime Kuma is an open-source, self-hosted monitoring tool designed to track the availability and performance of websites, services, and APIs. (⚠️ PS: For such as Apache or nginx, you need to forward the header X-Forwarded-Host or Host to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name) Add a A/CNAME record for your domain name in your DNS management. 几番寻找,发现Uptime Kuma正好符合规定,不止支持监控证书和网站,还支持DNS、Ping、Radis等应用的监控,而且通知方式也多。 美中不足的是不支持接入腾讯的SMS,所以本次部署还会要自己写一个接口来做适配。 计划. 支持了 redis 缓存,需要 Redis 环境; loguru 记录日志; subprocess 用于启动 Redis Apr 4, 2024 · A fancy self-hosted monitoring tool. json and restarting application. You switched accounts on another tab or window. No response 前言如果你的网站、服务器、api、数据库等等业务较多的话,应该会需要一个服务终端全盘监控的吧,这样哪一块有没有问题 除了可用性和响应时间之外,Uptime Kuma 现在还将监控 SSL/TLS 握手和证书过期状态。 监控特定应用程序端点. I checked and didn't find similar issue 🛡️ Security Policy I agree to have read this project Security Policy 📝 Describe your problem I'm trying to intergrate uptime kuma api with uptime-kuma-api #22041534 uptime-kuma-api #22041534 1 year, 5 months ago. Mar 14, 2023 · Uptime Kuma 是一个非常方便的可以自行部署的自托管监控工具,本文介绍一下 Uptime Kuma 的介绍、特性、以及安装教程。Uptime Kuma 安装之后还是挺美观的,可以用来监控一下 VPS 或者服务器的在线率等情况。 一、Uptime Kuma 介绍 Uptime Kuma 是一个可以自己搭建的服务器 KUMA_SERVER: The URL of your Uptime Kuma instance. DeleteStatusPageResponse. No response. 通过Docker部署Uptime。 Apr 5, 2024 · Next, Let’s connect our WhatsApp with green-api. A Python-based REST API wrapper for Uptime Kuma, a self-hosted monitoring tool. This is working, and i could pause the monitor if i'm restarting the home server, but even then the uptime is calculated wrong. g. This is created with a view to creating a specification in the OpenAPI format. "Delay": 60000 is the delay uptime-kuma的相关推荐、对比分析、替代品。Uptime Kuma是一款开源的自托管监控工具,支持多种监控方式,包括HTTP(s)、TCP和Ping等。该工具提供实时通知、多语言界面和状态页面等功能,操作界面直观快速。支持Docker和非Docker安装,适合个人及小型团队使用。项目在GitHub上持续更新,受到广泛关注。 Jan 10, 2024 · 背景. ldsgo bbjap pqjpkfj mmq vtl bevdq zpkhjw ngzurd dweq mau bslw jbani fwtr lnqr iho