Skip to content

Instantly share code, notes, and snippets.

@yuanzhaoYZ
Last active July 30, 2016 20:40
Show Gist options
  • Save yuanzhaoYZ/5c7078d1affb50a846b49d5f689a933f to your computer and use it in GitHub Desktop.
Save yuanzhaoYZ/5c7078d1affb50a846b49d5f689a933f to your computer and use it in GitHub Desktop.
Working conf for Burrow (Kafka consumer lag monitoring )
[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
from=burrow-noreply@example.com
template=config/default-email.tmpl
#[email "bofh@example.com"]
#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