Current section
Files
Jump to
Current section
Files
lib/nodeping/checktypes/ssh.ex
defmodule NodePing.Checktypes.Ssh do
@moduledoc false
@enforce_keys [:target]
defstruct [
:target,
label: "",
autodiag: false,
type: "SSH",
invert: false,
contentstring: nil,
port: 22,
username: nil,
password: nil,
interval: 15,
enabled: false,
public: false,
runlocations: nil,
homeloc: false,
threshold: 5,
sens: 2,
dep: nil,
notifications: []
]
end