Current section
Files
Jump to
Current section
Files
lib/nodeping/checktypes/rdp.ex
defmodule NodePing.Checktypes.Rdp do
@enforce_keys [:target]
defstruct [
:target,
label: "",
type: "RDP",
interval: 15,
enabled: false,
public: false,
runlocations: nil,
homeloc: false,
threshold: 5,
sens: 2,
dep: nil,
notifications: []
]
end