NodePing Elixir v1.1.4 NodePing.Checktypes.Push View Source
PUSH checks allow you to send heartbeats and metrics from your servers to NodePing. Use a PUSH check for things like monitoring your servers that are behind firewalls, tracking CPU load on your Windows SQL servers, or getting alerts before you run out of disk space on your web servers.
fields = %{ :apcupsd => %{
:name => "apcupsd",
:min => 1,
:max => 1
}, :load1min => %{
:name => "load1min",
:min => 1,
:max => 1
} }