Current section

Files

Jump to
nodeping lib nodeping checktypes snmp.ex
Raw

lib/nodeping/checktypes/snmp.ex

defmodule NodePing.Checktypes.Snmp do
@moduledoc false
@enforce_keys [:target]
defstruct [
:target,
:token,
label: "",
autodiag: false,
type: "SNMP",
port: 161,
fields: %{},
snmpv: 1,
snmpcom: "public",
enabled: false,
public: false,
runlocations: nil,
homeloc: false,
threshold: 5,
sens: 2,
dep: nil,
notifications: []
]
end