Name:httprobe
Category:Network
Publisher:trickest
Created:6/23/2021
Container:quay.io/trickest/httprobe:5555984
Output Type:
License:Unknown

Parameters

domains
file
required
List of domains
threads
string
-cNumber of threads
timeout
string
-tTimeout in milliseconds.
prefer-https
boolean
--prefer-httpsIf you don't care about checking HTTP if HTTPS is working.
protocol-port
string
-pBy default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.
protocol-port-2
string
-pBy default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.
skip-standard-ports
boolean
-sIf you don't want to probe for HTTP on port 80 or HTTPS on port 443, you can use this parameter. In that case, you need to specify the probes you do want using the protocol-port.