monasca-vagrant/data_bags/mon_thresh/mon_thresh.json

23 lines
410 B
JSON

{
"id" : "mon_thresh",
"kafka": {
"metric": {
"group": "thresh-metric",
"topic": "metrics"
},
"event": {
"group": "thresh-event",
"host": "192.168.10.4:9092",
"consumer_topic": "events",
"producer_topic": "alarm-state-transitions"
}
},
"mysql": {
"db": "mon",
"host": "localhost:3306"
},
"zookeeper": {
"host": "localhost:2181"
}
}