CLI tool for managing Uptime Kuma monitors
Project description
uptime-kuma-cli
A command-line tool for managing Uptime Kuma monitors.
Installation
Requires Python >= 3.13.
# Using uv
uv tool install .
# Or using pip
pip install .
Configuration
Provide connection info via environment variables or CLI options:
# Environment variables (recommended)
export KUMA_URL=http://localhost:3001
export KUMA_USERNAME=admin
export KUMA_PASSWORD=yourpassword
# Or CLI options
kuma --url http://localhost:3001 -u admin -p yourpassword <command>
Commands
Server info
kuma info
List monitors
kuma list
Output example:
ID Name Type Target Status Interval
1 Google http https://google.com UP 60s
2 Database port db.example.com:5432 DOWN 30s
3 DNS Check dns example.com:53 PAUSED 60s
Get monitor details
kuma get 1
Add a monitor
# HTTP monitor
kuma add http "Google" "https://google.com"
# HTTP with custom interval (30s)
kuma add http "GitHub" "https://github.com" -i 30
# Ping monitor
kuma add ping "Server" "8.8.8.8"
# TCP port monitor
kuma add port "Database" "db.example.com" --port 5432
# DNS monitor
kuma add dns "DNS Check" "example.com" --dns-type A
# Keyword monitor (check if response contains a keyword)
kuma add keyword "Status Page" "https://example.com/health" -k "ok"
Supported monitor types: http, ping, port, dns, keyword, push, docker, mqtt, postgres, mysql, mongodb, redis.
Edit a monitor
kuma edit 1 --name "New Name"
kuma edit 1 --interval 30
kuma edit 1 --target "https://new-url.com"
Pause / Resume
kuma pause 1
kuma resume 1
Delete a monitor
kuma delete 1 # with confirmation prompt
kuma delete 1 -y # skip confirmation
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uptime_kuma_cli-0.1.0.tar.gz.
File metadata
- Download URL: uptime_kuma_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b7fd0e426befcb809f8b3c2a39309d4540912365089bf5f57c9505473e61c53
|
|
| MD5 |
eb9ae1c00cd66fbf0151557c5c57e317
|
|
| BLAKE2b-256 |
67271cd4faffdd27102581a389478df179d12d2809d515c43e188a5e14ca44fc
|
File details
Details for the file uptime_kuma_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: uptime_kuma_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6173a3d9ce907b5d988900df4a77ab5226f8079076cd17dc04aafb689b170d6b
|
|
| MD5 |
429d24c29b619051e85148ccc5eae838
|
|
| BLAKE2b-256 |
8f748ddc5dc824bd34b677fc635a979eb513e4e46285e77744d8405c84dce9f6
|