Current section

Files

Jump to
nodeping lib nodeping checktypes rdp.ex
Raw

lib/nodeping/checktypes/rdp.ex

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