https://github.com/samrocketman/consul-kapacitor
A Kapacitor backend for Chronograf using consul service discovery.
https://github.com/samrocketman/consul-kapacitor
Last synced: 4 months ago
JSON representation
A Kapacitor backend for Chronograf using consul service discovery.
- Host: GitHub
- URL: https://github.com/samrocketman/consul-kapacitor
- Owner: samrocketman
- License: mit
- Created: 2019-11-23T08:16:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:11:56.000Z (over 5 years ago)
- Last Synced: 2025-02-24T08:13:36.686Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul Kapacitor
This demo shows an example of Kapacitor using consul for service discovery.
This is a companion project for
https://github.com/samrocketman/docker-compose-ha-consul-vault-ui
This assumes you have cloned this repository and
docker-compose-ha-consul-vault-ui to `${HOME}/git/github`.
docker-compose-ha-consul-vault-ui must be started before this project and be
healthy.
# Order of operations
1. Bootstrap [consul-influxdb][consul-influxdb]
2. Bootstrap [consul-kapacitor][consul-kapacitor] (this project)
3. Bootstrap [consul-chronograf][consul-chronograf]
# Bootstrapping this project
Simply run the following docker command. It will register with consul
automatically.
docker-compose up -d
[consul-chronograf]: https://github.com/samrocketman/consul-chronograf
[consul-influxdb]: https://github.com/samrocketman/consul-influxdb
[consul-kapacitor]: https://github.com/samrocketman/consul-kapacitor