JaneHQ::AgentRecord
A row from the agents table (latest known state of one reporting host).
Constructors
from_rs(rs : DB::ResultSet) : AgentRecord
Sourcenew(id : Int64, hostname : String, os : String, kernel : String, uptime : String, cpu_model : String, cpu_cores : Int32, cpu_usage : String, load_avg : String, total_memory : String, used_memory : String, free_memory : String, memory_usage : String, jane_version : String, unmonitored : String, alert_count : Int32, check_count : Int32, first_seen : Int64, last_seen : Int64)
SourceInstance methods
alert_count
Sourcecheck_count
Sourcecpu_cores
Sourcecpu_model
Sourcecpu_usage
Sourcefirst_seen
Sourcefree_memory
Sourcehostname
Sourceid
Sourcejane_version
Sourcekernel
Sourcelast_seen
Sourcelast_seen_at
Sourceload_avg
Sourcememory_usage
Sourceos
Sourcetotal_memory
Sourceunmonitored
Sourceunmonitored_tags
Sourceuptime
Sourceused_memory
Source