Class AlertProperties

java.lang.Object
com.nmontytskyi.monitoring.server.config.AlertProperties

@ConfigurationProperties(prefix="monitoring.alert") public class AlertProperties extends Object
Externalized configuration for the alerting subsystem.

Properties are bound under the monitoring.alert prefix and configure whether alerting is enabled, the default evaluation window, and the sender/recipient email addresses used by AlertNotificationService.

Author:
Nazar Montytskyi
See Also:
  • Constructor Details

    • AlertProperties

      public AlertProperties()