Simple server monitoring:
* check http server response
* check tcp server listen
* check local files creation and modification dates
* configurable localy
* json api
* html index for showing visual infos based on the api
src | ||
.gitignore | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.md | ||
tasks.yaml |
Upupup
A simple http service monitoring
Install
bundle install
UPUPUP_DB=sqlite://development.db ./src/database_init.rb
Start
UPUPUP_DB=sqlite://development.db ./src/app.rb
Note: you can put your env variables in the .env file.