Using {{domain}} ReconNess replace {{domain}} for the subdomain.
ping {{domain}} -c 1
Check Script file
# -------- Agents dependencies --------
# To allow run ping inside the docker
RUN apt-get update && apt-get install -y iputils-ping
# -------- End Agents dependencies --------