Last active
July 30, 2016 20:40
-
-
Save RooseveltAdvisors/5c7078d1affb50a846b49d5f689a933f to your computer and use it in GitHub Desktop.
Working conf for Burrow (Kafka consumer lag monitoring )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[zookeeper] | |
hostname=slave1.example.com | |
hostname=slave2.example.com | |
hostname=slave3.example.com | |
port=2181 | |
timeout=6 | |
lock-path=/burrow/notifier | |
[kafka "XX-prod"] | |
broker=slave1.example.com | |
broker=slave2.example.com | |
broker=slave3.example.com | |
broker-port=9092 | |
zookeeper=slave1.example.com | |
zookeeper=slave2.example.com | |
zookeeper=slave3.example.com | |
zookeeper-port=2181 | |
zookeeper-path=/ | |
zookeeper-offsets=true | |
offsets-topic=__consumer_offsets | |
#[storm "local"] | |
#zookeeper=zkhost01.example.com | |
#zookeeper=zkhost02.example.com | |
#zookeeper=zkhost03.example.com | |
#zookeeper-port=2181 | |
#zookeeper-path=/kafka-cluster/stormconsumers | |
[tickers] | |
broker-offsets=60 | |
[lagcheck] | |
intervals=10 | |
expire-group=604800 | |
[httpserver] | |
server=on | |
port=8000 | |
[smtp] | |
server=mailserver.example.com | |
port=25 | |
[email protected] | |
template=config/default-email.tmpl | |
#[email "[email protected]"] | |
#group=local,critical-consumer-group | |
#group=local,other-consumer-group | |
#interval=60 | |
[httpnotifier] | |
url=https://api.rollbar.com/api/1/item/ | |
interval=60 | |
extra=app=burrow | |
extra=tier=STG | |
extra=environment=production | |
template-post=config/default-http-post.tmpl | |
template-delete=config/default-http-delete.tmpl | |
timeout=5 | |
keepalive=30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment