Moved kafka to listen on its external ip.

This commit is contained in:
Tim Kuhlman 2014-07-08 17:22:43 -06:00
parent 12ed340ebc
commit f8810ff37d
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Installs a mini monitoring environment based on Vagrant. Intended for development and monitoring of the monitoring infrastructure.
Installs a mini monitoring environment based on Vagrant. Intended for development of the monitoring infrastructure.
# Installation

View File

@ -16,6 +16,6 @@
"schema": "mon"
},
"kafka": {
"hostname": "localhost"
"hostname": "192.168.10.4"
}
}

View File

@ -1,7 +1,7 @@
{
"id" : "hosts",
"kafka": {
"url": "localhost",
"url": "192.168.10.4",
"alarm_topic": "alarm-state-transitions",
"notification_topic": "alarm-notifications"
},

View File

@ -7,7 +7,7 @@
},
"event": {
"group": "thresh-event",
"host": "localhost:9092",
"host": "192.168.10.4:9092",
"consumer_topic": "events",
"producer_topic": "alarm-state-transitions"
}

View File

@ -11,7 +11,7 @@
"jdk_version": "7"
},
"kafka": {
"listen_address": "127.0.0.1",
"listen_address": "192.168.10.4",
"topics": {
"metrics": { "replicas": 1, "partitions": 4 },
"events": { "replicas": 1, "partitions": 4 },