Healthcheck through another container then the particiapting container

Hi,
I was looking into the possibility to implement health monitoring for services which do not expose any useful 200 => < 300 return code endpoint.
The idea was to have another container doing the health check and reporting this through a defined endpoint as health check for Traefik.

I did find the section for services and healthchecks being able to add a hostname which would be overwritten in the health check request from Traefik, unfortunately it's only the Host Header in the request and the destination stays to the original Container IP.

Is there a way to redirect the health check to a different service/container.

kind regards for any support or hint
Michaela