8000 GitHub - LordGaav/ring-sqa: RING partial outage monitor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LordGaav/ring-sqa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ring SQA

Discovers NLNOG Ring nodes by monitoring /etc/hosts with inotify. UDP pings each node periodically recording latency as microseconds in SQL database

Currently 5 threads

  1. main thread, launches everything and finally gives control to Analyze class
  2. sender thread, sends queries and populates DB with new negative response row
  3. receiver thread, receives replies and updates DB with positive response
  4. responder thread, receives queries and sends replies
  5. inotify monitor thread

Use

  • ring-sqad --help
  • ring-sqad --daemonize

Todo

  • Get rid of Sequel+SQLite share Hash or Array instead?

About

RING partial outage monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0