Class AlertCondition

java.lang.Object
org.sentrysoftware.metricshub.engine.alert.AlertCondition

public class AlertCondition extends Object
Represents a condition for triggering alerts based on monitored data. An alert condition includes an operator and a threshold value. Provides a method to create a copy of the condition.
  • Constructor Details

    • AlertCondition

      public AlertCondition()
  • Method Details

    • copy

      public AlertCondition copy()
      Creates a copy of the alert condition.
      Returns:
      A new AlertCondition instance with the same operator and threshold.