Adding Pushover integration to Healthchecks

Just started up a healthchecks container.
Thanks to LSIO to making the friendly docker container. Was a breeze to get going :slight_smile:

Looking on https://healthchecks.io it looks like Pushover is supported as an integration for notifications.

Looking at the integrations in my install I can’t see Pushover.

??? How can I enable the Pushove integration in my instance of Healthchecks using the LSIO docker container ???

Doing some research I’ve been able to get pushover on my healthchecks instance working.

After looking at the healthchecks github repository I added the following two environment variables to my docker-compose definition:

  • PUSHOVER_API_TOKEN
  • PUSHOVER_SUBSCRIPTION_URL

I found the following healthchecks issue very helpful in getting everything setup correctly in healthchecks and on the pushover site:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.