Healthchecks

Save @if (!$resource->health_check_enabled) @else Disable Healthcheck @endif
Define how your resource's health should be checked.
@if ($resource->custom_healthcheck_found)

A custom health check has been detected. If you enable this health check, it will disable the custom one and use this instead.

@endif