Craig Bryant 4430d7d03a Change to use the new cookbook-monasca-persister
See  cookbook-monasca-persister for what drove these changes

Change-Id: I614773e61bb049fd9166c065f2d4be695237a2fd
2014-08-28 22:56:42 -06:00

39 lines
823 B
JSON

{
"id": "monasca_persister",
"alarm_history": {
"topic": "alarm-state-transitions",
"num_threads": "1",
"batch_size": "100",
"maxBatchTime": "15"
},
"influxdb": {
"dbname": "mon",
"hostname": "localhost"
},
"metrics": {
"topic": "metrics",
"num_threads": "2",
"batch_size": "100",
"maxBatchTime": "10"
},
"kafka": {
"group_id": "1",
"consumer_id": 1
},
"alarmHistoryConfiguration": {
},
"database_configuration": {
"database_type": "influxdb"
},
"vertica_metric_repository_config": {
"max_cache_size": "2000000"
},
"vertica": {
"dbname": "mon",
"hostname": "localhost"
},
"zookeeper": {
"hostname": "localhost"
}
}