(Laravel) Uptime Monitor

Today Freek from spatie released a new package: Laravel-uptime-monitor is a powerful, easy to configure uptime monitor. It will notify you when your site is down (and when it comes back up). You can also be notified a few days before an SSL certificate on one of your sites expires. Under the hood, the package …

pm2 – Advanced Production Process Manager for Node.js

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks. Instead of starting your apps using node app.js, start them using pm2 start app.js pm2 – Advanced Production Process Manager for …

ping.gg – The world’s most simple monitoring service.

~$# start monitoring your server with a single curl command. ~$curl ping.gg/me@example.org/104.28.13.51 [ ok ] Ping alert created for host ‘104.28.13.51’ and email ‘me@example.org’. Check your email to activate it. ~$# activate the first and the next ones are activated automatically. ~$curl ping.gg/me@example.org/example.org [ ok ] Ping alert created for host ‘example.org’ and email ‘me@example.org’. …

Monit – Easy, proactive monitoring

check host localhost with address 127.0.0.1 if failed ping then alert if failed port 3306 protocol mysql then alert check process apache with pidfile /var/run/httpd.pid start program = “/etc/init.d/apache2 start” stop program = “/etc/init.d/apache2 stop” Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and …