spatie / uptime-monitor-app

A PHP application to monitor uptime and ssl certificates
https://spatie.be/opensource/php
MIT License
219 stars 35 forks source link

Question: what is the difference? #9

Closed BorislavSabev closed 6 years ago

BorislavSabev commented 7 years ago

Hello.

What is the exact difference between the app in this repository and the one in https://github.com/spatie/laravel-uptime-monitor

Cheers, Borkata

sebastiandedeyne commented 6 years ago

The uptime monitor is built to check the health of your websites, for example, "is "https://borislavsabev.com up?"

The server monitor is built to check the status of your server processes, for example "is MySQL running?", or "is my disk almost full?"

BorislavSabev commented 6 years ago

Hey @sebastiandedeyne thanks. My point was that this is not clear from the documentation.

For you "the uptime monitor" is spatie/uptime-monitor-app, right? And "the server" is spatie/laravel-uptime-monitor, right?

I'll submit a PR against both README.md's once it is clear for me. Thanks.

sebastiandedeyne commented 6 years ago

Oh sorry misunderstood!

The other repository is a library that can be installed in an existing Laravel app to monitor uptime from that application.

This repository is a full application that uses the library, so it's ready to install on your server without any extra setup.