Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with sending domains via AP #4807

Open
2 tasks done
arlewis121 opened this issue Jun 1, 2024 · 1 comment
Open
2 tasks done

Problem with sending domains via AP #4807

arlewis121 opened this issue Jun 1, 2024 · 1 comment
Labels
area:deployment related to how uptime kuma can be deployed cannot-reproduce help

Comments

@arlewis121
Copy link

⚠️ Please verify that this question has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

I have created API in Kuma also created Api on domain registrar side.
My task is to import hundreds of domains from the Kuma system.

I have written a python script that links the registrar and Kuma but on the Kuma side I have some problem.

I am using

kuma_api_url = ‘http://HERE_IS_MY_KUMA_UP:3001/api/v1/monitor’
kuma_api_key = ‘HERE_IS_MY_API’

But for example when going to pages:
http://HERE_IS_MY_KUMA_UP:3001/api/v1/monitor
http://HERE_IS_MY_KUMA_UP:3001/api/monitor
http://HERE_IS_MY_KUMA_UP:3001/monitor

I get a stub from kuma - page not found.

Also when I run the script I get errors in the console such as

Failed to add domain ***** to Uptime Kuma

📝 Error Message(s) or Log

No response

🐻 Uptime-Kuma Version

1.23.13

💻 Operating System and Arch

Ubuntu 24.04 LTS

🌐 Browser

🖥️ Deployment Environment

  • Runtime: Docker version 24.0.7, build 24.0.7-0ubuntu4
  • Database: apt install mysql-client-core-8.0 # version 8.0.35-1ubuntu2, or
    apt install mariadb-client-core # version 1:10.11.6-1
@arlewis121 arlewis121 added the help label Jun 1, 2024
@CommanderStorm CommanderStorm added cannot-reproduce area:deployment related to how uptime kuma can be deployed labels Jun 1, 2024
@CommanderStorm
Copy link
Collaborator

I don't know where you installed or what you installed, but the information does not line up at all.

We currently don't have an api. Please refer to my comment here for your options #118 (comment)

Also maridadb is not a database option in v1.23.13. Please refer to #4500 for further details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:deployment related to how uptime kuma can be deployed cannot-reproduce help
Projects
None yet
Development

No branches or pull requests

2 participants