• Generates an endpoint key following the Gatus documentation.

    Parameters

    • name: string

      Name of the endpoint.

    • group: string

      Group name of the endpoint.

    Returns string

    The usable endpoint key.

    generateEndpointKey("Landing", "Frontend"); // "frontend_landing"