[GH-ISSUE #101] Improve "Ping expected but not received" messages in Log pages #66

Closed
opened 2026-02-25 23:41:03 +03:00 by kerem · 1 comment
Owner

Originally created by @cuu508 on GitHub (Dec 1, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/101

The log pages are limited to show no more than 10 consecutive "Ping expected but not received" messages. Otherwise, in some cases, the log pages could get excessively large. For example, when the period is 1 minute, and the check has been down for a month, that would be 43'200 log entries.

To make the log page less confusing I'm thinking about the following:

  • if there's 10 or less "Ping expected but not received" entries, show them all
  • if there's more than 10, then show first three, followed by a entry saying "Last message repeated X times"
Originally created by @cuu508 on GitHub (Dec 1, 2016). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/101 The log pages are limited to show no more than 10 consecutive "Ping expected but not received" messages. Otherwise, in some cases, the log pages could get excessively large. For example, when the period is 1 minute, and the check has been down for a month, that would be 43'200 log entries. To make the log page less confusing I'm thinking about the following: * if there's 10 or less "Ping expected but not received" entries, show them all * if there's more than 10, then show first three, followed by a entry saying "Last message repeated X times"
kerem closed this issue 2026-02-25 23:41:03 +03:00
Author
Owner

@cuu508 commented on GitHub (Jun 29, 2017):

Log pages do not show "Ping expected but not received" messages any more, instead they show the received pings and the sent notifications. Closing this issue as it's now obsolete.

<!-- gh-comment-id:311942467 --> @cuu508 commented on GitHub (Jun 29, 2017): Log pages do not show "Ping expected but not received" messages any more, instead they show the received pings and the sent notifications. Closing this issue as it's now obsolete.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#66
No description provided.