This tool can check if your projects are up and send a push-notification otherwise.
- Check HTTP Services
- Telegram notification
- Failure logging to DB
$ composer install (--no-dev -o)
$ cp .env.example .env
- Adjust .env to your environment (database, telegram-apikey)
$ ./artisan migrate
- Put your checks and recipients in the DB-tables
- Register the
artisan schedule:run
cronjob
Please see the CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see the License File for more information.