Skip to content

blackbox job from concourse/0.53.0

Github source: 34d4c3cc or master branch

Properties

blackbox

expvar

datadog
api_key

API key to use when sending metrics to Datadog

interval_in_seconds

interval on which to emit metrics

Default
10
sources

expvar endpoints from which to emit metrics the format is { "name" => { "url" => "http://...", "tags" => ["program:atc"] }.

Default
{}

syslog

destination
address

address for syslog drain (including port)

transport

transport protocol for syslog drain (udp/tcp/tls)

Default
udp
sources

files whose contents will be emitted to the destination. the format is { "tag" => ["/path/to/log"] }.

Default
{}

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/blackbox/ directory (learn more).

  • bin/blackbox_ctl (from blackbox_ctl)
  • config/config.yml (from config.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.