Skip to content

Commit ff47ba6

Browse files
authored
Add healthchecks URL config variable
1 parent 867c37e commit ff47ba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script-config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ FROM_EMAIL_ADDRESS="fromemailgoeshere"
1515
# Use Healthchecks.io to report script errors. Set to 1 to enable.
1616
# Please note that every "WARNING" will be reported as failure.
1717
# When enabled, enter your Healthchecks UUID (not the full URL).
18+
# If using a self-hosted instance, change the URL to your endpoint
19+
# including the trailing slash.
1820
HEALTHCHECKS=0
1921
HEALTHCHECKS_ID="your-uuid-here"
22+
HEALTHCHECKS_URL="https://hc-ping.com/"
2023

2124
# Use Telegram to report script execution summary (not the whole report)
2225
# Set 1 to enable. Create a bot using @botfather, then copy the API token.

0 commit comments

Comments
 (0)