bosh-system-metrics-forwarder job from bosh-system-metrics-forwarder/0.0.4
Github source:
fc76d9b
or
master branch
Properties¶
bosh_director
¶
addr
¶The host and port of the director
loggregator
¶
ca_cert
¶CA Cert used to communicate with local metron agent over gRPC
cert
¶Cert used to communicate with local metron agent over gRPC
key
¶Key used to communicate with local metron agent over gRPC
v2_api_port
¶Local metron agent gRPC port
- Default
3458
metrics_forwarder
¶
tls
¶
ca_cert
¶The CA certificate used to sign the server’s tls certificate
common_name
¶The common name used to sign the server’s tls certificate
metrics_server
¶
addr
¶The host and port of the bosh system metrics server
uaa_client
¶
identity
¶The UAA client identity which has access to bosh system metrics
password
¶The UAA client password which has access to bosh system metrics
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/bosh-system-metrics-forwarder/
directory
(learn more).
bin/ctl
(fromctl.erb
)config/certs/loggregator/ca.crt
(fromloggregator_ca.crt.erb
)config/certs/loggregator/client.crt
(fromloggregator_client.crt.erb
)config/certs/loggregator/client.key
(fromloggregator_client.key.erb
)config/certs/metrics/ca.crt
(frommetrics_ca.crt.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.