mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #1090] feature request: prettify JSON in email and/or log viewer #756
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#756
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 @mmomjian on GitHub (Nov 28, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1090
Many services provide their webhook output in JSON, which is typically one long line. It would be cool if healthchecks would run this output through
jqfor display in the web event and for the email notification. The Download Original button could remain to view the single-line output as originally sent. Currently, I often have to paste the events into a terminal to view withjqbecause it's just so hard to read.@Nithin98765 commented on GitHub (Oct 10, 2025):
Hi everyone 👋,
I’ve looked into this issue and I believe I can help address it on the backend side.
I have experience working with Django, REST APIs, and reliability / monitoring systems, and would be glad to put that to use here.
Could someone assign me this issue or grant me contributor access so I can begin working on a fix?
I’m happy to share my approach or design before starting.
Thanks!