defmodule NodePing.Checktypes.HttpParse do @moduledoc false @enforce_keys [:target] defstruct [ :target, label: "", autodiag: false, type: "HTTPPARSE", fields: %{}, sendheaders: %{}, interval: 15, enabled: false, public: false, runlocations: nil, homeloc: false, threshold: 5, sens: 2, dep: nil, notifications: [] ] end