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.
Description
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
Languages
Ruby
92.7%
Slim
7.3%