[GH-ISSUE #1032] Cannot increase ping log limit on self-hosted instance #716

Closed
opened 2026-02-25 23:43:21 +03:00 by kerem · 2 comments
Owner

Originally created by @EricAntidot on GitHub (Jul 22, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1032

We have a self hosted instance and we want to increase the ping log limit from 100 up to 2000 and even if I saw:

that says it is possible to do so. I am unable to do it?

I cannot find the "Ping log limit" field in the user's Profile ??

I am running hc v3.4

Originally created by @EricAntidot on GitHub (Jul 22, 2024). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1032 We have a self hosted instance and we want to increase the ping log limit from 100 up to 2000 and even if I saw: - the doc (https://github.com/healthchecks/healthchecks/blob/master/README.md#database-cleanup) - some ticket comment https://github.com/healthchecks/healthchecks/issues/572#issuecomment-958756877 that says it is possible to do so. I am unable to do it? I cannot find the "Ping log limit" field in the user's Profile ?? I am running hc v3.4
kerem closed this issue 2026-02-25 23:43:21 +03:00
Author
Owner

@cuu508 commented on GitHub (Jul 26, 2024):

You can set the ping log limit through Django admin:

image

  • Create a superuser account: manage.py createsuperuser
  • Log into Healthchecks as the superuser
  • Once logged in, in the top left "Account" menu you will see "Site Administration" item. It will take you to Django admin:

image

  • In Django admin, click on "Profiles", select the profile, and in the edit form you will be able to adjust ping log limit.
<!-- gh-comment-id:2252942405 --> @cuu508 commented on GitHub (Jul 26, 2024): You can set the ping log limit through Django admin: ![image](https://github.com/user-attachments/assets/a6912923-0434-4263-9142-8d3fbb752b90) * Create a superuser account: `manage.py createsuperuser` * Log into Healthchecks as the superuser * Once logged in, in the top left "Account" menu you will see "Site Administration" item. It will take you to Django admin: ![image](https://github.com/user-attachments/assets/b9a102b0-314c-4a57-8857-c47318aa9fb2) * In Django admin, click on "Profiles", select the profile, and in the edit form you will be able to adjust ping log limit.
Author
Owner

@EricAntidot commented on GitHub (Jul 29, 2024):

Thank you very much. However it is not that to guess "where" to click for editing the profile entry.
One need to click on "number" in the first column in order to edit the entry, all other clickable area will (mis)lead somewhere else.

<!-- gh-comment-id:2256067755 --> @EricAntidot commented on GitHub (Jul 29, 2024): Thank you very much. However it is not that to guess "where" to click for editing the profile entry. One need to click on "number" in the first column in order to edit the entry, all other clickable area will (mis)lead somewhere else.
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#716
No description provided.