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", ]