spatie/laravel-server-monitor

Make http ping check

Closed this issue · 1 comments

Hi,

I want to make a new check to test if a web page response.
So I don't want to make a ssh connection with command, but only guzzle call to check response (200 or 302 in some case).

Is it possible, because I don't see it in the code ?

Regards