funbox / node_pinger

Simple application for monitoring and syncing nodes names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodePinger

A very simple Elixir application that can:

  • ping nodes at regular interval;
  • synchronize global node names known to the current node.

Usage

The list of nodes should be specified in the config:

config: node_pinger, nodes: [:name@host]

Intervals can be redefined in the config (by default, ping is performed every second, synchronize global names is every 5 minutes):

config: node_pinger,
   node_ping_interval: 1000,
   global_sync_interval: 300_000

Sponsored by FunBox

About

Simple application for monitoring and syncing nodes names

License:MIT License


Languages

Language:Elixir 96.6%Language:Shell 3.4%