Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/prometheus-boshrelease

 
 

Prometheus BOSH Release

This is a BOSH release for Prometheus.

It includes the following Prometheus Exporters:

Usage

To use this BOSH release, first upload it to your BOSH:

bosh target <YOUR_BOSH_HOST>
bosh upload release https://bosh.io/d/github.com/cloudfoundry-community/prometheus-boshrelease

For bosh-lite, you can quickly create a deployment manifest & deploy a cluster:

git clone https://github.com/cloudfoundry-community/prometheus-boshrelease.git
cd prometheus-boshrelease
./templates/make_manifest warden
bosh -n deploy

For AWS EC2, create a deployment manifest & deploy a cluster:

git clone https://github.com/cloudfoundry-community/prometheus-boshrelease.git
cd prometheus-boshrelease
./templates/make_manifest aws-ec2
bosh -n deploy

Contributing

Refer to CONTRIBUTING.md.

License

Apache License 2.0, see LICENSE.

Packages

No packages published

Languages

  • Shell 94.0%
  • Nginx 6.0%