ObserverWeb.Version.Server (Observer Web v0.2.4)

View Source

Monitors and reports Observer Web versions across connected nodes.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: %ObserverWeb.Version.Server{
  local: String.t() | nil,
  nodes: tuple() | nil,
  status: :ok | :warning | :empty
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

@spec start_link(any()) :: :ignore | {:error, any()} | {:ok, pid()}

status()

@spec status() :: t()