Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ PingDing Public archive

Primitive monitoring setup. Superseded by 'monitoring' repository

Notifications You must be signed in to change notification settings

12urenloop/PingDing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingDing

Utility for checking 12urenloop counting stations and graphically displaying them.

Setup

  1. Set up stations.json:
[
	{
		"address": "10.0.20.3",  // The address to check
		"canvasX": 350,          // The X-location on the html5 canvas (600 by 400)
		"canvasY": 50,           // The Y-location on the html5 canvas (600 by 400)
		"name": "Mr. White",     // The name of the station
		"color": "#bbbbbb",      // The color of the station
		"pingOnly": true         // If true, only ping the address, else check if the http response is 200
	},
	// ...
]
  1. Start the server:
      npm install
      npm start
  1. Check out localhost:3000

About

Primitive monitoring setup. Superseded by 'monitoring' repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published