Declarative monitoring check metadata.
Summary
Types
@type t() :: %HostKit.Monitor.Check{ alerts: [atom() | String.t() | keyword() | map()], clean: boolean() | nil, expect: keyword(), group: atom() | String.t() | nil, interval: String.t() | nil, meta: map(), name: atom() | String.t(), port: non_neg_integer() | nil, resource_id: term(), severity: atom(), target: String.t() | nil, task: String.t() | nil, type: atom() }