[console_scripts]
lighthouse-reporter = lighthouse.scripts.reporter:run
lighthouse-writer = lighthouse.scripts.writer:run

[lighthouse.balancers]
haproxy = lighthouse.haproxy.balancer:HAProxy

[lighthouse.checks]
http = lighthouse.checks.http:HTTPCheck
redis = lighthouse.redis.check:RedisCheck [redis]
tcp = lighthouse.checks.tcp:TCPCheck

[lighthouse.discovery]
zookeeper = lighthouse.zookeeper:ZookeeperDiscovery

