mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #78] pushover integrations and ping logs #51
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#51
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 @brumle80 on GitHub (Aug 31, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/78
running healthchecks with uwsgi/emperor and there's 2 problems that I can't seem to find a cause for:
anything I can do to test/provide more logs, let me know.
and thanks for fixing the profile not found error :)
@cuu508 commented on GitHub (Aug 31, 2016):
Thanks for reporting these.
On the "Log is empty" issue:
api_pingtable, do the pings show up there?On the Pushover issue:
PUSHOVER_SUBSCRIPTION_URLlook something likehttps://pushover.net/subscribe/somethingsomething?@brumle80 commented on GitHub (Aug 31, 2016):
pushover: ignore it, I had done a pebcak/brainfart and set the PUSHOVER_SUBSCRIPTION_URL wrong...
empty ping log: I get the "OK" string, last ping looks normal, tables shown below, removed ip's except my own in last line where I tested it manually.
@brumle80 commented on GitHub (Aug 31, 2016):
not critical, but the notification email should use the site url automatically instead of healthchecks.io if it's possible without manually editing all the templates :)
@cuu508 commented on GitHub (Sep 1, 2016):
Empty ping log: please check in the
accounts_profiletable the values ofping_log_limitcolumn. The default value is 100, and that is what you should see there. If, for some reason, it was 0, that would explain the empty ping log.I created a separate issue for the hardcoded healthchecks.io: #79
@brumle80 commented on GitHub (Sep 1, 2016):
you are indeed correct, no idea why it was set to zero, but I've changed it and it now works perfectly :)
thank you for the help, love the app, have to run it in house due to security rules.