Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

aliva/pinggraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Graph

Build Status

Before starting make sure you can connect to all nodes with an ssh connection. pinggraph connects to each node with ssh and tries to ping other nodes.

Note that you can also add external nodes, (for example you want to ping 8.8.8.8 from all nodes.) You just need to set isremote: true for that node.

Usage

Download latest release from this page:

pinggraph -f nodes.yml

Or run from source:

go run main.go -f nodes.yml

nodes.yml keys

(check nodes.yml.example for sample)

Key Default Description
host Required Public IP or domain of your node
user root User used for ssh connection into node
name if empty uses host value Name given to this node
isremote false pinggraph doesn't ssh into remote nodes, but other nodes will ping it, (when you want to check if all nodes can connect into an external server like 8.8.8.8)

Screenshot

screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages