Our.Umbraco.HealthCheckSlackNotificationMethod
4.0.3
See the version list below for details.
dotnet add package Our.Umbraco.HealthCheckSlackNotificationMethod --version 4.0.3
NuGet\Install-Package Our.Umbraco.HealthCheckSlackNotificationMethod -Version 4.0.3
<PackageReference Include="Our.Umbraco.HealthCheckSlackNotificationMethod" Version="4.0.3" />
paket add Our.Umbraco.HealthCheckSlackNotificationMethod --version 4.0.3
#r "nuget: Our.Umbraco.HealthCheckSlackNotificationMethod, 4.0.3"
// Install Our.Umbraco.HealthCheckSlackNotificationMethod as a Cake Addin #addin nuget:?package=Our.Umbraco.HealthCheckSlackNotificationMethod&version=4.0.3 // Install Our.Umbraco.HealthCheckSlackNotificationMethod as a Cake Tool #tool nuget:?package=Our.Umbraco.HealthCheckSlackNotificationMethod&version=4.0.3
Umbraco Slack Health Check Notification v4 for Umbraco v10 & v11
This package adds a Health Check Slack Notification Method to Umbraco v10 & v11 so that the status of Health Checks can be posted to a specific Slack Channel.
If you are looking for earlier versions:
Installation
dotnet add package Our.Umbraco.HealthCheckSlackNotificationMethod
NuGet Packages | Version |
---|---|
Release | |
Pre-release |
Once installed you will need to add your settings into the appsettings.json file
You will need to create a Slack Incoming Webhook and copy the Webhook URL to the config file.
Configuration
Edit appsettings.json
to add the notification method and enable notifications. You need to replace the settings with your own web hook URL and channel. Your settings file should look like the below:
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": false
},
"Global": {
"Id": "060fe809-7a36-4af6-a129-14582abc7058"
},
"HealthChecks": {
"Notification": {
"Enabled": true,
"NotificationMethods": {
"slack": {
"Enabled": true,
"Verbosity": "Detailed",
"Settings": {
"webHookUrl": "https://hooks.slack.com/services/xxxxxxxx/xxxxxxxx/xxxxxxxxx",
"channel": "#test",
"username": "Umbraco v10 Health Check Status"
}
}
}
}
}
}
}
Credits and references
This project includes Slack.Webhooks which is MIT licensed.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Slack.Webhooks (>= 1.1.5)
- Umbraco.Cms.Core (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 2,600 | 7/13/2023 |
4.0.5 | 578 | 11/25/2022 |
4.0.4 | 323 | 11/25/2022 |
4.0.3 | 318 | 11/25/2022 |
4.0.2 | 323 | 11/21/2022 |
4.0.1 | 421 | 6/20/2022 |
4.0.0 | 446 | 6/20/2022 |
4.0.0-beta1 | 167 | 5/6/2022 |
3.0.0 | 383 | 9/28/2021 |
3.0.0-beta1 | 271 | 7/14/2021 |
2.0.1 | 388 | 9/9/2021 |
2.0.0 | 541 | 1/2/2020 |
2.0.0-beta3 | 378 | 12/9/2019 |
2.0.0-beta2 | 377 | 12/6/2019 |
2.0.0-beta1 | 490 | 2/26/2019 |
1.1.1 | 6,201 | 6/12/2018 |
1.1.0 | 1,646 | 4/10/2018 |
1.0.1 | 1,961 | 11/21/2017 |
1.0.0 | 1,051 | 9/19/2017 |
0.2.0-beta | 748 | 8/9/2017 |