You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/healthchecks.md

515 B

title description
Health checks Health checks Widget Configuration

To use the Health Checks widget, you first need to generate an API key. To do this, follow these steps:

  1. Go to Settings in your check dashboard.
  2. Click on API key (read-only) and then click Create.
  3. Copy the API key that is generated for you.

Allowed fields: ["status", "last_ping"].

widget:
    type: healthchecks
    url: http://healthchecks.host.or.ip:port
    key: <YOUR_API_KEY>
    uuid: <YOUR_CHECK_UUID>