From 208f4768b91565e870a48b1dcd5108d43943ca79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=96ZDEM=C4=B0R?= Date: Thu, 25 Jun 2026 20:50:23 +0300 Subject: [PATCH] chore(health-agent): switch to uptime-kuma-api-v2, fix .env.setup.example credentials --- health-agent/.env.setup.example | 3 ++- health-agent/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/health-agent/.env.setup.example b/health-agent/.env.setup.example index 19ec7cd..493f72b 100644 --- a/health-agent/.env.setup.example +++ b/health-agent/.env.setup.example @@ -1,5 +1,6 @@ UK_URL=http://uptime-kuma:3001 -UK_API_KEY=your_api_key_here +UK_USER=setup-user +UK_PASS=your_password_here UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_MEDIUM=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_LOW=https://hooks.slack.com/services/... diff --git a/health-agent/pyproject.toml b/health-agent/pyproject.toml index a305a2b..20d4016 100644 --- a/health-agent/pyproject.toml +++ b/health-agent/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pyyaml", "redis", "pymongo", - "uptime-kuma-api", + "uptime-kuma-api-v2", "cryptography", ]