mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #57] Cron output #31
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#31
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 @szepeviktor on GitHub (May 11, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/57
Hello!
This is a very nice project.
Have you been thinking about receiving script output?
All the best!
@diwu1989 commented on GitHub (May 23, 2016):
that would mean hchk has to allocate some storage space for each ping
if you are trying to store the output, can you just pipe the output into a s3 bucket with the latest run's timestamp as the name?
s3 is a much more proper storage mechanism than relying on healthcheck to keep track of pings + store run outputs
@szepeviktor commented on GitHub (May 24, 2016):
Thank you.
@cuu508 commented on GitHub (May 24, 2016):
You can also look into hosted log aggregation services like Loggly, Papertrail, Splunk, SumoLogic.
@szepeviktor commented on GitHub (May 24, 2016):
Currently testing Papertrail...