example job from healthchecker/0.13.0
              Github source:
              e19757e 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
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(frombpm.yml.erb)config/healthchecker.yml(fromhealthchecker.yml.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.