Current section

Files

Jump to
nodeping lib nodeping checktypes cluster.ex
Raw

lib/nodeping/checktypes/cluster.ex

defmodule NodePing.Checktypes.Cluster do
@moduledoc false
@enforce_keys [:data]
defstruct label: "",
data: [],
type: "CLUSTER",
autodiag: false,
interval: 15,
enabled: false,
public: false,
runlocations: nil,
homeloc: false,
threshold: 5,
sens: 2,
notifications: []
end