class

Jane::Alerter

Inherits Reference < Object

Constructors

new(email_config : AlertEmailConfig, logger : Logger)
Source

Instance methods

process(checks : Array(Monitor::Check))

Process a batch of check results. Sends alert emails for any check that has just entered the alert state (was not alert on the previous cycle).

Source