struct

JaneHQ::CheckRecord

Inherits Struct < Value < Object

A row from the checks table (latest snapshot of one agent's check).

Constructors

from_rs(rs : DB::ResultSet) : CheckRecord
Source
new(name : String, status : String, current : String, threshold : String, message : String, tags : String, description : Nil | String)
Source

Instance methods

alert?
Source
current
Source
description
Source
message
Source
name
Source
status
Source
tags
Source
threshold
Source