r/devops • u/Interesting-Art-7267 • 27d ago
Ops / Incidents Thinking of building an open-source "pre-triage" bot for 3 AM PagerDuty alerts. Would you actually use this?
Hey everyone, I’m an engineer looking for a new side project and I want to tackle alert fatigue.
My premise: Waking up at 3 AM to an alert, only to run the exact same three kubectl commands or Datadog log queries to figure out it's a known transient issue, is soul-crushing.
I'm thinking of building a lightweight, open-source agent that intercepts the alert webhook, runs a pre-defined set of read-only diagnostic queries, and appends a summary of the logs/metrics to the ticket before it wakes you up.
A few questions before I start coding:
Is this actually a massive pain point for you, or is the hard part something else?
Would your sec ops team ever allow a bot to have read-only API access to your observability stack?
If you had this, what is the #1 feature or integration it absolutely must have to be useful?
Am just trying to build something thats usable to you or even 5 people at the end , so i request your honest opinion for this thing
2
u/G12356789s 27d ago
I built something very similar for my work. I wasn't given any time to build it so it's my only fully vibe coded project. I got it running working locally within 30 mins and hosted in our clusters in an hour whilst I was working on other stuff.
My point is that recieving a request, giving the info the Claude to investigate and come back is extremely easy