Skip to content

Simple application for monitoring and syncing nodes names

License

Notifications You must be signed in to change notification settings

funbox/node_pinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Elixir 96.6%
  • Shell 3.4%