Skip to content

halokid/NihilRabit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NihilRabit

a project for monitoring apps log file and recover the app process when you need.

[ ] http apps list [ ] monitoring app log file [ ] parser log file [ ] recover app process [ ] support more nodes with http & one config file

project structure

  • master the main process, send order to nodes, data show, http
  • nodes monitoring log files, get config setting from master with http, do things like recover app process
  • config monitoring apps config file

http restful api for master host

# get node log path
GET    http://masterIp:port/getNodeLog/appName

#response:
{
  "path" :  "/path/to/log" 
}

---------------------------------------------


About

a watch agent for app log, do something with log write into

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages