mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Warning Status Code for HTTP(s) Monitors #3393
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#3393
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 @casperdcl on GitHub (Jun 6, 2024).
📑 I have found these related issues/pull requests
Accepted Status Codefield (to mark services as "Up")🏷️ Feature Request Type
Change to existing monitor
🔖 Feature description
It would be great to have a
Degraded Status Codefield too (to mark services as "Pending"/"Maintenance"/"Slow" rather than "Down")✔️ Solution
Add a
Degraded Status Codefield toHTTP(s)monitors@CommanderStorm commented on GitHub (Jun 7, 2024):
Think that this is an implementation specific thing => should be handled in the respecitive PRs that need it or benefit from it.
The cases you mentioned can either be considered as
UP=> no notification orDOWN=> issue notification=> don't currently see an iminent need for adding another status
@casperdcl commented on GitHub (Jun 10, 2024):
sure, but it would be nice to have finer-grained severity options
see e.g.
@LordLumineer commented on GitHub (Aug 3, 2025):
Is there any update on this topic ? this is something I would be really interested in
@rasmuscnielsen commented on GitHub (Oct 10, 2025):
Just wanted to chime in here and mention that we have a lot of use cases for "degraded service" status across our stack of services.
They all fall in the category of "The service is operating, but there are likely things that should be addressed".
Examples:
Each of our services has its own health dashboard with different checks which can be either Green / Yellow / Red. Right now, yellow + red causes DOWN in uptime kuma, often causing a lot of "downtime" which has the unfortunate side-effect of signaling a service is down even when it's not. But changing it to not flag our "warnings" would leave us in the dark when something happens that might need our attention.
The ability to signal degraded service in uptime kuma + customize alert-settings for these would be the final missing piece for us, in this otherwise absolutely fantastic and beautiful product ❤️