Our.Umbraco.HealthChecks 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Our.Umbraco.HealthChecks --version 1.0.5
                    
NuGet\Install-Package Our.Umbraco.HealthChecks -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Our.Umbraco.HealthChecks" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Our.Umbraco.HealthChecks" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Our.Umbraco.HealthChecks" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Our.Umbraco.HealthChecks --version 1.0.5
                    
#r "nuget: Our.Umbraco.HealthChecks, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Our.Umbraco.HealthChecks@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Our.Umbraco.HealthChecks&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Our.Umbraco.HealthChecks&version=1.0.5
                    
Install as a Cake Tool

Our.Umbraco.HealthChecks

Build status

NuGet

This repo is a collection of community written Health Checks for Umbraco CMS.

Please follow the naming of the folders and checks which are in the Umbraco Core Health Checks

Don't forget to do a NuGet restore.

You can login to the website and test the health checks. Here are the login details:

<strong>username:</strong> admin@admin.com<br/> <strong>password:</strong> 1234567890

Current Checks

Azure

Azure Examine Compatibility Check

Checks that examine settings are appropriate for the Azure platform.

Azure File Change Notification Config Check

Checks that fcnMode config is appropriate for the Azure platform.

Azure Logging Check

Checks that logging patterns are appropriate for the Azure platform.

Azure Temp Storage Config Check

Checks that temp storage config is appropriate for the Azure platform.

Config

Examine Rebuild On Startup

Check whether examine rebuild on start is off

Umbraco Path Check

Checks to see if you have changed the umbraco path.

Security

Admin User Check

Check the admin user isn't called 'admin'

TLS Check

Check the TLS protocol being used

Suggest Checks

If you would like to suggest checks please raise it as an issue.

Contribute Checks

If you would like to contribute any checks, please either choose one from the existing issues list, or create an issue first and link to it in the PR using a hashtag and the issue number i.e. #1234

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.1 13,259 3/17/2020
1.0.16 13,249 5/16/2019
1.0.14 971 4/9/2019
1.0.13 749 3/25/2019
1.0.12 3,326 2/28/2019
1.0.11 862 1/14/2019
1.0.9 2,060 11/30/2018
1.0.8 860 11/28/2018
1.0.7 792 11/27/2018
1.0.6 834 11/23/2018
1.0.5 2,542 11/21/2018
1.0.4 993 11/20/2018
1.0.3 791 11/17/2018
1.0.2 816 11/16/2018
1.0.1 776 11/15/2018
1.0.0 837 11/15/2018

- fixed issue with configurations service.