mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
If host's dns fails, no notifications are sent #3414
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#3414
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 @roughnecks on GitHub (Jun 16, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
Hello,
today I made a change to my VPS that caused systemd-resolved to fail with
;; communications error to 127.0.0.53#53: timed outNo notifications were sent because no service resolved anymore. I found out about the issue only later and by chance only.
Currently I have xmpp, matrix and mail notifications.
As soon as I restored dns functionality, several emails about services being up again arrived to my inbox.
Am I doing something wrong or a workaround exists?
Thanks
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
Versione: 1.23.13
💻 Operating System and Arch
Debian 12 x64
🌐 Browser
Chrome Versione 125.0.6422.142 (Build ufficiale) (a 64 bit)
🖥️ Deployment Environment
@CommanderStorm commented on GitHub (Jun 17, 2024):
If we can't send notifications to the outside due to not having internet connectivity, we can't send notifications via the internet.
There are a few notification providers that don't require this. See the SMTP monitor for one of them. See https://github.com/louislam/uptime-kuma/issues/2793 for further details.
I don't see us not having internet connectivity as something fixable/monitorable by us. I would recommend to have a second instance somewhere in a different location monitoring uptime-kuma ("who watches the watchers")
Think this resolves your question. If anything is unclear, feel free to reach out ^^