/project-monitor

Notifies you if something makes boom

Primary LanguagePHPMIT LicenseMIT

Project Monitor - Get notified about problems

Software License Latest Stable Version Build Status

This tool can check if your projects are up and send a push-notification otherwise.

Features

  • Check HTTP Services
  • Telegram notification
  • Failure logging to DB

Install

$ 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

Changelog

Please see the CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see the License File for more information.