Skip to content

Instantly share code, notes, and snippets.

@teddyking
Created October 25, 2014 10:13
Show Gist options
  • Save teddyking/334f5e51a8c8d8228aac to your computer and use it in GitHub Desktop.
Save teddyking/334f5e51a8c8d8228aac to your computer and use it in GitHub Desktop.
Cloud Foundry Manifest Snippet - collector
# collector manifest config
jobs:
- instances: 1
name: collector
networks:
- name: cf1
static_ips:
- 10.244.0.38
properties:
networks:
apps: cf1
management: cf1
release: cf
resource_pool: small_z1
template: collector
properties:
collector:
deployment_name: my-cf-deployment
# uncomment the plugins you wish to use and update values as necessary
# use_aws_cloudwatch: true
# aws_access_key_id: key
# aws_secret_access_key: key
#
# use_datadog: true
# datadog_api_key: key
# datadog_application_key: key
#
# use_graphite: true
# graphite:
# address: 192.0.2.1
# port: 2003
#
# use_tsdb: true
# opentsdb:
# address: 192.0.2.2
# port: 4242
# ensure nats properties are set as well
nats:
machines:
- 10.244.0.6
password: nats
port: 4222
user: nats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment