What is the semantics of a job
for a Prometheus blackbox exporter that cites more than one module under params.module
?
I guess it means that all modules are tried and the probe only succeeds if all of them succeed. All the examples I have come across employ only single modules (typically module: [http_2xx]
), and I have not configured an example nor looked it up in the source code so far. Maybe someone here knows already/definitely from direct experience.