Craig Bryant 55520fe3a6 Change to use the cookbook-monasca-thresh
Requires renaming some databags to monasca_thresh from mon_thresh

This change must be approved AFTER the change to
cookbook-monasca-thresh

Change-Id: I9c65a178409c62d7578e0d9dcbd524b3dffb6f82
2014-08-07 10:53:36 -06:00

23 lines
422 B
JSON

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