2021-11-10 12:09:13 +01:00
2021-11-08 11:20:33 +01:00
2022-07-28 00:33:09 +02:00
2022-07-28 00:33:09 +02:00
2021-11-08 11:20:33 +01:00
2021-11-10 12:09:13 +01:00
2021-11-10 17:20:43 +01:00

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
Readme 55 KiB
Languages
Ruby 92.7%
Slim 7.3%