Dogmatix.ServiceCheck (Dogmatix v0.1.0) View Source
The struct to define a service check.
Link to this section Summary
Link to this section Types
Specs
t() :: %Dogmatix.ServiceCheck{
hostname: String.t() | nil,
message: String.t() | nil,
name: String.t(),
status: :ok | :warning | :critical | :unknown,
timestamp: integer() | DateTime.t() | nil
}