-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
uptime kuma don't send noification with a large attempts #3392
Comments
For your concrete use case: Have you tried a higher value for the heartbeat interval? 60s seems quite agressive imo. (might it be that you are being rate limited?) Ideas:
|
hello, url of github is a test, i monitor also other website in search of specific keyword. thank you , I did not think about it... thank you |
Did you restart your server by any chance? in this time interval? |
ok, my is an active monitor (not PUSH/PASSIVE) but ok, thank you |
🛡️ Security Policy
Description
i use uptime kuma to monitor my servers and works fine.
but i use it also for monitor outdated script.
so i add a monitor
https keyword
url = https://api.github.com/repos/roundcube/roundcubemail/releases/latest
keyword = 1.6.0
interval = 60 seconds
attempts = 7200
retry = 60 seconds
so i want to email me when script is outdated after 5 days (60sec 120 hours) = 7200
but when the value is very large monitor don't work ... it never becomes "down" and don't send email...
i try with my website and if i use attemps = 10 (ten minutes) works fine.
thank you
👟 Reproduction steps
create a monitor with keyword with large attemps and wait...
👀 Expected behavior
send email after 5 days
😓 Actual Behavior
don't send notification
🐻 Uptime-Kuma Version
1.22.1
💻 Operating System and Arch
almalinux and docker compose
🌐 Browser
all
🐋 Docker Version
Docker 24.0.4
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: