Namespace Umbraco.Cms.Core.HealthChecks
Classes
AcceptableConfiguration
Represents an acceptable configuration value for a health check.
ConfigurationServiceResult
Represents the result of a configuration service operation.
HealthCheck
Provides a base class for health checks, filling in the healthcheck metadata on construction.
HealthCheckAction
Represents an action that can be taken to rectify a health check issue.
HealthCheckAttribute
Metadata attribute for Health checks.
HealthCheckCollection
Represents a collection of HealthCheck instances.
HealthCheckCollectionBuilder
Builds a collection of HealthCheck instances for dependency injection.
HealthCheckGroup
Represents a group of related health checks.
HealthCheckNotificationMethodAttribute
Metadata attribute for health check notification methods.
HealthCheckNotificationMethodCollection
Represents a collection of IHealthCheckNotificationMethod instances.
HealthCheckNotificationMethodCollectionBuilder
Builds a collection of IHealthCheckNotificationMethod instances for dependency injection.
HealthCheckResults
Represents the results of executing a collection of health checks.
HealthCheckStatus
The status returned for a health check when it performs its check. TODO: This model will be used in the WebApi result so needs attributes for JSON usage.
Enums
HealthCheckNotificationVerbosity
Specifies the verbosity level for health check notifications.
StatusResultType
Specifies the result type of a health check status.
ValueComparisonType
Specifies the type of value comparison to perform in a health check.