mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #653] Ping by email: grep in body not only in subject #471
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#471
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 @synapse0 on GitHub (May 16, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/653
Hello,
Veritas System Recovery is a backup software for windows servers. When configured to send email on backup success (no option to execute external commands to ping healthchecks), it sends a ZILLION emails all with the same subject line.
In my case, it sends 81 separate emails with the same exact subject line, but different bodies, to say:
The status code is in the body:
(https://sort.veritas.com/DocPortal/pdf/VSR_ErrorCodesReferenceGuide)
All these messages are in the same class ("high priority information") so it's all or nothing.
As a longtime programmer and linux sysadmin, I am speechless in front of the idiocy of the Veritas System Recovery sotware (which also cost 1k/server!)
The option to grep not only in the subject line but also in the body of the email message would be a big help in trying to monitor these kind of backups.
Thanks!