Skip to content

example job from healthchecker/0.21.0

Github source: d951e23 or master branch

Properties

address

Address which the example job will listen on

Default
127.0.0.1

healthchecker

failure_counter_file

File used by the healthchecker to monitor consecutive failures.

Default
/var/vcap/data/example/counters/consecutive_healthchecker_failures.count

log_level

Log level

Default
info

port

Port which the example job will listen on.

Default
8053

scheme

URL scheme to use when doing http checks (http/https)

Default
https

Templates

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

  • config/bpm.yml (from bpm.yml.erb)
  • config/healthchecker.yml (from healthchecker.yml.erb)

Packages

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