MonitorHealthEventsConfig

data class MonitorHealthEventsConfig(val availabilityLocalHealthEventsConfig: MonitorLocalHealthEventsConfig? = null, val availabilityScoreThreshold: Double? = null, val performanceLocalHealthEventsConfig: MonitorLocalHealthEventsConfig? = null, val performanceScoreThreshold: Double? = null)

Constructors

Link copied to clipboard
constructor(availabilityLocalHealthEventsConfig: MonitorLocalHealthEventsConfig? = null, availabilityScoreThreshold: Double? = null, performanceLocalHealthEventsConfig: MonitorLocalHealthEventsConfig? = null, performanceScoreThreshold: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.

Link copied to clipboard

The health event threshold percentage set for availability scores. When the overall availability score is at or below this percentage, Internet Monitor creates a health event.

Link copied to clipboard

The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.

Link copied to clipboard

The health event threshold percentage set for performance scores. When the overall performance score is at or below this percentage, Internet Monitor creates a health event.