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
- Host: GitHub
- URL: https://github.com/cppforlife/bosh-hm-forwarders-release
- Owner: cppforlife
- License: apache-2.0
- Created: 2017-10-23T08:55:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T04:27:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T09:25:38.623Z (about 1 year ago)
- Language: Go
- Size: 10.1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```