ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Monitoring: Improve server downtime alerts
Open
@vprashrex is already working on this.
Since Jul 23, 2026.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
Currently, there are false-positive downtime alerts when a Server Down alarm is triggered. This leads to unnecessary escalations and concerns among the team.
Describe the solution you'd like
- Implement an automated health verification process.
- Execute a script to validate the server's availability by hitting the most frequently used endpoint.
- Only escalate the alert if the server is indeed down.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.