Skip to content

Files

Latest commit

cccc
cc
and
cc
Jan 19, 2015
45c4674 · Jan 19, 2015

History

History
29 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 753 Bytes

watchdog

Monitoring servers by sending ICMP Echo request from different servers to the monitored servers.

Try it out. http://watchdog.top/

front-end

I am new to html/js/css stuff, so I simply copy and modify http://lab2023.github.io/hierapolis/

main-server

  • Written in Golang
  • Manage the ping-nodes running on different servers in varies location
  • Store data
  • Provide APIs to front-end
  • Thanks to hprose and beego
  • A lot more

ping-node

  • Written in Golang
  • Simply ping, same as ping command, rely on ping

TODO

  • Documentation
  • Makefile
  • ....