An open API service indexing awesome lists of open source software.

https://github.com/cppforlife/bosh-hm-forwarders-release

BOSH HM Forwarders
https://github.com/cppforlife/bosh-hm-forwarders-release

Last synced: 4 months ago
JSON representation

BOSH HM Forwarders

Awesome Lists containing this project

README

          

# bosh-hm-forwarders-release

Release contains following BOSH HealthMonitor forwarders:

- [AWS CloudWatch](docs/cloudwatch.md)
- [DataDog](docs/datadog.md)

## Example usage

Standalone BOSH HM (on bosh-lite):

```
$ bosh -n -d bosh-hm deploy manifests/hm.yml -o manifests/datadog.yml \
-v datadog_api_key=... \
-l ~/workspace/deployments/vbox/creds.yml \
-v director_address=10.254.50.4 \
-v nats_address=10.254.50.4
```