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

Adds detection for Uptime-Kuma #7397

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5557,3 +5557,9 @@
producer:
name: Morningscore
url: https://morningscore.io/
-
user_agent: Uptime-Kuma/1.21.2
bot:
name: Uptime-Kuma
category: Site Monitor
url: https://github.com/louislam/uptime-kuma
5 changes: 5 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3293,6 +3293,11 @@
name: 'Morningscore'
url: 'https://morningscore.io/'

- regex: 'Uptime-Kuma/([\d+.]+)'
name: 'Uptime-Kuma'
category: 'Site Monitor'
url: 'https://github.com/louislam/uptime-kuma'

# Generic detections
- regex: '[a-z0-9\-_]*((?<!cu|power[ _]|m[ _])bot(?![ _]TAB|[ _]?5[0-9]|[ _]Senior|[ _]Junior)|crawler|crawl|checker|archiver|transcoder|spider)([^a-z]|$)'
name: 'Generic Bot'
Loading