• Posts an external endpoint status to a Gatus server.

    Parameters

    • url: string

      The url to post the status to.

    • token: string

      Bearer token configured in Gatus for the external endpoint.

    • status: ExternalEndpointStatus

      The actual status object.

    • log: LogFunc = logFuncs.consoleLog

      Logging function.

    Returns Promise<void>

    • generateGatusExternalEndpointURL
    • logFuncs