Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Monitoring uptime with Laravel

Monitoring uptime with Laravel

Freek Van der Herten

January 25, 2017
Tweet

More Decks by Freek Van der Herten

Other Decks in Programming

Transcript

  1. About me Freek Van der Herten Partner & developer at

    SPATIE @freekmurze https://murze.be
  2. Since 2003 Websites, applications and webshops Team 4 developers, 1

    manager Specialization Laravel development
  3. Open source software ± 90 packages on Packagist ± 1

    800 000 downloads total, ±240 000 downloads a month A lot of benefits: learning, forced to write documentation and tests, showing the quality of our work, eating our own dogfood
  4. Notifications when a site goes down (and comes back again)

    Notifications when an ssl certificate will expire and has expired Mail & Slack out of the box In short
  5. Notifications are extendable Can handle hundreds of sites in a

    few seconds thanks to Guzzle Highly configurable behaviour An easy to use installer for those not familiar with Laravel Extensive documentation: https://docs.spatie.be/laravel-uptime- monitor/ Cool stuff