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
Go to file
Arthur POULET 729306aac5
Loosen on dependencies version
2022-07-28 00:33:09 +02:00
src fix: avoid some db conflict throw that crashes thread 2022-02-14 17:50:38 +01:00
.gitignore add database to save runs at reboot 2021-11-10 12:09:13 +01:00
Gemfile Loosen on dependencies version 2022-07-28 00:33:09 +02:00
Gemfile.lock Loosen on dependencies version 2022-07-28 00:33:09 +02:00
README.md add database to save runs at reboot 2021-11-10 12:09:13 +01:00
Rakefile init base 2021-11-08 11:20:33 +01:00
config.ru init base 2021-11-08 11:20:33 +01:00
tasks.yaml add local file testing 2021-11-10 17:20:43 +01:00

README.md

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.