com.lucidchart.open.nark

plugins

package plugins

Visibility
  1. Public
  2. All

Type Members

  1. case class AlertEvent(id: UUID, name: String, target: String, server: String, comparison: Comparisons.Value, warnThreshold: BigDecimal, errorThreshold: BigDecimal, lastValue: Option[BigDecimal], previous: AlertState.Value, current: AlertState.Value) extends Product with Serializable

  2. trait AlertPlugin extends AnyRef

    Trait for plugins that handle changes in alert state

Value Members

  1. object AlertState extends Enumeration

  2. object Comparisons extends Enumeration

Ungrouped