@extends('mainview') @section('maincontent')
Add a Server @if(isset($errors) && count($errors) > 0)
Errors
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
Enter a recognizable name for your server that will appear in alerts.
Enter a host name or IP address here. If using the HTTP Status method, enter a full URL.
Enter a port here. You may use a range of ports (e.g. 80-100) or enter multiple ports separated by commas.
seconds

Time between checks, in seconds.

{{csrf_field()}}
@endsection