Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misterdevit/laracheck
Check Outages & Bugs in your sites!
https://github.com/misterdevit/laracheck
bugs laravel monitoring php
Last synced: 9 days ago
JSON representation
Check Outages & Bugs in your sites!
- Host: GitHub
- URL: https://github.com/misterdevit/laracheck
- Owner: misterdevit
- License: mit
- Created: 2024-10-27T21:32:31.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:32:34.000Z (11 days ago)
- Last Synced: 2024-10-28T02:24:59.280Z (11 days ago)
- Topics: bugs, laravel, monitoring, php
- Language: PHP
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laracheck
#### Introduction
Track Application errors and outages before your Users discover them! Laracheck is a simple-to-use Laravel error tracker and application uptime monitoring service.
#### Screenshots
#### Installation
- Clone this repo and install it on your server
- Configure your `.env` file with your own configuration
- Configure SMTP email credentals (systems will send notification)
- Run migrations and seeders `php artisan migrate --seed`
- Set Cron Jobs `* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1`
- Sign In using `[email protected]` / `password` credentials
- Edit email, password and 2FA into User Profile page#### Add Sites
- Create a new Site into Sites area
- Create an API token via User Profile page
- Install the Laracheck client into your site: https://github.com/misterdevit/laracheck-client (`composer require misterdevit/laracheck`)
- Configure your site .env file with API Token, Site ID and your Laracheck `/api/bugs` path (e.g. https://laracheck.site.com/api/bugs)> In site configuration you can set as option an email to notify both outages and resolutions, an email to notify only outages and another one to notify only resoltions. This is useful if you have to configure third parts status pages.
#### License
Laracheck is an open-source software licensed under the MIT license.
#### Contributing
Thank you for considering contributing to this project (Pull Requests, Issues, Feedbacks, Stars, Promo, Beers) :)
#### Support
Need support with Laracheck? Please open an issue here: https://github.com/misterdevit/laracheck/issues.
...enjoy Laracheck :)