Relative Content

Tag Archive for c#.net-coreasp.net-core-6.0health-check

Webhook is not working in HealthChecksUI in .net core 6

“HealthChecksUI”: { “HealthChecks”: [ { “Name”: “My Health Checks”, “Uri”: “/health” } ], “Webhooks”: [ { “name”: “healthcheckapi”, “uri”: “https://localhost:44365/WeatherForecast”, “payload”: “{ “message”: “Webhook report for [[LIVENESS]]: [[FAILURE]] – Description: [[DESCRIPTIONS]]”}”, “restorePayload”: “{ “message”: “[[LIVENESS]] is back to life”}” } ], “EvaluationTimeInSeconds” : 5 } I want to get call from healthcheck when status is […]