Umbraco.Community.Cloud.HealthChecks 1.0.2

dotnet add package Umbraco.Community.Cloud.HealthChecks --version 1.0.2
                    
NuGet\Install-Package Umbraco.Community.Cloud.HealthChecks -Version 1.0.2
                    
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="Umbraco.Community.Cloud.HealthChecks" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.Cloud.HealthChecks" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.Cloud.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 Umbraco.Community.Cloud.HealthChecks --version 1.0.2
                    
#r "nuget: Umbraco.Community.Cloud.HealthChecks, 1.0.2"
                    
#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 Umbraco.Community.Cloud.HealthChecks@1.0.2
                    
#: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=Umbraco.Community.Cloud.HealthChecks&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.Cloud.HealthChecks&version=1.0.2
                    
Install as a Cake Tool

Umbraco Cloud Health Checks

Cloud Health Checks

A package that provides health checks for Umbraco Cloud environments, helping you monitor critical system resources and storage usage.

Features

Included Health Checks

  • Azure Storage Usage - Monitors storage usage for C:\home and C:\local directories in Umbraco Cloud

    • Warning threshold at 75% usage
    • Error threshold at 90% usage
    • Windows-only support
  • NuGet Cache Size - Monitors the size of the NuGet cache directory

  • Umbraco Logs Folder Size - Tracks the size of Umbraco log files

Installation

Install via NuGet Package Manager or the .NET CLI:

dotnet add package Umbraco.Community.Cloud.HealthChecks

Or via NuGet Package Manager:

Install-Package Umbraco.Community.Cloud.HealthChecks

Usage

After installation, the health checks will automatically appear in the Umbraco backoffice under:

Settings → Health Check

The health checks are grouped under "Umbraco Cloud" for easy identification.

Health Check Results

Configuration

All health check thresholds can be customized via appsettings.json. The package uses sensible defaults, but you can override them to suit your environment.

See the Configuration Guide for detailed configuration options and examples.

Quick example:

{
  "CloudHealthChecks": {
    "UmbracoLogs": {
      "WarningThresholdMb": 200,
      "ErrorThresholdMb": 1000
    }
  }
}

Requirements

  • Umbraco CMS v17+

Proactive Monitoring

To get the most value from these health checks, set up automated monitoring using Umbraco's built-in notification system or third-party integrations.

Built-in Email Notifications

Umbraco includes a built-in email notification system for health checks. Configure it in Settings → Health Check to receive email alerts when issues are detected. See the official documentation for setup instructions. This allows you to:

  • Get early warnings when storage reaches 75% capacity
  • Receive critical alerts at 90% usage before your site runs out of space
  • Monitor log file growth and aging
  • Take proactive action to prevent downtime

Slack Notifications

For real-time team alerts, combine this package with the Health Check Slack Notification Method package. This sends automated Slack messages to your team channel when storage thresholds are exceeded.

Both notification methods are especially valuable in Umbraco Cloud environments where storage space is limited and can impact site availability.

Support

For issues, questions, or feature requests, please visit the GitHub repository.

Credits

Developed by Crumpled Dog and the Umbraco Community.

License

This project is licensed under the terms specified in the LICENSE file.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.2 205 12/20/2025
1.0.1 197 12/19/2025
1.0.0 212 12/19/2025