This repository provides a tool to run checks on a given website or a bunch of websites.
ATTENTION: lib/techie is not public usable! You need to aquire a license for that.
git clone git@github.com:nmngt/Monitor.git moni
cd moni && chmod +x console
composer updateThis command will run all checks from config on all configured sites.
./console check:configThis command will run default checks on an given site.
./console check:site fbo.deThis command will run ssl checks on all configured sites.
./console check:sslIf you add --report to any of the commands, a email report is sent to the configured email address.
./console check:config --reportPlease see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email norm@ngeorg.com or use the issue tracker.
- symfony/console (https://symfony.com/doc/current/components/console.html)
- symfony/var_dumper (https://symfony.com/doc/current/components/var_dumper.html)
- symfony/debug (https://symfony.com/doc/current/components/debug.html)
- https://github.com/filp/whoops
- https://github.com/shuchkin/simplemail