Skip to content

Simple application for monitoring and syncing nodes names

Notifications You must be signed in to change notification settings

galina/node_pinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodePinger is a very simple application that can

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

The list of nodes should be specified in the config.

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

Intervals can be redefined in 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

About

Simple application for monitoring and syncing nodes names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 96.6%
  • Shell 3.4%