Uptime-Kuma
Uptime Kuma web crawler for monitoring
About this crawler
Uptime-Kuma is a web crawler identified by the regular-expression pattern Uptime-Kuma in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Uptime-Kuma traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Uptime-Kuma
- Pattern
Uptime-Kuma- Tags
- monitoring
- Reference
- https://uptime.kuma.pet/
- Added
- 2022/10/17
- Instances
- 8 known sample(s)
Sample User-Agent strings
Uptime-Kuma/1.23.16
Uptime-Kuma/1.23.15
Uptime-Kuma/1.23.14
Uptime-Kuma/1.23.13
Uptime-Kuma/1.23.12
Uptime-Kuma/1.23.11
Uptime-Kuma/1.23.10
Uptime-Kuma/1.18.0
Block this crawler
robots.txt — disallow Uptime-Kuma:
User-agent: Uptime-Kuma
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Uptime-Kuma [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Uptime-Kuma") {
return 403;
}
← back to all crawlers