Skip to content

hulken/SVGmonit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGmonit, turn a system overview in SVG into a live network monitor

The simplest live system overview monitor that runs http checks directly from an in SVG thats for example exported from yEd. Add CHECK-tag to any HTTP/HTTPS endpoint to the SVG and thats it. Links added to the SVG will also be interactive and will be opened in new window. Small Node.js-server updating the SVG with status colors of i.e. a network link between two systems.

Today the only check is if the url returns 200 ok.

Example

Get started

  1. Draw a system overview in yEd
  2. On one or more elements under "Data" add "Description", CHECK|{NAME}|{URL} ex. CHECK|Example API|http://exemple.com
  3. Export to SVG-format
  4. Place in svg-img folder
  5. Update config.js
  6. npm install
  7. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.0%
  • HTML 4.4%
  • CSS 3.1%
  • Shell 3.1%
  • Dockerfile 1.4%