Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update the health check UI sample to use SSL #2246

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: Return WebHooks settings to previous case
Jamie-Clayton committed Jun 23, 2024
commit 3fcd09aee5ec0d65433aaa87042f2817217cffc4
10 changes: 5 additions & 5 deletions samples/HealthChecks.UI.Sample/appsettings.json
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
"RequireHttps": true
}
],
"webhooks": [
"Webhooks": [
{
"name": "slack",
"uri": "https://hooks.slack.com/services/t0ghra4cr/bb551l6sw/lwyrvra2nes4pqg7pbpym",
"payload": "{\"text\":\"the healthcheck [[liveness]] is failing with the error message: [[failure]]. [[descriptions]]. <http://yourappstatus|click here> to get more details.\",\"channel\":\"#general\",\"link_names\": 1,\"username\":\"monkey-bot\",\"icon_emoji\":\":monkey_face:\"}",
"restoredpayload": "{\"text\":\"the healthcheck [[liveness]] is recovered. all is up and running\",\"channel\":\"#general\",\"link_names\": 1,\"username\":\"monkey-bot\",\"icon_emoji\":\":monkey_face:\"}"
"Name": "Slack",
"Uri": "https://hooks.slack.com/services/T0GHRA4CR/BB551L6SW/LWYRVRA2NEs4pQG7pbPym",
"Payload": "{\"text\":\"The HealthCheck [[LIVENESS]] is failing with the error message: [[FAILURE]]. [[DESCRIPTIONS]]. <http://yourappstatus|Click here> to get more details.\",\"channel\":\"#general\",\"link_names\": 1,\"username\":\"monkey-bot\",\"icon_emoji\":\":monkey_face:\"}",
"RestoredPayload": "{\"text\":\"The HealthCheck [[LIVENESS]] is recovered. All is up and running\",\"channel\":\"#general\",\"link_names\": 1,\"username\":\"monkey-bot\",\"icon_emoji\":\":monkey_face:\"}"
}
],
"HeaderText": "The health of my app services",