Skip to content

A fancy ping tool with graphs and stuff. Collect long running connection latency and status information, and view the data in a graph.

Notifications You must be signed in to change notification settings

somethingTacos/PingThings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingThings

Description

A fancy ping tool with graphs and stuff.

Collect long running connection latency and status information, and view the data in a graph.

Here are some gifs...

Adding a New Ping Group

Adding Ping Groups

Adding a New Ping Group from a File

example.json:

{
  "groupname": "Example drop file",
  "pings": [
    {
	  "label": "Google Dns",
	  "host": "1.1.1.1"
	},
	{
	  "label": "Another Dns",
	  "host": "8.8.8.8"
	},
	{
	  "label": "Google.com",
	  "host": "www.google.com"
	}
  ]
}

Adding Ping Group from File

Removing Ping Groups

Removing Ping Groups

Displaying Graphs

Displaying Graphs

About

A fancy ping tool with graphs and stuff. Collect long running connection latency and status information, and view the data in a graph.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages