mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Certificate Expired - Resend Notification if Down X times not applied #4372
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kfeina on GitHub (Oct 24, 2025).
📑 I have found these related issues/pull requests
Couldn't find related Issues
🛡️ Security Policy
📝 Description
Hello,
I have the following config,
Heartbeat Interval (Check every 300 seconds)
Retries 0
Heartbeat Retry Interval (Retry every 60 seconds)
Request Timeout (Timeout after 48 seconds)
Resend Notification if Down X times consecutively (Resend every 288 times)
Certificate Expiry Notification -> Checked
Ignore TLS/SSL errors for HTTPS websites -> Unchecked
as I understand I should receive only one notification once a day (for normal alerts it is this way),
but for certificate expiration I receive one down alert every 5 minutes (it happens with version 2.x and old one 1.x).
Do I have something misconfigured?
Is this a bug?
Thanks a lot.
👟 Reproduction steps
Config a monitor with the above settings and you will receive multiple downs isnstead of once a day.
👀 Expected behavior
One down by day
😓 Actual Behavior
One down every 5 minuts
🐻 Uptime-Kuma Version
latest and 1.x
💻 Operating System and Arch
Ubuntu Server with Docker Image
🌐 Browser
Chrome
🖥️ Deployment Environment
Runtime Environment:
Uptime Kuma Setup:
200📝 Relevant log output