system-metrics-server job from bosh-system-metrics-server/0.0.8
Github source:
7568290
or
master branch
Properties¶
bosh
¶
director
¶
addr
¶The address and port of the director
- Default
localhost:25555
system_metrics_plugin
¶
addr
¶The address and port of the system metrics server to send metrics to
- Default
localhost:25594
system_metrics_server
¶
port
¶The port which the grpc metrics server will listen on
- Default
25595
tls
¶
cert
¶The TLS certificate for the system metrics server
key
¶The TLS private key for the system metrics server
trusted_uaa_authority
¶The client authority required to connect
- Default
bosh.system_metrics.read
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/system-metrics-server/
directory
(learn more).
bin/bosh-monitor/run.sh
(fromrun_plugin.sh.erb
)bin/ctl
(fromctl.erb
)config/certs/server.crt
(fromserver.crt.erb
)config/certs/server.key
(fromserver.key.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.